aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/image (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't have exif bugging out on short stringsLars Ingebrigtsen2020-03-191-0/+0
| | | | | | | * lisp/image/exif.el (exif--direct-ascii-value): New function (bug#40127). (exif--parse-directory): Use it to get the correct values for in-directory (i.e., shorter than 4 octets) strings.
* 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.