Image Cropper
JPG Cropper
Crop JPG images instantly in your browser. Select any area, choose an aspect ratio, and download. No upload required.
A WebP image cropper selects a region from a WebP file and exports the result as a new WebP, keeping the asset in the same modern format throughout the editing process. Staying in WebP preserves the file size efficiency of the format and avoids the quality loss that occurs when re-encoding between formats. This tool crops WebP images entirely in your browser without uploading anything to a server.
Converting a WebP image to PNG for cropping and back to WebP after introduces two unnecessary steps and at least one round of lossy compression. The PNG conversion is lossless, but the WebP export after cropping re-encodes the image with the lossy WebP algorithm, introducing compression artifacts that were not present in the original WebP source.
Cropping directly within WebP avoids the format round-trip. The source pixels from the selected region are drawn to the output canvas and encoded to WebP once. The compression applied is equivalent to a single WebP encoding at the chosen quality level rather than the compound loss from multiple format transitions.
For web production workflows where images are sourced as WebP from a CDN, design export, or image optimisation pipeline, keeping assets in WebP for crop operations maintains the file size efficiency of the format without requiring downstream re-optimisation after the crop.
WebP supports a full alpha channel for transparency. Images with transparent backgrounds, partially transparent elements, or feathered edges carry alpha values at full precision in the WebP format. When such an image is cropped, the alpha channel is preserved for every pixel in the selected region.
The output WebP from a crop of a transparent source file maintains the transparency in the corresponding output pixels. A logo, icon, or graphic design asset with a clear background that is cropped using this tool retains its transparent background in the WebP output. The crop does not add a white fill or any background colour.
This distinguishes WebP cropping from JPEG cropping, where transparency cannot be preserved because the JPEG format lacks alpha channel support. WebP cropping is the appropriate step when the asset requires both a transparent background and the file size efficiency of WebP encoding.
Cropping reduces image dimensions and therefore reduces the amount of pixel data in the output file. A crop that selects 40 percent of the original image area will produce a WebP file smaller than the source, proportional to the reduction in content and the compressibility of the selected region.
The output file size also depends on the content of the crop area. A crop that isolates a region with complex photographic detail, many colours, and fine texture will compress less efficiently than a crop that selects an area with simpler content. The WebP compression algorithm applies the same prediction-based encoding to the crop area that it would apply to a full-frame image with the same content.
Re-encoding from WebP to WebP at the same quality setting does not guarantee an identical file size to the original encoding, because the Canvas API renders and re-encodes the pixel data fresh rather than extracting the encoded block data from the source file. The quality of the output is controlled by the quality parameter applied during export, which defaults to 92 in this tool.
The 16:9 preset matches the standard widescreen format for hero images, video thumbnails, and header banners on websites and content platforms. YouTube requires 16:9 thumbnails. Most website hero sections display images at a widescreen ratio on desktop. Cropping a WebP source to 16:9 produces an asset ready for these contexts without resizing.
The 1:1 preset matches the square format required by Instagram posts, product images in grid layouts, and profile images across most social platforms. App icons follow a 1:1 format across both major mobile platforms. Cropping a WebP to 1:1 is common for e-commerce thumbnail generation and social media asset preparation.
The 9:16 preset matches the vertical format for Stories, Reels, TikTok, and mobile-first content placements. Vertical content formats now drive significant engagement on social platforms. Cropping a landscape WebP source to 9:16 isolates the most relevant vertical section for mobile-first distribution.
Cropping and keeping the output as WebP is the right workflow when the asset will be served on the web, where browser support for WebP is essentially universal. For assets that will be used in email, embedded in documents, inserted into desktop presentations, or opened by image editing software that predates WebP support, converting after cropping produces a more compatible output.
If the cropped image needs to be shared via a messaging application that does not display WebP inline, converting the cropped output to JPEG or PNG using the converter tools on this site produces a version with broader compatibility. The two-step workflow of crop then convert results in only one round of format-change compression on the final output.
For archival purposes, keeping cropped assets as lossless PNG rather than lossy WebP preserves more original quality for future use. WebP is an efficient delivery format rather than an archival format. If the cropped image will serve as a master file, PNG is the more durable choice.
Drop your WebP file onto the upload area or click to browse. The image loads with the full frame selected as the default crop area. Click and drag on the canvas to draw a new selection. Use the corner handles to resize the selection. Drag from inside the selection to reposition it without changing its dimensions.
Choose an aspect ratio preset from the button row to constrain the selection proportions. Click Crop Image to produce the cropped WebP. The download link appears immediately after the export. Click Download Cropped Image to save the WebP file to your device.
The tool supports touch input on mobile devices. The crop selection can be drawn and adjusted using touch drag, and the corner handles respond to touch gestures on touchscreen displays.
Your WebP file is never sent to a server. The browser reads it into local memory, renders it on the Canvas element, and exports the cropped region as a WebP blob URL for the download. No image data leaves your device during or after the crop operation.
This makes the tool appropriate for cropping WebP images that contain sensitive or proprietary content. Web production assets, unreleased design work, and private imagery can be cropped without transmitting the file through an external system. No account, no upload approval, and no server-side logging are involved.
The tool works offline after the page has loaded. All crop processing runs in the browser’s JavaScript environment and does not contact any external endpoint. An internet connection is not required to perform the crop once the page is open.