Releases: kotyzap/Photo-Curator
Release list
Photo Curator v7.0 (Mac, Win, Linux)
π HEIC / iPhone photos
Photo Curator now reads HEIC/HEIF straight from an iPhone import β no
conversion step, no detour through Photos.
- Formats β NEW
.heic,.heif,.hif(iPhone and Android stills, plus
Canon/Sony HEIF), decoded by pillow-heif
(libheif). EXIF β date, lens, GPS, orientation β comes through exactly as it
does for JPEG, so the map view and burst timing work unchanged. - HEIC filter chip in Cull, beside All types Β· RAW only Β· JPG only.
- Real format tags β every card now shows its actual format (HEIC, CR2,
NEF, PNG, TIFFβ¦) instead of a two-state RAW/JPG label. - Browser-safe display β only Safari renders HEIC natively, so the
full-size view is served as a cached JPEG transcode. Your.heicfiles are
never modified, and exports always copy the untouched original. - Mixed folders just work β JPEG + PNG + HEIC + RAW in one pass.
Full format list: JPEG Β· PNG Β· HEIC/HEIF/HIF Β· TIFF Β· BMP Β· WebP Β· every RAW
format LibRaw reads.
π¦ Downloads
| Build | Notes |
|---|---|
PhotoCurator-Mac-AppleSilicon-Offline-v7.0.zip |
Apple Silicon M1βM6 Β· macOS 11+ Β· fully offline |
PhotoCurator-Windows-x64-Offline-v7.0.zip |
Windows 10/11 x64 Β· private Python 3.11 Β· fully offline |
PhotoCurator-Linux-x64-Offline-v7.0.tar.gz |
Linux x86_64 Β· glibc 2.28+ (Ubuntu 20.04+, Debian 10+, RHEL/Rocky 8+) Β· bundled Python 3.11 Β· fully offline |
photo-curator-7.zip (in repo) |
Run from source Β· Python 3.9+ |
All three offline bundles ship pillow-heif 1.1.1 and rawpy, so HEIC and RAW work
with nothing else installed. Verify a download against CHECKSUMS-bundles.txt.
Linux: extract and run β no sudo, no system Python, nothing installed
outside the folder.
tar -xzf PhotoCurator-Linux-x64-Offline-v7.0.tar.gz
cd PhotoCurator-Linux
./start-photo-curator.sh
x86_64 only β ARM (Raspberry Pi, Ampere) and musl distros (Alpine) are not
supported by this bundle; run from source there instead.
Both offline bundles ship pillow-heif 1.1.1 and rawpy, so HEIC and RAW work
with nothing else installed. Verify a download against CHECKSUMS-bundles.txt.
π οΈ Running from source
pip install -r requirements.txt
HEIC needs pillow-heif, RAW needs rawpy β both are in requirements.txt.
Without either, the app keeps working on the remaining formats and says so in
the sidebar.