[Gimp-user] Save image in c source for embedded system

2013-03-27 Thread Kf Lee
When gimp save image as c souce it create a struct with width, height and bytes_per_pixel. The bpp is either 3 for rgb or 4 for rgba. In the tiny embedded system, the display support one byte 256 color or two bytes 64k color. Is there anyway I save image to these basic quality format ?

[Gimp-user] The structure of exported GIMP image

2013-04-12 Thread Kf Lee
I try to put an image from GIMP into an embedded system using export. The c file created has a struct with width, height, bytes per pixel (bpp) and the data of the image. The total length is width*height*bbp+1. The bpp in default to 4 by GIMP. I has tried but fail to find an explanation of how

[Gimp-user] How to resize image using command?

2014-07-09 Thread Kf Lee
hi I need to reduce the image size for faster web display. Can I issue gimp in command line, non interactive mode, to resize an image? Alse to to reduce further by lowering the quality? Thanks. kfl. ___ gimp-user-list mailing list List address: