A tiny macOS menu bar app that converts images to JPG. Drag photos or
folders onto it, type a name, and every image is converted to
~/Desktop/<name>/<name>_001.jpg, <name>_002.jpg, … — with optional resizing.
🌐 Website: eternaxcode.github.io/dropjpg · ⬇ Download latest
한국어 안내는 아래 설치 방법 참고.
- 🖼️ Convert anything to JPG — JPEG, PNG, GIF, TIFF, WebP, and HEIC/HEIF
(Apple photos) via the built-in
sipsengine. No dependencies. - 📂 Drag & drop files or whole folders (recurses into subfolders).
- 🔢 Auto rename to
<name>_001.jpg,<name>_002.jpg, … - 📐 Optional resize — set a target width in pixels; aspect ratio is preserved.
- 🗂️ Output to
~/Desktop/<name>/— originals are never touched (copy, not move). - 📋 Non-image files are copied through with the same numbering.
- 🧭 Lives in the menu bar (no Dock icon). Drop window stays on top.
-
Download
DropJPG.dmgfrom the latest release. -
Open the DMG and drag DropJPG.app into Applications.
-
Important — first launch only. DropJPG is not signed with an Apple Developer certificate, so macOS Gatekeeper blocks it by default. Remove the quarantine flag with one of these:
- Easy: double-click
먼저 실행 - 설치도우미.commandinside the DMG, or - Terminal:
xattr -dr com.apple.quarantine /Applications/DropJPG.app
- Easy: double-click
-
Launch DropJPG. A camera/convert icon appears in the menu bar.
Why the extra step? An Apple Developer account ($99/yr) is required to sign & notarize apps so they open with a normal double-click. This project is free and unsigned, so the one-time command above is the trade-off. The command only removes the "downloaded from the internet" quarantine attribute — nothing else.
- Click the menu bar icon → 사진 변환… (Convert).
- Drag files/folders into the drop zone. Dropped names appear in the list.
- Type a folder name (becomes the Desktop folder + filename prefix).
- (Optional) Type a target width in pixels to resize.
- Click 변환 시작 (Start). The result folder opens in Finder.
- 최신 릴리스에서
DropJPG.dmg다운로드. - DMG 열고 DropJPG.app 을 Applications 로 드래그.
- 최초 1회만 — 개발자 인증서가 없어 macOS가 실행을 막습니다. 둘 중 하나:
- DMG 안의
먼저 실행 - 설치도우미.command더블클릭, 또는 - 터미널에
xattr -dr com.apple.quarantine /Applications/DropJPG.app입력.
- DMG 안의
- DropJPG 실행 → 메뉴바에 아이콘 표시 (Dock에는 안 보임).
Requires Xcode Command Line Tools (swiftc). No other dependencies.
./build.sh # → DropJPG.app
./make_dmg.sh # → dist/DropJPG.dmgIcons are generated from Sources/gen_icons.swift (CoreGraphics, no design tools).
Releases are automated. Bump the version and push a tag:
./release.sh 1.1 # bumps VERSION, commits, tags v1.1, pushesThe Release GitHub Actions workflow then builds
the DMG on a macOS runner and publishes a GitHub Release with the asset attached.
The single source of truth for the version is the VERSION file.
DropJPG is free and open source. If it saved you some time, you can buy me a coffee ☕
무료 오픈소스입니다. 유용했다면 커피 한 잔 부탁드려요 → https://ko-fi.com/eternaxcode
MIT — see LICENSE.
