When I want to save an image under php as a .jpg, I use:
imagejpeg ($image, $destinationPath, $intQuality)
see http://php.net/imagejpeg

When I do an image resizing of a .JPG with PEL, I notice that the
file size is quite a bit smaller (e.g. 150K vs. 450) than the .JPG
I get when I use PHP5 without going through PEL (with $intQuality
at 95), so I presume that PEL saves with a lesser image quality.
So far, I haven't managed to track down where the corresponding
quality setting is with PEL.  Could someone give me a tip, please.

Thanks,
Csaba Gabor from Vienna

PS.  I am resizing images from my Olympus Stylus 1000 (including
EXIF transfer) with PEL.  As far as I can tell, the resizing/exif
transfer is working well.
PPS.  Sorry if this is a duplicate message.  I attempted to post
this yesterday, but there was no joy.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to