mason/.perl-lib/TrivGal.pm (Image): Factour out EXIF metadata processing.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Jun 2023 09:24:41 +0000 (10:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 21 Jun 2023 09:24:41 +0000 (10:24 +0100)
commit5d6997b3e9eab746f09b04f899952a6aab68ab80
tree7bea42ce95d5e097c2ae8d9a9dd67f08fe406380
parent603ed7abab9d5296be22dcf90b75313793b19a7d
mason/.perl-lib/TrivGal.pm (Image): Factour out EXIF metadata processing.

Pull out the EXIF scanning into a new private method `_getexif'.  This
now sets `rot' and `flip' slots so that `scale' can fix up the image
properly, but it also sets `wd' and `ht' correctly for the use of
external clients.
mason/.perl-lib/TrivGal.pm