]> git.neil.brown.name Git - edlib.git/commit
Draw:image: support scale and crop.
authorNeilBrown <neil@brown.name>
Fri, 22 Sep 2023 05:41:44 +0000 (15:41 +1000)
committerNeilBrown <neil@brown.name>
Wed, 27 Sep 2023 06:00:03 +0000 (16:00 +1000)
commite37953f220347276cf2929578b90984007871ce3
tree8843fa7ffbd3146c5b40696b930071b8d9666170
parentb5f00189f7281f8ad87a45fc2106f209e328460d
Draw:image: support scale and crop.

->num if non-zero scales the image.
->num2 if non zero sets absolute height and ->num becomes absolute
->width.

->x and ->y set top-left corner.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/Calls
DOC/Developer/06-rendering.md
DOC/TODO.md
display-ncurses.c
display-x11-xcb.c
python/display-pygtk.py