Resizing an image involves redrawing it onto a canvas at the new dimensions. This is crucial for web performance and compatibility.
It is highly recommended to **Maintain Aspect Ratio**. If you resize without locking it, your image will become stretched or squashed (distorted).
You can freely change the output format (e.g., convert PNG to JPEG) during the resize process for better file size control.