mason/dhandler (.thumbnail + callers): Pass in pre-scaled thumbnail.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:33:57 +0000 (11:33 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Jun 2023 10:48:39 +0000 (11:48 +0100)
The objective here is to give the caller control over the order in which
image scaling occurs.  In particular, by loading an image once and
generating the required scaled versions, we can potentially save a lot
of memory, which is a significant factor when dealing with full-size
DSLR images.


No differences found