]> git.neil.brown.name Git - edlib.git/commit
Add Draw:image-size and don't upscale images in emails.
authorNeilBrown <neil@brown.name>
Sat, 28 May 2022 23:37:49 +0000 (09:37 +1000)
committerNeilBrown <neil@brown.name>
Sat, 3 Sep 2022 06:49:09 +0000 (16:49 +1000)
commitfba51d24b6153bfa31815602c06cb3a7c946c239
tree244aeaf7d5e2906b5ca76c591ba04935229c7ceb
parent126d07e99fd483bffe67e7f54c0c0ea9939c26e7
Add Draw:image-size and don't upscale images in emails.

New display function Draw:image-size reports the size of an image in
(x,y).
This is used when drawing an image with new attr noupscale to
ensure the size of the image is never scaled up, only down.

email now requests noupscale

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
display-x11-xcb.c
doc-email.c
lib-renderline.c
python/display-pygtk.py