Resize Image
Resize an image by width/height or percentage, keeping its format.
Resizing an image comes in handy when a photo is too large to upload to a website, form, or email, or when you need an exact resolution in pixels — say, for an avatar, banner, or thumbnail. The tool changes the image dimensions while keeping its format (JPG stays JPG, PNG stays PNG).
Three modes are available. "Fit" resizes while preserving proportions so the image fits within the given width and height without distortion (you can specify only width or only height, and the other side is calculated automatically). "Exact" stretches the image to precisely the specified dimensions, even if proportions change. "Percent" scales the image by a given percentage of its original size (50% means half the size).
To resize, upload a file, set the parameters, and download the result. Processing happens on the server via ImageMagick, and the file is deleted right after processing. Need to crop a fragment to exact proportions instead? Use image crop; to change format, use the image converter. The maximum size is 25 MB.