Example
Input
photo.jpg (4032×3024) · locked 16:9 ratio · selection 3200×1800
Output
photo-cropped.jpg (3200×1800)
Note
Locking the ratio keeps 16:9 while you drag. Choose PNG to keep the cropped pixels untouched, or JPEG for a smaller file.
Usage / FAQ
When to use
- Square off a profile picture to 1:1
- Cut a 16:9 or 1.91:1 region for thumbnails and OG images
- Keep only the relevant part of a screenshot and drop identifying details around it
- Trim empty margins from a scanned document
- Match the exact aspect ratio an upload form demands
FAQ
- Q.Does cropping lose quality?
- A.Saving as PNG is lossless — the cropped pixels are preserved exactly. JPEG re-compresses on save, so there is a small loss: lossless JPEG cropping only works on 8×8 block boundaries, and a browser canvas works with arbitrary coordinates, so re-encoding is unavoidable.
- Q.Is my file uploaded anywhere?
- A.No. Decoding, cropping and saving all happen in the browser through the Canvas API. Nothing leaves your machine.
- Q.What is the difference between a locked ratio and free selection?
- A.Free selection follows your drag exactly; a locked ratio keeps the chosen width-to-height proportion while you drag. Picking "original" locks it to the uploaded image's own ratio — handy when you only want to shave off margins without changing the shape.
Fun facts
JPEG compresses in 8×8 pixel blocks. Crop exactly on those block boundaries and the image can be cut without re-encoding at all (this is what jpegtran's lossless crop does) — crop anywhere else and re-compression is mandatory.
Wikipedia — JPEG16:9 was chosen by arithmetic. In the 1980s Kerns Powers of SMPTE overlaid the aspect ratios then in use (1.33:1 through 2.35:1) at equal area and found their average sat at roughly 1.78:1 — which became the HDTV standard.
Wikipedia — 16:9 aspect ratioPhone photos are stored the way the sensor read them; how far to rotate for display lives only in the EXIF Orientation tag. That's why images appear sideways in software that ignores the tag — and why a rotate button can work without touching a single pixel.
Wikipedia — Exif
Related tools
- Color Converter
Convert colors between HEX, RGB, and HSL with a live preview swatch. Auto-detects any of the three input formats.
- Image to Base64 (Data URI)
Convert an image file to a Base64 data URI for inline embedding in HTML/CSS/Markdown. Up to 5 MB.
- Image Resize & Compress
Resize, crop, and compress up to 20 images at once in your browser. Pick width × height, crop or fit mode, JPEG quality — download individually or as one ZIP. Outputs as {original}_{w}x{h}.{ext}.
- Emoji Picker
Pick and copy emojis with one click. Search by name (en/ko), browse by category, and keep your recents and favorites in the browser.
- QR Code Generator
Generate a QR code from any text or URL. Adjustable error correction (L/M/Q/H), SVG output, downloadable.
- Color Contrast Checker
Check the WCAG contrast ratio between two colors. Pass/fail for AA Normal/Large + AAA Normal/Large with a live sample.
- Color Palette Generator
Generate a palette from a single base color — shades, tints, complement, analogous, triad, tetrad. HSL-based. 0 dependency.
- CSS Gradient Generator
Build linear, radial, and conic CSS gradients with color stops + angle/position. Live preview + copy-ready CSS.
- PDF Merge
Merge multiple PDF files into a single document. Drag to reorder pages, all client-side — files never leave your browser.
- PDF Split
Extract a page range from a PDF — e.g. 1-3,5,7-9. All client-side, files never leave your browser.
- PDF Rotate
Rotate all or selected PDF pages by 90°, 180°, or 270°. Useful for scanned documents in wrong orientation. All client-side.
- PDF Watermark
Add a text watermark (CONFIDENTIAL, DRAFT, etc.) to every PDF page. Korean/Hangul supported. Control opacity, rotation, size, color. All client-side.
- PDF Optimize & Compress
Compress PDFs in your browser — downsample embedded JPEG images (long edge 1600px, re-encode), strip metadata, and re-pack with object streams. Image-heavy PDFs shrink the most.
- Image to PDF
Combine JPG, PNG, and other images into a single PDF — in your browser. Reorder pages, choose A4/Letter or original size. Nothing is uploaded.
- Favicon Generator
Make a favicon from an image, emoji, or text — multi-size favicon.ico, apple-touch-icon, PWA icons + ready HTML/manifest snippets, in your browser.