Re: Straightening and cropping images
Posted by
Antoinette on
May 21, 2014; 3:12am
URL: http://imagej.273.s1.nabble.com/Straightening-and-cropping-images-tp5001414p5007818.html
Please refer to following
image cropping methods developed within visual basic.net application to crop an area from source image file.
Public Shared Function ApplyCrop(img As REImage, x As Integer, y As Integer, width As Integer, height As Integer) As Integer
End Function