JPG Cropper


A JPG image cropper removes unwanted areas from a photograph and produces a new JPEG file containing only the selected region. Cropping changes the composition of an image without altering the scale of objects within the frame, which distinguishes it from resizing. This tool runs entirely in your browser using the Canvas API, so no file is uploaded to a server at any point.

Cropping vs Resizing: The Technical Difference

Cropping selects a rectangular region of the original image and discards the pixels outside that region. The objects within the crop area remain at their original scale in the output. A crop of 800 by 800 pixels from a 4000 by 3000 pixel photograph produces a file where every pixel from the selected area is preserved at its original resolution.

Resizing changes the scale of the entire image, stretching or compressing pixel values to fit a new canvas dimension. A 4000 by 3000 pixel image resized to 800 by 600 pixels forces every 25 source pixels to be merged into approximately one output pixel. Objects become smaller in the frame but the frame contains the full original image content.

Cropping and resizing serve different purposes. Crop when the problem is unwanted content at the edges of the image. Resize when the problem is the overall image dimensions relative to a target display size. Many workflows require both steps in sequence: crop first to establish the desired composition, then resize to meet the required pixel dimensions.

Aspect Ratios and Their Common Uses

The aspect ratio of an image is the proportional relationship between its width and its height. A 1:1 ratio produces a perfect square. A 16:9 ratio produces the widescreen format used by most monitors, televisions, and YouTube videos. A 4:3 ratio produces the format used by traditional photography and many tablet screens. A 9:16 ratio produces the vertical format used by Instagram Stories, TikTok, and mobile-first social content.

Cropping to a specific aspect ratio constrains the selection to maintain that proportion as you drag the handles. This ensures the output image fits the destination platform’s required format without additional adjustments. Uploading a photograph to a platform that displays images at 1:1 with a source image that has a 3:2 aspect ratio will trigger automatic cropping by the platform, which may remove the subject from the frame in an uncontrolled way.

Free crop disables the aspect ratio constraint and allows the selection to take any proportion. This is appropriate when the output dimensions are unconstrained or when the content of the image determines the natural boundaries of the crop rather than a platform specification.

Rule of Thirds and Photographic Composition

The rule of thirds is a compositional guideline that places the primary subject of an image at one of the four intersection points of two horizontal and two vertical lines that divide the frame into thirds. Subjects positioned at these intersections read as more dynamic and balanced than subjects centred in the frame.

The cropper displays a rule of thirds grid as an overlay within the crop selection. The four intersection points of the grid indicate where to position the primary subject as you adjust the crop boundaries. Eyes in a portrait, a horizon line in a landscape, and a product in a commercial photograph all benefit from placement at or near these points.

Using the grid actively during cropping produces compositions that require less post-processing adjustments. A well-composed crop eliminates the need to re-crop after uploading to a platform, which avoids another round of quality loss from JPEG recompression by the platform’s upload processor.

JPEG Quality After Cropping

Cropping does not recompress the pixels within the selected region. The colour values of every pixel in the crop area are read from the source image and drawn to the output canvas exactly as they appear. The output JPEG is then encoded at a fixed quality setting of 92, which is high enough that the added compression from this step is not perceptible for the vast majority of photographic content.

The cumulative quality of the output depends on the quality of the source JPEG. A source JPEG saved at quality 60 will produce a cropped output that shows the block-shaped compression artifacts of the original even at the output quality of 92. The crop step does not add new artifacts to the selected region, but it cannot remove artifacts that were already present in the source.

For workflows where maximum quality is required, save the source image at the highest quality setting before cropping, or work from a lossless source such as PNG or a camera RAW file exported as TIFF. Crop the high-quality source and export the final JPEG only once from the cropped canvas.

Social Media Dimension Requirements

Instagram posts require a 1:1 square or a 4:5 portrait ratio for the main feed. Stories and Reels require 9:16. YouTube thumbnails are 16:9. Facebook cover photos are displayed at approximately 16:6 on desktop, which requires a custom crop. X (formerly Twitter) compresses images to a 2:1 ratio in timelines while allowing 16:9 for header images.

Cropping to the correct aspect ratio before uploading gives the platform the exact framing you intend. When platforms crop automatically on upload, they default to centring the crop, which may exclude the primary subject if it is positioned off-centre in the original frame.

LinkedIn profile photos require a 1:1 format. Company logo images require 1:1. Banner images display at approximately 4:1 on desktop and reflow differently on mobile. Cropping to the correct ratio for each platform asset before uploading ensures consistent display across devices.

How to Use This JPG Cropper

Drop your JPG file onto the upload area or click to browse. Once the image loads in the cropper, the full image is selected by default. Click and drag anywhere on the canvas to draw a new crop selection. Drag the corner handles to adjust the selection boundaries. Hold the selection and drag from the centre to reposition it without changing its size.

Select an aspect ratio preset from the button row to constrain the selection to a specific proportion. The selection automatically adjusts to the nearest valid size at the chosen ratio. Click Crop JPG to produce the cropped output. Click Download Cropped Image to save the file to your device.

The tool works on desktop and mobile. Touch drag is supported on mobile screens, allowing you to adjust the crop selection with your fingers on a touchscreen device.

Privacy and Browser-Based Processing

Your JPG file is never sent to a server. The browser reads it into local memory, renders it on the Canvas element, and produces the cropped output as a downloadable blob URL in browser memory. No image data is transmitted, stored, or logged by any external system.

This makes the tool appropriate for cropping photographs that contain private content, unreleased products, personal imagery, or confidential visual material. No account is required, and no usage tracking captures information about the files you process.

The tool functions without an internet connection after the page loads. The crop processing logic runs entirely in the browser environment and does not contact any external endpoint during operation.