The right is the screenshot of the resize window. When you select menu item "Edit > Resize Image", or press short key "Ctrl+R" in main window, you will
see this screenshot.
- Old Image Size
Here show the image's original width and height in pixel values
- New Image Size
Here show the image's new width and height in pixel values which will be used to resize the current image.
- Constrain Proportions
If this item was checked, the width or height values will change according to
the orignal values proportion. The formula is:
New Width / Old Width = New Height / Old Height
If you change the width value, the height value will be:
New Height = Old Height * New Width / Old Width
If you change the height value, the width value will be:
New Width = Old Width * New Height / Old Height
- Fixed Proportions
If this item was checked, the new width and height values will be the percent of the old width and height values. The percent value may be selected or entered from the below combo box.
- Save As User Custom Settings
Click this button to save the current settings as user custom settings. When users
click the menu item "Edit > Resize Image > User Custom Resize" or "Tabbed Window > Functions > User Custom Resize",
the current image will be resized by the parameters saved here.
- OK
Click this button to use the parameter to resize the current image
- Cancel
Click this button to cancel the resize action
- Preview...
Click this button to open a dialog to preview the resize effect
- No Smooth
If this item was checked, the resize action will not use smooth effect, this will boost resize speed, but lose image quality.
|