Add "-colorspace rgb" to our ImageMagick calls
commit2ea8f446943aff4b3ea79e1e047c796d3cf41511
authorUli Schlachter <psychon@znc.in>
Wed, 24 Oct 2012 16:09:55 +0000 (24 18:09 +0200)
committerUli Schlachter <psychon@znc.in>
Wed, 24 Oct 2012 16:09:55 +0000 (24 18:09 +0200)
tree654cd751d465845959a593f0611cedae80a700d6
parent779d43fc462411d84adf757a178e938c6ba9d3b8
Add "-colorspace rgb" to our ImageMagick calls

The old PNGs that were generated caused a warning from libpng when they were
read:

    incorrect gamma=(0/100000)
    Ignoring incorrect gAMA value when sRGB is also present

This changes the look of the resulting icons by making them darker. However,
right now I just want to get rid of that stupid warning. Feel free to suggest
better options.

Signed-off-by: Uli Schlachter <psychon@znc.in>
CMakeLists.txt