diff --git a/ui/fixtures/exif.jpeg b/ui/fixtures/exif.jpeg new file mode 100644 index 0000000..d24d268 Binary files /dev/null and b/ui/fixtures/exif.jpeg differ diff --git a/ui/fixtures/make.jpeg.sh b/ui/fixtures/make.jpeg.sh new file mode 100644 index 0000000..8f7ef36 --- /dev/null +++ b/ui/fixtures/make.jpeg.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +tmpfile="/tmp/$0.tmp.$$" + +pamscale -xsize 100 -ysize 100 << EOF | cjpeg | exiftool -ISO=100 -UserComment="abc123สวัสดี" -ImageDescription="Some comment" -LensMake="Random Lens Maker" - > exif.jpeg +P1 +1 1 +0 +EOF + +