Problem with XPM Pictures
Posted: 2009-06-18T08:48:57-07:00
Hi!
I'm using ImageMagick to convert bmp to xpm. The problem is, that ImageMagick uses keywords like gray1, gray2 and black in its pixel-array. This causes high loading-times when I load the image in FLTK...
It should be like in GIMP where black is just 0x000000 or gray1 is 0x292929.
Is there and option I can chose so that ImageMagick does it in the GIMP-Way?
Thanks!
I'm using ImageMagick to convert bmp to xpm. The problem is, that ImageMagick uses keywords like gray1, gray2 and black in its pixel-array. This causes high loading-times when I load the image in FLTK...
It should be like in GIMP where black is just 0x000000 or gray1 is 0x292929.
Is there and option I can chose so that ImageMagick does it in the GIMP-Way?
Thanks!