]> git.eshelyaron.com Git - emacs.git/commit
Simplify image transforms
authorAlan Third <alan@idiocy.org>
Sun, 16 Jun 2019 19:10:20 +0000 (20:10 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 16 Jun 2019 19:24:53 +0000 (20:24 +0100)
commitcf3081d208814ea02fce33aac645abfc24f880a6
tree7c840344a0a6edbf6bc9ee9debcb690877e417d8
parent11b0e33462fa7ebef142953010e25728543d1be8
Simplify image transforms

* src/image.c: (image_set_rotation, image_set_size,
image_set_transform): Combine into image_set_transform.
(image_set_crop): Remove function.
(lookup_image): Remove calls to removed functions and remove
transform_matrix.
* test/manual/image-transforms-tests.el (test-cropping): Remove
function.
(test-transforms): Remove reference to test-cropping.
src/image.c
test/manual/image-transforms-tests.el