DocumentsImagesMediaPDF Tools

Crop Image

Crop images online for free. No upload, no watermark, no signup.

Drag your image here

.jpg, .png, .webp · up to 50 MB

Processed in your browser — image never uploaded to any serverFreeNo signup

Crop precisely for any platform

Format presets

1:1, 16:9, 4:3, 3:2 and freeform. Perfect for social media and video.

100% private

Cropping happens in your browser. Your image never leaves your device.

Precise composition

Optional rule-of-thirds grid for photographically correct compositions.

Instant

Immediate result. No waiting, no queues, no signup.

Three steps, no hassle

1

Upload your image

Drag or select a JPG, PNG, or WebP file. Up to 50 MB. No signup.

2

Select the crop area

Drag to define the area. Use ratio presets (1:1, 16:9, 4:3, 3:2) or freeform crop.

3

Download the cropped image

Processed instantly in your browser. Download with no watermark.

Got questions?

Cropping removes parts of the image to change its composition or aspect ratio, without changing the resolution of the preserved area. Resizing changes the total size of the image (smaller or larger) without removing content. Cropping a 4000×3000 px photo to 2000×2000 px gives you a square image with the same pixel density. Resizing that same photo to 2000×2000 px would squash it visually because it changes the aspect ratio.

The rule of thirds divides the image into a 3×3 grid of imaginary lines, creating 9 equal rectangles and 4 intersections. Main compositional elements should be placed on the lines or intersections, not in the center. This technique, used since Renaissance painting, creates more dynamic and visually interesting compositions. When cropping a photo, applying the rule of thirds can transform a mediocre image into a visually powerful one: move the horizon to a third, place the subject at an intersection.

1:1 (square): Instagram feed, profile images, icons. 16:9: YouTube, videos, presentations, modern screens. 4:3: classic photo format, old screens, webcams. 3:2: digital SLR cameras (inherited from the 35mm film format of 1892). 9:16: Instagram/TikTok Stories, vertical mobile video. 21:9: ultrawide screens, cinema. 2.39:1: anamorphic cinematic format (Scope). Ratio is not just aesthetics: YouTube rejects thumbnails that aren't 16:9, and Instagram Stories adds black bars to images that aren't 9:16.

Non-destructive cropping saves the complete original image and only applies the crop on display or export. Lightroom, Capture One, and Apple Photos use this method — you can revert or adjust the crop at any time without losing the original. Destructive cropping — as applied by most online tools — permanently discards pixels outside the crop area. For one-off web use this doesn't matter; for professional workflows, always use non-destructive tools.

For print, cropping must account for final DPI. A 4×6 inch photo at 300 DPI requires exactly 1200×1800 px. An 8×10 inch print needs 2400×3000 px. If your image has fewer pixels than required, the print will have reduced quality. The practical rule: multiply inches by 300 to get the required pixels at 300 DPI.

Image cropping: composition, aspect ratio, and visual rules

Cropping is the most powerful compositional tool in photography and design. Unlike the camera, which captures what's inside the frame, cropping lets you retroactively redefine the composition: remove background distractions, shift the focal point, or adapt the format to different platforms. The rule of thirds is the most basic and effective principle: the human eye doesn't find the center of an image interesting — it looks for visual tension between points of interest. Placing the main subject at one of the four intersections of the 3×3 grid creates this tension naturally.

The golden ratio (Phi, 1:1.618) is the mathematical principle behind the rule of thirds. It appears in the Fibonacci spiral, in the architecture of the Parthenon, and in the proportions of the human body. Ansel Adams, the photographer who systematized the Zone System for tonal control in black-and-white photography, applied these proportions not only in in-camera composition but in darkroom cropping. Cropping in post-production is not a failure — it is part of the creative process. Henri Cartier-Bresson was famous for never cropping; most professional photographers crop regularly.

In web development, cropping has important technical implications beyond aesthetics. The CSS properties object-fit and object-position allow images to be visually cropped without modifying the file, but the browser still downloads the complete image. For performance-critical images, physically cropping the file before publication reduces download size. Format also matters: cropping and exporting as WebP instead of JPEG can reduce size by an additional 25-35% at the same visual quality.