Hi
I'm not sure why ReportBuilder should be so picky about a standard such as JPEG, but I would try changing the JPEG parameters such as:
http://www.imageen.com/help/TIOParams.JPEG_OptimalHuffman.html
http://www.imageen.com/help/TIOParams.JPEG_Progressive.html
http://www.imageen.com/help/TIOParams.JPEG_ColorSpace.html
http://www.imageen.com/help/TIOParams.JPEG_DCTMethod.html
e.g.
ImageEnView1.IO.IOParams.JPEG_OptimalHuffman := True;
ImageEnView1.IO.Save...
ImageEnView1.IO.IOParams.JPEG_DCTMethod := ioJPEG_IFAST;
ImageEnView1.IO.Save...
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com