Search found 1 match
- 2013-04-05T22:22:10-07:00
- Forum: Magick++
- Topic: Loading and outputting .BMP images.
- Replies: 1
- Views: 9672
Loading and outputting .BMP images.
I recently got hold of a lot of binary images. The images are stored 128x128 bmp's and I would like to load them and save them as binary png's. To start of I've taken the tutorial code : using namespace std; int main(int argc,char **argv) { Magick::InitializeMagick(*argv); try { Magick::Image image ...