Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 709 Bytes

File metadata and controls

18 lines (9 loc) · 709 Bytes

Matlab-GUI-codes-to-resize-and-save-image

Codes provided by Dr. Goan https://www.academicblock.com

Implementation of the same logic can also be seen at https://www.academicblock.com/technology/web-tools/image-resizer

This Matlab GUI code will allow user to upload and then resize Image. user then can save the rotated image.

Upload Button is provided to let the user upload an image.

Resize Slider is added to allow the user to resize the image. The slider range is set from 0.2 (20%) to 2 (200%).

Save Button is provided to let the user save the resized image.

Image Resizing - The resizeImage function resizes the image based on the slider value. The saveImage function saves the resized image.