Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: TIFF Correction (color space & bit depth)

$
0
0
The 'issue' is with this part:
int depth = frames[0].BitDepth();
This method actually calculates the bit depth instead of returning the value that was read. I have updated the IntelliSense help to explain this better. You should use the Depth property of the image if you want the bit depth that was read:
int depth = frames[0].Depth;

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>