Magick++ Read Image with ICC colorspace
- by FlashFan
Hi guys
I need to know how I can read an image which uses a separate ICC Color Profile.
The image consists of 26'099'520 Bytes which is the result of 2480 width* 3508 height * 3 components per pixel.
I tried it with the following code:
Image * image = new Image();
Blob * blob = new Blob(imagedata.c_str(),imagedata.length());…