imgmendimgmend
·8 min read

How to Compress a JPEG on Mac for Free — 5 Easy Methods

IT

imgmend Team

AI Image Tools

Need to reduce a JPEG file size on Mac without losing quality? Here are 5 free methods — from the built-in Preview app to a browser-based tool that works on any Mac.

How to Compress a JPEG on Mac for Free — Quickest Method

The fastest way to compress a JPEG on Mac is to use imgmend.com/compress-image — open Safari, upload your JPEG, set the quality level, and download the compressed file. No app installation required. Works on any Mac regardless of macOS version. Free for unlimited compressions with no signup.

Alternatively, Mac's built-in Preview app can compress JPEGs without any additional tools — but with less control than dedicated compression tools.

Method 1: Browser-Based Compression — imgmend (Any Mac, Free)

Best for: quick compression with quality control, any Mac

  1. Open Safari (or Chrome/Firefox) on your Mac.
  2. Go to imgmend.com/compress-image.
  3. Drag your JPEG onto the upload area, or click to browse.
  4. Use the Quality slider to set compression level:
    • Quality 85 — excellent for web use, typically 60–75% smaller than the original
    • Quality 70 — good quality, 75–85% smaller, ideal for email attachments
    • Quality 50 — visible compression, 85–90% smaller, only for thumbnails or previews
  5. Optionally set Max dimension to also resize the image (e.g., 1920px for web use).
  6. Click Compress Image and download the result.

The compressed file size is shown before downloading so you can verify the result meets your requirements.

Method 2: Preview App (Built into macOS)

Best for: quick Mac-native compression without opening a browser

  1. Open your JPEG in Preview (double-click the file, or right-click → Open With → Preview).
  2. Go to File → Export.
  3. In the Export dialog, make sure Format is set to JPEG.
  4. Drag the Quality slider left to reduce file size. A lower quality setting = smaller file. Aim for 70–85% for a good balance.
  5. Click Save.

Preview resize trick: Before exporting, go to Tools → Adjust Size to also reduce the pixel dimensions. Halving the pixel dimensions reduces file size by approximately 75% regardless of quality setting.

Limitation: Preview's quality slider doesn't show the resulting file size before you save, so you may need to try a few settings to hit a target file size.

Method 3: Photos App Export (macOS)

Best for: images already in your Mac Photos library

  1. Open the Photos app and find your image.
  2. Go to File → Export → Export Photo.
  3. In the dialog, set:
    • Kind: JPEG
    • JPEG Quality: Low, Medium, or High (roughly equivalent to 50%, 70%, and 85% quality)
    • Size: set a maximum dimension to also resize
  4. Click Export and choose a save location.

Method 4: Automator Batch Compression (macOS, Multiple Files)

Best for: compressing many JPEG files at once without third-party apps

macOS includes Automator, a built-in automation tool that can batch-resize/compress folders of images:

  1. Open Automator (in Applications or search with Spotlight).
  2. Create a new Quick Action.
  3. Set "Workflow receives current" to image files in Finder.
  4. Search for and add the Scale Images action — set a maximum pixel dimension.
  5. Add a Copy Finder Items action first to preserve originals.
  6. Save the Quick Action.
  7. Now right-click any group of JPEG files in Finder → Quick Actions → run your automation.

Note: Automator resizes by pixel dimensions rather than quality percentage. Combine with Preview export for quality control.

Method 5: Terminal (sips command)

Best for: developers and power users who prefer the command line

macOS includes sips (Scriptable Image Processing System), a command-line tool for image manipulation:

sips -s formatOptions 70 -s format jpeg input.jpg --out output.jpg

This sets JPEG quality to 70 (range 0–100). For batch processing a folder:

for f in ~/Desktop/photos/*.jpg; do
  sips -s formatOptions 75 -s format jpeg "$f" --out "${f%.jpg}_compressed.jpg"
done

Replace ~/Desktop/photos/ with your folder path. The compressed files save with _compressed appended to the filename.

JPEG Compression Quality Reference

Quality SettingTypical Size ReductionVisual QualityBest Use
90–10010–30%Visually losslessPrint, archival
80–8935–55%Excellent, no visible artifactsWeb display, professional use
70–7955–70%Good, minor artifacts at 100% zoomWeb, email attachments
60–6970–80%Acceptable, some blocking visibleEmail thumbnails, web previews
Below 6080–90%Noticeable quality lossThumbnails only

How to Hit a Specific File Size Target

Some platforms require images under a specific file size (e.g., under 1 MB for email, under 500 KB for a form upload). Here's how to target a specific size:

  • Start at quality 80 and check the resulting size
  • If still too large, reduce to 70 and check again
  • If the image has a very large pixel count (phone camera = 12–50 MP), also reduce the pixel dimensions — resize to 2000px max width and the file size will drop dramatically regardless of quality setting
  • imgmend.com shows the output file size before you download, making it easy to iterate

Frequently Asked Questions

How do I compress a JPEG on Mac without losing quality?

Use Quality 80–85 in imgmend.com/compress-image or Preview's Export dialog. At these settings, the compression is virtually invisible at normal viewing sizes. Quality 85 typically reduces file size by 50–65% with no perceptible visual change for screen display.

Can I compress a JPEG on Mac without any software?

Yes — use Preview (built into macOS): File → Export → set JPEG quality slider → Save. Or use imgmend.com/compress-image in Safari — browser-based, no installation. Both are completely free.

How do I compress multiple JPEGs at once on Mac?

Select multiple files in Finder → right-click → Quick Actions → Trim (or use an Automator workflow you've created). For browser-based batch compression, imgmend.com processes one file at a time. For true batch processing, Squoosh CLI or ImageOptim (free Mac app) handle multiple files efficiently.

Why is my JPEG still large after compressing in Preview?

Preview's quality slider affects compression but not pixel dimensions. A 12 MP iPhone photo at quality 50 can still be 2–4 MB because it's 4032×3024 pixels. Reduce both: Tools → Adjust Size (set max 1920px) then File → Export (quality 75–80). The combination of smaller dimensions and compression reduces file size by 90%+ from the original.

What is the best free JPEG compressor for Mac?

For single images with quality control: imgmend.com/compress-image (browser-based, free, shows output size before downloading). For batch compression of many files: ImageOptim (free Mac app, lossless optimization). For command-line batch processing: sips (built into macOS, no install needed).

Compress your JPEG for free — browser-based, no signup →

Ready to remove noise from your photos?

Free, no signup, instant results — works in your browser.

Try the Free AI Denoiser →