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?
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?