24 Feb
2019
24 Feb
'19
11:55 a.m.
On Sun, Feb 17 2019, Hans Hagen wrote:
+ if width then + hash = hash .. "[w:" .. width .. "]" + end + if height then + hash = hash .. "[h:" .. height .. "]" + end
hm that needs a bit of thinking because here we have cases where we downsample from say 600 to 150 dpi but then use that same one for all kind of sizes (and then a different wd/ht should not trigger an extra downsample)
Ok. Perhaps with a configuration option? Like "conversion-if-new-dimens=yes/no"? -- Peter