Question

For jpeg,gif,png I use libgd. ( not ImageMagick - it's not possible ). May I resize bmp image using simple method/library ?

Was it helpful?

Solution

Most of the libraries that deal with image resizing represent the image as a bitmap (i.e. an uncompressed array of pixels) internally. So it wouldn't be very hard to read in a bitmap image from a file and put it in memory.

OTHER TIPS

If you can't use ImageMagick, the easiest way to resize a bitmap is GraphicsMagick.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top