debrief / ppt_renderer

Development project to produce body of scripts for manipulating PPT slide
Eclipse Public License 2.0
2 stars 0 forks source link

Separate task #26

Closed IanMayo closed 6 years ago

IanMayo commented 6 years ago

I have a folder of images (attached).

I need the images renamed, so they contain a date. The date should be in this format:

yyyymmdd_hhmmss.jpg

The first image needs to be at 19951212_093600

Then each image needs to be 20 seconds later. There are 215 images, so the last image will be about an hour after the first one.

I also require a less dense version of the data. So, we only rename every 5th file, and they're 1 minute 40 seconds apart. So, we have fewer images, but they still cover the same time period.

The output of the task will be two zip-files of images - one detailed, the other less detailed. The first file will be named . 19951212_093600.jpg . The last image will be named something like 19951212_103420.jpg

honolulu engagment.zip

purvil12c commented 6 years ago

detailed.zip Here is the detailed zip file containing the renamed files (no skipping)

purvil12c commented 6 years ago

densed.zip Here is the dense zip file containing the renamed files (contains every 5th file)

purvil12c commented 6 years ago

dense_labeled.zip Renamed files with labels on the image

purvil12c commented 6 years ago

detailed_labeled.zip Renamed detailed files with labels on the image

purvil12c commented 6 years ago

detailed_black_label.zip detailed with black labels on the image

purvil12c commented 6 years ago

dense_black_label.zip dense with black labels on the image

IanMayo commented 6 years ago

Done.