/
Resize images to exact dimensions with aspect ratio lock.
Resize images to exact pixel dimensions or by a percentage scale using the browser's Canvas API. Optionally lock the aspect ratio to prevent distortion. Supports JPEG, PNG, and WebP. No image data is uploaded — everything is processed locally.
Yes, but upscaling (increasing dimensions beyond the original) will reduce sharpness because the browser interpolates pixels. There is no AI upscaling.
The browser's default canvas interpolation, which is bilinear. It produces smooth results for downscaling and acceptable results for moderate upscaling.
No. Canvas-based processing strips EXIF data (orientation, GPS, camera info). If metadata is important, use a desktop tool like ImageMagick.