Free · Fast · Privacy-first

Crop Image Without Losing Quality

Cropping itself is a lossless operation because it just discards pixels outside the chosen region while keeping the remaining pixels bit-for-bit identical to the source.

Lossless PNG export

🔒

JPEG quality control

No hidden recompression

No watermark added

Cost
Free forever
Sign-up
Not required
Processing
In your browser
Privacy
Files stay local
FreeNo signupWhite-label

Add this Image Cropper to your website

Drop the Image Cropper into any page — blog post, product docs, intranet, school portal — with a single line of HTML. Your visitors get the full tool, processed entirely in their browser. No backend, no uploads, no signup.

  • Files stay 100% in the visitor's browser
  • Responsive — adapts to any container width
  • Free forever, no API key needed

Embed code

<iframe
  src="https://www.fixtools.io/image-tools/image-cropper?embed=1"
  width="100%"
  height="780"
  frameborder="0"
  style="border:0;border-radius:16px;max-width:900px;"
  title="Image Cropper by FixTools"
  loading="lazy"
  allow="clipboard-write"
></iframe>

Attribution-friendly: a small "Powered by FixTools" link appears in the embed footer.

How to crop with zero perceptible quality loss

The cleanest path to zero quality loss is exporting the cropped image as PNG. PNG uses lossless compression: the encoded file decodes back to exactly the input pixels, bit-for-bit. There is no quality slider because there is no quality choice; every PNG is lossless by definition. The trade-off is file size, which is typically three to five times larger than an equivalent JPEG for photographic content. For graphics, screenshots, and any image with hard edges or transparency PNG is the right default. For photos that need to remain photo-sized, JPEG at high quality is usually a better balance.

JPEG is lossy but the quality loss at high settings is imperceptible at normal viewing sizes. JPEG quality 95 produces files visually identical to the source for almost all photographic content while keeping file size roughly half of an equivalent PNG. JPEG quality 100 (the maximum) is closer to PNG in size but still uses the JPEG colour-space transformation, which can introduce subtle differences. For photo content, quality 92 to 95 is the sweet spot: very small visible difference, useful file size savings. Below quality 85, artefacts become visible at normal viewing. Below quality 70, artefacts are obvious.

WebP is a modern alternative that produces smaller files than JPEG at similar quality, with optional lossless mode that competes with PNG. WebP at quality 90 typically lands at two-thirds the size of JPEG at quality 95 with imperceptible difference. Browser support for WebP is now universal on modern browsers, but some email clients and older document tools still struggle with WebP. For maximum compatibility JPEG remains the safer default; for modern web destinations WebP is the most efficient choice.

Avoid double encoding cycles. If you crop an image and export to JPEG quality 80, then re-crop the result and export again to JPEG quality 80, the second export is worse than a single export because JPEG artefacts compound. Each lossy encoding pass adds artefacts to the previous pass's artefacts. To preserve quality across multiple edits, work from the original source and produce final files in one encoding step rather than chaining intermediate files. FixTools loads the original directly so cropping does not require an intermediate save-and-reload cycle.

How to use this tool

💡

Export cropped images as PNG for lossless quality or JPEG at 95+ for visually identical results with smaller files, never with hidden recompression.

How It Works

Step-by-step guide to crop image without losing quality:

  1. 1

    Load the highest-resolution source

    Always work from the highest-quality version of the source image available. Cropping a lossy intermediate file can be perceptibly worse than cropping the original because the source already contains artefacts that you cannot remove.

  2. 2

    Choose the crop region

    Drag the handles to select the region you want to keep. Cropping itself is lossless: the pixels inside the selection are kept identical and the rest are discarded. Quality is not affected by the size of the crop, only by the format and quality settings used at export.

  3. 3

    Select the export format

    Choose PNG for guaranteed lossless quality (larger file size), or JPEG quality 95 for visually identical quality at smaller file size, or WebP quality 90 for the smallest files with modern browser support. Match the format to the destination requirements and the content type.

  4. 4

    Verify quality settings

    Confirm the JPEG quality slider is at 95 or above, or that PNG / WebP lossless is selected. Default settings on some tools default to quality 80 or below, which produces visibly softer output. The FixTools cropper defaults to high quality but it is worth verifying once per session.

  5. 5

    Export and verify the result

    Click Crop and open the exported file. Zoom into detailed regions of the image (eyes, text edges, fine textures) and compare against the source. At high quality settings the difference should be imperceptible. If you can see softening or artefacts, increase the quality or switch to PNG.

Real-world examples

Common situations where this approach makes a real difference:

Photographer producing portfolio-quality crops

A photographer crops images for their portfolio website and wants zero visible quality loss. They export each crop as PNG to guarantee lossless results regardless of zoom level or printing. The portfolio files are larger than equivalent JPEGs but the visible quality is identical to the source, which is the right trade for portfolio use where image quality is the product.

Print designer cropping for offset printing

A print designer crops photos for an offset-printed book where any visible JPEG artefacts would print as visible defects. They export each crop as PNG, ensuring the print pipeline receives lossless source files. Offset printing magnifies any source artefacts, so starting with lossless cropping is the only safe approach.

Wedding photographer delivering crops to clients

