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

New Post: Execution speed slower in 7.0.0.0006Q16x86 than 6.8.901Q16x86

$
0
0
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:
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.

Viewing all articles
Browse latest Browse all 3693

Trending Articles