You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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
-
|