A wedding photographer delivers cropped versions of select photos to clients who want tighter compositions than the full-frame originals. They export each crop as JPEG quality 95, producing files indistinguishable from the source at normal viewing and comfortable in size for cloud delivery. The clients receive professional-quality crops without the bandwidth and storage cost of full PNGs.

Documentation team cropping screenshots

A technical writing team crops product screenshots for documentation. They export each crop as PNG to preserve crisp text edges and UI line work, which would soften visibly with JPEG compression even at high quality. PNG is the right format for screenshot content because the lossless encoding matches the source's inherent structure of hard edges and flat colour regions.

Pro tips

Get better results with these expert suggestions:

1

Use PNG for screenshots and graphics

Screenshots, UI captures, and any image with hard-edged elements or text benefits from PNG export because the lossless encoding preserves crisp edges that JPEG would soften. The file size penalty is real but the quality preservation is worth it for technical documentation, design assets, and any content where edge sharpness is the visual hierarchy.

2

Use JPEG quality 95 for photos

Photographic content compresses well in JPEG because the encoder handles smooth gradients and continuous tones efficiently. JPEG quality 95 produces files visually identical to the source while keeping file size roughly half of an equivalent PNG. For most photo delivery contexts (web, email, social uploads) JPEG 95 is the right balance of quality and efficiency.

3

Avoid encoding chains

Every lossy encoding pass compounds with the previous one. Cropping a JPEG to a JPEG to a JPEG produces progressively worse results even when each step uses high quality. Work from the original source whenever possible and produce final files in one encoding step. FixTools loads the original directly so cropping does not require intermediate saves.

4

Verify with zoom rather than thumbnail comparison

Quality differences between encoding settings are usually invisible at thumbnail size and only become visible at 100 percent zoom or above. Verify your export quality by zooming into detailed regions (eyes, text, fine textures) and comparing against the source. Thumbnail comparison can mislead because both files look fine at low resolution even when one is significantly worse at full resolution.

FAQ

Frequently asked questions

Cropping itself is lossless: it discards pixels outside the selected region while keeping the remaining pixels bit-for-bit identical to the source. Quality loss only occurs during re-encoding, which happens when the cropped pixels are written back out to a file format. To preserve maximum quality, export as PNG (lossless) or JPEG at quality 95 or above. At lower quality settings the encoding pass introduces visible artefacts that are absent from the cropped pixels themselves.
PNG is the standard lossless format. It uses lossless compression so the encoded file decodes back to exactly the input pixels. Every PNG is lossless by definition with no quality slider to adjust. The trade-off is file size, typically three to five times larger than an equivalent JPEG for photographic content. For graphics, screenshots, and images with hard edges or transparency PNG is the right choice; for photos JPEG at high quality is usually a better balance.
Quality 95 is the sweet spot for visually identical results at meaningful file size savings compared to PNG. Quality 100 is closer to lossless but still uses the JPEG colour-space transformation that can introduce subtle differences. Quality 90 to 92 is acceptable for most uses with very slight visible differences. Below 85 artefacts become visible at normal viewing sizes. Below 70 artefacts are obvious. Default to 95 unless file size constraints force otherwise.
WebP typically produces smaller files than JPEG at comparable visual quality. WebP at quality 90 is roughly equivalent in visible quality to JPEG at quality 95 but with about 30 percent smaller files. WebP also supports a true lossless mode (similar to PNG) and an alpha channel for transparency. The main limitation is that some email clients and older document tools still struggle with WebP, so JPEG remains the safer default for distribution where the destination tooling is unknown.
Usually because the export quality setting is too low. Default settings on some tools start at quality 80 or below, which visibly softens detailed regions. Increase the quality to 95 or above, or switch to PNG for lossless results. Another possibility is that the source itself was already compressed and the artefacts you see were present before cropping; in that case use a higher-resolution or higher-quality version of the source.
Cropping itself is lossless and can be repeated indefinitely without compounding loss. However, each export to a lossy format adds encoding artefacts that compound with previous exports. To re-crop without quality loss, work from the original source rather than chaining cropped intermediate files. FixTools loads the original directly into the cropper so each export starts from the lossless source.
No. The cropping operation in FixTools selects pixels from the source and writes them to the export format with no hidden recompression pass. The export quality is whatever you specify; the cropper does not silently downgrade quality between selection and download. You can verify this by exporting at quality 100 PNG and comparing byte-by-byte against the input pixels.
PNG uses lossless compression that preserves every pixel exactly. Photos contain millions of slightly-different colour values that compress poorly with lossless algorithms. JPEG uses lossy compression that approximates the original within a quality budget, producing much smaller files at the cost of imperceptible quality loss. The size difference is fundamental to how the two formats work and cannot be eliminated by tool optimisation. Use PNG when quality preservation is the priority; use JPEG when file size matters.
No. The exported file at any quality setting contains only your cropped pixels with no FixTools branding, logo, or hidden marker. The clean export is independent of the quality setting; PNG, JPEG quality 100, JPEG quality 50, and WebP exports are all equally free of watermarks. This is verifiable by inspecting any exported file in any image viewer.

Related guides

More use-case guides for the same tool:

Ready to get started?

Open the full Image Cropper — free, no account needed, works on any device.

Open Image Cropper →

Free · No account needed · Works on any device