]> git.eshelyaron.com Git - emacs.git/commit
Document image transforms
authorAlan Third <alan@idiocy.org>
Tue, 11 Jun 2019 19:31:24 +0000 (20:31 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 16 Jun 2019 19:24:53 +0000 (20:24 +0100)
commit11b0e33462fa7ebef142953010e25728543d1be8
tree9595b80194dcc0a8ea3bf9c999b8dbe6cca82ba9
parenta1508e8d2db0003fafb53ae51ed1104ba957db6b
Document image transforms

* doc/lispref/display.texi (Image Descriptors): Document :crop and
update :rotation.
* src/image.c: Describe the image transform matrix layout.
* test/manual/image-transforms-tests.el: New file.
doc/lispref/display.texi
src/image.c
test/manual/image-transforms-tests.el [new file with mode: 0644]