Login  Register

Re: Change default Image scale (when open)

Posted by Antoinette on Mar 10, 2014; 3:33am
URL: http://imagej.273.s1.nabble.com/Change-default-Image-scale-when-open-tp5000792p5006840.html

We can use a mature image scaling tool to resize image proportionally,  and adjust the image size without changing the ratio between image width & height.

Public Shared Function ApplyResize(img As REImage, ratio As Single) As Integer