Image Quality
Six levels Q1–Q6 (for example Q3 · Balanced). Slider left = smaller file, right = higher quality. Start with Q2 or Q3. Full labels below.
Zipic supports compressing multiple images and all images in specified folders. Currently supported formats include JPEG, PNG (including APNG), WebP, GIF, HEIC, AVIF, TIFF, ICNS, SVG, PDF, JPEG-XL (JXL), with more formats planned.
Follow these steps to compress images with Zipic:
Presets store a full set of compression options (quality, save location, format, resize, and more). The currently selected preset is used for drag-and-drop, Open Image(s), paste, Notch Drop, and other entry points — unless you temporarily pick another preset while holding ⌥ on drop.
There are two places to manage presets — the UI is the same:

Everything is inline — no separate “edit preset” window.
Default, AVIF, JPEG, JXL)Select a preset tab, then edit its options below. Changes apply immediately to that preset — no extra Save button.

Image Quality
Six levels Q1–Q6 (for example Q3 · Balanced). Slider left = smaller file, right = higher quality. Start with Q2 or Q3. Full labels below.
Save Into
Original Folder, Ask Each Time, or Fixed Folder. With Original Folder you can Save to Subfolder and/or Add Suffix. See Save Options.
Output Format
Keep Original Format, or convert to JPEG / PNG / WebP / AVIF / HEIC / JXL while compressing. See Compression Formats.
Resize (px)
Optional max width / height (0 = leave that side unchanged). Aspect ratio is preserved. See Resizing Images.
The UI shows Qn · short name. The same number is what CLI / URL Scheme use as --level / level (1 = Q1 … 6 = Q6).
| Level | UI label | Full name | Typical use |
|---|---|---|---|
| Q1 | Best | Quality First | Max fidelity; largest files |
| Q2 | High | High Quality | Near-original, light savings |
| Q3 | Balanced | Balanced Quality | Default / everyday sweet spot |
| Q4 | Efficient | Space Saving | Web & storage, still clean |
| Q5 | Small | Smaller File | Aggressive size cut |
| Q6 | Tiny | Smallest File | Extreme size; quality drops most |
Slider ends: Smaller File (left) ↔ Higher Quality (right). Moving right increases visual quality (toward Q1); moving left shrinks files (toward Q6).
When the preset’s output format is JPEG, a Progressive JPEG toggle also appears (Pro).
In Settings → Image only, a global Other Options block sits below the preset editor (TIFF compression, preserve metadata, APNG safe mode, JPEG background color). The main-window popover shows the per-preset options above; open Settings for those global controls.
Zipic offers several ways to compress images:
Drag and Drop
Drag images or folders into the Zipic main window to compress them. Recommended
Raycast Extension
Use the Raycast extension to compress selected images or folders in Finder. Recommended
Drag to Notch
Drag valid files/directories, and a Notch area will appear in the center of the top of the screen. Drag files/directories into this area and release to trigger automatic compression. Recommended Pro
Paste Compression
Automatically detect and compress images or file directories from the clipboard when pasting. Recommended Pro
Command Line
Drive Zipic from Terminal with the zipic CLI — presets, JSON output, exit codes. Ideal for scripts and CI. Recommended 1.9.5+
AI Agent
Install the Zipic skill and let Claude Code / other agents compress and convert images in natural language. Recommended 1.9.5+
Main Window Button
Use the main window button to select images or folders for compression.
Menu Bar Button
Use the menu bar button to select images or folders for compression.
Finder Context Menu
Select Zipic from the Finder context menu to compress images.
URL Scheme
Use Zipic’s URL Scheme for fire-and-forget compression from scripts and Shortcuts. Shortcut Worth Trying
Open the main window and drag images or folders from Finder or the desktop into it to compress.
Hold the ⌥ (Option) key while dragging files to the main window or the Notch area to quickly choose a different compression preset before compressing. This is useful when you want to use a one-off preset without changing your default selection.
See the article Using Raycast Extension for Image Compression.
Drag to Notch compression is an innovative feature introduced in Zipic 1.8, allowing you to compress images more quickly and intuitively.
How to use:

Paste Compression allows you to quickly compress images or directories from your clipboard.
Three methods to use Paste Compression:
⌘ + V to perform paste compression.Paste Compression automatically detects images or file directories in your clipboard and compresses them using your current compression settings. This feature is particularly useful when you want to quickly compress images from various sources without manually selecting them.
zipic CLI) 1.9.5+ Install the CLI from the menu bar (Install zipic CLI), then compress from Terminal. The CLI talks to the running Zipic app and reuses the same pipeline, presets, and license state:
zipic compress ~/Pictures --level 3 --format webp --jsonFull flags, presets, history, exit codes, and install steps: Command Line Tool.
Install the Zipic agent skill, then ask your AI assistant in natural language — for example “compress these screenshots to WebP” or “resize product photos to 1920px and export AVIF”. The agent maps your intent to the right CLI or URL Scheme call.
npx skills add okooo5km/Skills4U --skill zipicOverview, skill install, and when to prefer CLI vs URL Scheme: AI & CLI Integration.
Click the Open Images button at the top left of the main window to select images for compression. Supports multiple images and directories.
Click the File menu in the menu bar and select Open Images to choose images for compression. Supports multiple images and directories. Pressing ⌘ + O also opens the selection window.
This method supports selecting a single image. In Finder, right-click the image, choose Open With, and select Zipic to compress.
See Integrating Zipic Capabilities.
Zipic automatically recognizes files that have already been compressed and skips redundant processing. When your compression settings change or the source file is modified, it will re-compress automatically.
After compression, the main window displays the compression records, including image thumbnails, names, sizes before and after compression, status, and compression ratio.
After compression, check if the results are satisfactory.
Click the thumbnail to view the compression effects in the comparison preview window. Zipic Pro includes an enhanced image comparison view with the following features:
This makes it easy to compare before and after compression results side by side. If you only need to adjust compression strength, you can do it directly in the preview window without recompressing.
You can also open Finder to preview the compressed images using macOS Quick Look.
Click the Copy Image button in the compression record to copy the image or path information.
Each compression record in the main window can be dragged to any window that accepts images, like a note window or Finder window, equivalent to a quick copy action.
While Zipic does not persist compression records, we provide options to clear individual or all records for better user experience.
Click the Delete button at the right end of the compression record to delete the current record.
Click the Clear All Records button in the sidebar of the main window, then confirm in the popup to delete all compression records.