About PNG indexed images
  • Hi all, and thank's for creating such a nice tool.

    I noticed that I was losing the benefits of optimized indexed png images.

    Apparently,
    programming imagemagick to create multi-sized images do not take into account the nature of png (PNG8 / PNG24)
    An optimized png image of 720 by 450 pixels weighs 19KB at input in Newscoop and
    weigths 
    43KB for 574px × 247px in
    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 ?

    Thank's for advance
    Vic from France
  • 1 Comment sorted by
  • Hi guys,

    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 ?

    Thank's

    Vic