[DUG]: Graphics problems

2003-03-20 Thread Alistair George
Hello Dennis, DC> format. If you intend to do any processing on the image, then a loss-less DC> format, such as LZW compressed tiff should be used instead. Thanks but I have to use JPEG as the receptor is using JPEG. The image needs to be resized, then replicated with same JPEG format. I will use

Re: [DUG]: Graphics problems

2003-03-20 Thread Dennis Chuah
ent: Thursday, March 20, 2003 12:02 PM Subject: [DUG]: Graphics problems > Hi All. > I have a JPEG image, which if I convert to bitmap, then back to JPEG again, it > is not the same. The problem occurs in the stretchdraw function. > Can anyone advise how I can replicate exactly

[DUG]: Graphics problems

2003-03-19 Thread Alistair George
Hi All. I have a JPEG image, which if I convert to bitmap, then back to JPEG again, it is not the same. The problem occurs in the stretchdraw function. Can anyone advise how I can replicate exactly the JPEG original without copying the JPEG original to another JPEG? What happens is most graphics p