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

New Post: Pixelcollection changed - no X,Y, width, height available

$
0
0
Hello,

since WriteablePixelcollection / PixelCollection is replaced by the new PicelCollection implementation, i can not use a defined area like before.

Example before:
PixelCollection imageCollectionWp = image.GetReadOnlyPixels(10, 100, 20, 20);

Now:
PixelCollection imageCollectionWp = image.GetPixels();

So i have to crop the image before, instead of using just a defined area in the PixelCollection. Is it possible to offer this option again?

Viewing all articles
Browse latest Browse all 3693

Trending Articles