Is there a way to resize an image with Transform2D.Resize() without any interpolation - as Map() does?
This would be interesting in order to be able to call GetLinearAccess() on the result, which doesn’t seem to be possible on a mapped image.
Thank you.