Search found 1 match

by Vitali15
2012-11-27T04:20:09-07:00
Forum: Developers
Topic: How to create 16 bit grayscale tif image
Replies: 0
Views: 8169

How to create 16 bit grayscale tif image

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