22 Feb
2019
22 Feb
'19
12:59 p.m.
On Fri, Feb 22 2019, Rudolf Bahr wrote:
The picture sizes in px One gets by invoking for instance graphics Magick's identify in a lua program:
Or just img.scan(): \startluacode local image = img.scan{filename = "my-image.jpg"} logs.report("xsize", image.xsize) logs.report("ysize", image.ysize) \stopluacode -- Peter