Add date fix from file creation date to EXIF data #1

Open
opened 1 year ago by alex · 1 comments
alex commented 1 year ago
Owner

Add a new option:

  • fix EXIF creation date from file creation date
  • ignore this in case EXIF creation date is exists
Add a new option: - fix EXIF creation date from file creation date - ignore this in case EXIF creation date is exists
alex added this to the v.: 0.0.2 milestone 1 year ago
alex added the
Kind/Feature
Priority
High
labels 1 year ago
alex self-assigned this 1 year ago
alex added spent time 1 year ago
3 hours
alex commented 1 year ago
Poster
Owner

There are few things ate my time:

  • jpeg file format variations
  • jfif vs exif

So, in order to make any changes to EXIF data (APP1 segment) the following solution is applicable:

  • read out the whole file (just map it)
  • find out required section for EXIF
  • do the changes
  • write out all the data back, segment by segment

nor libexif nor libjpeg doesn't provide such thing. also misc information and image data itself are not page size aligned.

There are few things ate my time: - jpeg file format variations - jfif vs exif So, in order to make any changes to EXIF data (APP1 segment) the following solution is applicable: - read out the whole file (just map it) - find out required section for EXIF - do the changes - write out all the data back, segment by segment nor libexif nor libjpeg doesn't provide such thing. also misc information and image data itself are not page size aligned.
alex added a new dependency 1 year ago
alex added a new dependency 1 year ago
alex added a new dependency 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 3 hours
alex
3 hours
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: PtbPublic/exifdate#1
Loading…
There is no content yet.