I am a relatively new GIMP user and am having trouble with getting the export format that I need for my image. What I need is something similar to the C-Source export option but with a few changes. First off I need it to be an array of longs not chars. Second I need it to be hexadecimal. Third I need it to be RGBA.

Something like this:
//image is 256 by 256 pixels
unsigned long image[256*256] = {
#xff000000, #xff000000, //etc...
}

Does anyone know a program that can do this? If not, does anyone know how to change the GIMP itself exports the image?

Any help is appreciated.

chrisg

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to