Skip to content

Arman19941113/rename-photos

Repository files navigation

Rename Photos

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.

Download

A compact bundle size of just 6MB:

Q & A

Supported image formats?

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

MacOS: App is damaged and can't be opened?

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

Is this app safe?

  • Open source
  • Only rename files