Sorry, version are 6.8.8.901 Q16x86 vs. 7.0.0.0006Q16x86
I need to find a host for the image of my code, but I believe it would be as follows in pseudocode:
Also, if it makes a difference I'm using a 10-bit TIFF as the input file.
I need to find a host for the image of my code, but I believe it would be as follows in pseudocode:
reference = MagickImage();
reference.BitDepth(All,16);
reference.ToBitmap(Tiff);
Height=reference.height();
Width=reference.width();
ColorType=reference.ColorType();
ByteArray=reference.ToByteArray()
//parse ByteArray in to something useful to me
The only only thing I change is the .NET assembly version, as mentioned above. No changes are made to the code.Also, if it makes a difference I'm using a 10-bit TIFF as the input file.