aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/image (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an Exif parsing libraryLars Ingebrigtsen2019-09-211-0/+0
| | | | | | * lisp/image/exif.el: New file (bug#23070). * test/lisp/image/exif-tests.el: Add some basic tests.
* Add image sizing tests for an image that's narrowLars Ingebrigtsen2017-04-241-0/+0
|
* Add tests to check image scaling functionalityLars Ingebrigtsen2017-04-211-0/+0
This is in preparation to doing further work in this area to avoid regressions. * test/data/image/blank-200x100.png: New file for testing image scaling. * test/manual/image-size-tests.el: New file.