Wingetlywingetly
← All apps

Jpegcrop

by Independent JPEG Groupv2026

Last updated

lossless cropping and rotation of JPEG files

Install with winget

$ winget install --id IJG.Jpegcrop --exact --version 2026

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

You simply select a frame in the displayed image and save it as new file without recompression (see also right mouse popup menu).\nThe left and upper border of the cropped frame are automatically restricted to the MCU boundaries (16*8 in most digicam pics, 16*16 or 8*8 otherwise) by the program in all selection processes, so you see directly the effective crop area. This automatic adaption is actually the main feature regarding the lossless cropping. The visible block margin grid (toggle by menu/button) in the displayed image is also an important feature in this regard.\nIn the status bar the actual selection coordinates are tracked, in the same format as used iwth the commandline \"jpegtran\" utility (\"-crop WxH+X+Y\" : width, height, x-offset, y-offset).\nThe \"Jpegcrop\" program uses the original transformation support code of the IJG software, with direct function calls.\n(Note that the \"Save Frame As\" action will cause the file to be re-read and processed in \"jpegtran\" manner which avoids the recompression.)\nThe source code of the program (MS VC++ 6.0 with MFC) is freely available for download from the JPEGclub.org site.

Installers · v2026

ArchitectureTypeScopeInstallDownload
neutralPortable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Jpegcrop.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • J
    jpegtranIndependent JPEG Group
    IJG.jpegtranv10

    jpegtran performs various useful transformations of JPEG files

  • Wondershare UniConverter 17Wondershare Software
    Wondershare.UniConverter.17v17.6.0.33

    A high-speed converter for thousands of media formats.

  • M
    mp3rgainM-Igashi
    M-Igashi.mp3rgainv3.7.0

    Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust

  • Wondershare UniConverter 16Wondershare Software
    Wondershare.UniConverter.16v16.7.0.368

    A high-speed converter for thousands of media formats.

  • Wondershare UniConverter 14Wondershare Software
    Wondershare.UniConverter.14v14.1.11.147

    A high-speed converter for thousands of media formats.

  • 万兴优转Wondershare Software
    Wondershare.UniConverter.CNv14.0.13.52

    One-stop professional video and audio solution

More from Independent JPEG Group or browse JPEG, crop, lossless.

Frequently asked questions

How do I install Jpegcrop on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id IJG.Jpegcrop --exact --version 2026. winget downloads the installer from Independent JPEG Group and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Jpegcrop silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id IJG.Jpegcrop --exact 2026 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Jpegcrop via winget?
Run: winget uninstall --id IJG.Jpegcrop --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Jpegcrop's Apps & Features entry.
Is Jpegcrop free?
Jpegcrop is distributed under Open Source. Refer to the publisher (https://jpegclub.org/) for the full license terms - Wingetly itself does not charge for installation.
Does Jpegcrop work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Jpegcrop directly from the publisher.
How do I keep Jpegcrop up to date?
Run winget upgrade --id IJG.Jpegcrop --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Jpegcrop from microsoft/winget-pkgs.