June 2025
Beginner to intermediate
473 pages
13h 30m
English
The starting point of this example is a large collection of photos in the JPEG format. These files are supposed to be moved to directories that indicate the month of the date on which they were taken. Thus, a photo taken in July 2023 should be moved to the 2023-07 directory. If this directory does not exist yet, it should be created.
The solution to this task succeeds through the analysis of Exif data. This data is metadata built into the JPEG file by the camera. Depending on the smartphone or camera model, the Exif data contains the date the photo was taken; the location (GPS coordinates); various camera parameters (aperture, exposure time); the orientation (image rotation, e.g., portrait or landscape); ...
Read now
Unlock full access