Back to Utiliverse
100% Free and Browser Based
Image utility

Image Cropper

Upload an image, drag and resize the crop area, choose an aspect ratio or enter exact pixel dimensions, preview the result, and export the crop as PNG, JPEG, or WebP—all in your browser.

Browser-readable image formats Drag, resize & exact pixels PNG · JPEG · WebP export
Local image editor

Crop an image

Your image stays on your device. Nothing is uploaded to Utiliverse.
Drop an image here, paste from your clipboard, or choose a file

Accepts any image format your browser can decode. Common formats include JPG/JPEG, PNG, WebP, GIF, SVG, BMP, and AVIF. HEIC/HEIF/TIFF support depends on the browser. Standard PNG files should load in modern browsers.

File
Format
Source size
File size

Crop area

Drag the crop box to move it. Drag any handle to resize it.

Cropped preview

Adjust the crop area to update the preview.

Format note: “any format” on the web ultimately depends on what the browser can decode. This tool deliberately avoids uploading images to a conversion server. If your browser cannot open HEIC/HEIF, TIFF, RAW, or another specialized format, convert it to PNG/JPEG/WebP first or use a browser that supports that format. Animated GIFs are exported as a static cropped frame.

About the Utiliverse Image Cropper

The Utiliverse Image Cropper is a browser-based image editing tool for removing unwanted outer areas, changing composition, preparing social-media graphics, creating profile images, trimming screenshots, and resizing a crop for common web uses. The crop is selected visually by dragging and resizing a box over the image, while exact X, Y, width, and height fields are available when pixel-precise control matters.

The tool performs the editing locally in your browser. The image is decoded by your browser, drawn to an HTML canvas, and cropped using the source image's original pixel coordinates. The selected result can then be exported as PNG, JPEG, or WebP without sending the image to a Utiliverse server. This makes the cropper useful for private screenshots, family photos, work graphics, and other files you would rather keep on your own device.

Which image formats can be opened?

The file picker accepts image files broadly rather than restricting you to one extension. The actual formats that can open are determined by the browser's image decoder. Modern browsers commonly support JPEG/JPG, PNG, WebP, GIF, SVG, BMP, and increasingly AVIF. Support for HEIC, HEIF, TIFF, ICO variants, camera RAW formats, and less common legacy formats varies between browsers and operating systems.

This distinction is important because a fully local cropper cannot magically decode a format the browser itself does not understand unless additional decoder software is bundled or the image is sent to a server for conversion. Utiliverse keeps this tool browser-local, so an unsupported format produces a clear error instead of silently uploading the file elsewhere.

How the crop area works

After an image is loaded, the crop rectangle appears over the displayed image. Drag the center area to reposition the selection. Drag a corner or side handle to resize it. A rule-of-thirds grid is shown inside the crop box to help with composition. The darkened region outside the crop makes it easier to see exactly what will remain in the exported image.

The crop box is stored in normalized coordinates relative to the image, so the selection remains stable when the browser window changes size. The X, Y, width, and height controls show the equivalent crop in original source-image pixels. Editing those fields changes the visual crop box, which is useful for exact dimensions supplied by another application or design specification.

Aspect ratio presets

Free mode allows width and height to change independently. The Original preset uses the source image's original width-to-height ratio, while 1:1 creates a square crop. Other included ratios are 4:3, 3:2, 16:9, and 9:16. These ratios cover many cameras, displays, landscape graphics, thumbnails, videos, and vertical social-media compositions.

An aspect ratio controls the shape of the crop, not its final pixel dimensions. A 16:9 crop could be 1920×1080 pixels, 1280×720 pixels, or any other size with the same proportion. If you choose an export maximum, the tool scales the cropped result down while preserving the crop's aspect ratio.

PNG, JPEG, and WebP export

PNG is a good choice when you need lossless output, crisp interface graphics, text, or transparency. JPEG is widely compatible and often produces smaller files for photographs, but it uses lossy compression and cannot store transparency. WebP supports efficient compression and can also preserve transparency in browsers that support WebP export.

The quality slider affects JPEG and WebP compression. A higher value generally preserves more detail but creates a larger file. PNG is lossless, so the quality slider does not change PNG compression quality. When exporting a transparent source as JPEG, the cropper fills transparent pixels with white because JPEG has no alpha channel.

Original crop size versus downscaled export

By default, the crop is exported at the source image's original crop dimensions. For example, if a 4000×3000 photo is cropped to a 2000×2000 region, the exported PNG, JPEG, or WebP will be 2000×2000 pixels. The maximum-dimension control can downscale that crop to 4096, 2048, 1024, or 512 pixels on its longest side when a smaller file is more useful.

Downscaling is particularly useful for avatars, web uploads, messaging, and thumbnails. It also reduces memory usage when cropping very large photographs. The browser still has to decode the source image first, so extremely large images may be limited by the memory and canvas restrictions of the device.

Practical Use Cases

Profile photos and avatars

Use the 1:1 ratio to make a square profile image and position the subject inside the crop. You can then export at a smaller maximum dimension such as 512 or 1024 pixels for a clean avatar without keeping the full camera resolution.

Social-media and video graphics

Landscape 16:9 crops work well for many video thumbnails and widescreen graphics, while 9:16 is useful for vertical compositions. The ratio lock keeps the framing consistent while you move the crop around to emphasize the most important part of the image.

Trimming screenshots

Screenshots often contain browser chrome, desktop areas, or unrelated content. Free crop mode makes it easy to isolate a dialog box, chart, receipt, message, or code section. PNG export is usually ideal for screenshots because it keeps text and interface edges sharp.

Preparing product and website images

Consistent image shapes make card grids and product listings look more polished. The cropper can create repeated 4:3, 3:2, or square crops and optionally reduce the export size before the image is placed on a website.

Privacy-conscious image editing

Because the crop is performed locally, the tool is suitable when you want a quick browser workflow without handing the original image to an online processing service. As with any web application, the security of the local device and browser still matters.

Important limitation: browser-local cropping depends on browser decoding support. If a specialized source format cannot be decoded, the file must first be converted to a browser-readable image format. Export is intentionally limited to PNG, JPEG, and WebP because those formats are broadly supported by the Canvas API.

Frequently Asked Questions

Can I crop any image format?

You can crop any image format your browser can decode. JPG/JPEG, PNG, WebP, GIF, SVG, BMP, and AVIF are common. HEIC/HEIF, TIFF, RAW, and specialized formats depend on browser support.

Are my images uploaded?

No. Loading, cropping, previewing, and exporting are performed locally in your browser.

Can I choose a square or 16:9 crop?

Yes. Presets include Free, Original, 1:1, 4:3, 3:2, 16:9, and 9:16.

Can I crop using exact pixel values?

Yes. Edit the X, Y, width, and height fields to set the crop rectangle in original source-image pixels.

Which output formats are available?

PNG, JPEG, and WebP. PNG is lossless, while JPEG and WebP offer adjustable quality.

Will animated GIFs remain animated?

No. Canvas export produces a static image frame, so GIF animation is not preserved.

Can transparency be preserved?

Yes with PNG and WebP. JPEG does not support transparency, so transparent pixels are filled with white.

Can the cropped image be resized?

Yes. Choose Original crop size or set a maximum longest dimension of 4096, 2048, 1024, or 512 pixels.