Commit Graph

13 Commits

Author SHA1 Message Date
fa5d3ee9cb Updated 2026-02-27 15:38:30 +01:00
Uroš Golja
4a92702082 There are some images that do not have any EXIF data available. This
happens (sometimes) when the image was edited somehow in an editing program, and
the program forgot to append the original EXIF data to the exported
image.

This is why I've changed the way the size (x, y) of an image is
acquired. Instead of looking at the EXIF data, I'm using a module that
actually READS the size from the image. Kudos to the author.
2017-01-05 20:18:57 +01:00
Uroš Golja
b39571ff74 Some more ignores.. 2017-01-05 19:58:47 +01:00
Uroš Golja
3729d244f4 Added "unknown" as a possible apsect ratio. 2016-11-13 22:36:35 +01:00
Uroš Golja
9fe9c281ef Added vim swap files to the list of ignored files. 2016-11-13 22:35:32 +01:00
Uroš Golja
050b0a5802 Added debug mode, modified some outputs. 2016-11-13 21:40:33 +01:00
Uroš Golja
1a7507c6bc This apparently works. The trick was to use the $symlink_dir path as the
basepath (for the abs2rel function), and not $symlink. Kinda makes
sense, really.
2016-11-12 12:25:41 +01:00
Uroš Golja
d85735ef46 This works, dont know why 2016-11-11 16:07:37 +01:00
Uroš Golja
b947df75ee Trying to figure out how this File::Spec and Cwd thing works. 2016-10-28 08:30:52 +02:00
Uroš Golja
ac2ea74ad5 Oops, a copy/paste bug. 2016-10-26 07:51:10 +02:00
Uroš Golja
ee25e6d65a Mostly beauty fixes. 2016-10-25 23:10:05 +02:00
Uroš Golja
b3f2dd01ba Reworked all the hashes (%files, %ar) into hash references ($files, $ar)
for better clarity. Who uses hashes, anyway?

Added some more sanity and error checking.
2016-10-25 23:03:39 +02:00
Uroš Golja
f617949281 Initial import 2016-10-25 16:01:24 +02:00