How to create 16 bit grayscale tif image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Vitali15
Posts: 1
Joined: 2012-11-27T02:56:35-07:00
Authentication code: 6789

How to create 16 bit grayscale tif image

Post 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
Post Reply