Browse Source

add the script to make the exif.jpeg file used for testing..

main
John-Mark Gurney 1 year ago
parent
commit
8e47cf3d6f
2 changed files with 11 additions and 0 deletions
  1. BIN
      ui/fixtures/exif.jpeg
  2. +11
    -0
      ui/fixtures/make.jpeg.sh

BIN
ui/fixtures/exif.jpeg View File

Before After
Width: 100  |  Height: 100  |  Size: 724 B

+ 11
- 0
ui/fixtures/make.jpeg.sh View File

@@ -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



Loading…
Cancel
Save