Page 1 of 1

How to create 16 bit grayscale tif image

Posted: 2012-11-27T04:20:09-07:00
by Vitali15
Hello,

I have in C++ a vector<vector<int>> with values [0..65535] and want to creat a 16 bit grayscale tif image with magick++.

I tried several things but nothing really works.

Has somebody an idea?

Thank you very much.

Vitali