Rename Photos is a cross-platform desktop application primarily focused on renaming photos. It uses the image's EXIF data to rename files.
- It's also compatible with videos that include metadata like
Date
,Make
,Camera
. - For files without EXIF data, date-related variables can be used, with the data parsed from the file's created date.
A compact bundle size of just 6MB:
Using exif-rs to parse EXIF data:
- TIFF and some RAW image formats based on it
- JPEG
- HEIF and coding-specific variations including HEIC and AVIF
- PNG
- WebP
Code signing is expensive, open Terminal and then enter the following command to fix this issue:
sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app
- Open source
- Only rename files