Hi all, and thank's for creating such a nice tool.
I noticed thatI was losingthe benefits of optimized indexedpngimages. Apparently,programmingimagemagickto createmulti-sizedimages do nottake into account thenature ofpng (PNG8 / PNG24) An optimized png image of 720 by450 pixelsweighs19KBat input in Newscoop and weigths 43KB for 574px×247pxin my frontpage.
Reopening it with my image editor the png is now a true png color. Is it possible for me to change the lines in the programm ?
I've seen that imagecreatetruecolor is used for truecolor images. May I use imagecreate to force PNG for indexed palette ? The file .../newscoop/library/Nette/Image.php contains the imagecreatetruecolor function. May I can change it for imagecreate ?