MetaData Sharing
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.
 
 
 
 

12 lines
235 B

  1. #!/bin/sh
  2. tmpfile="/tmp/$0.tmp.$$"
  3. pamscale -xsize 100 -ysize 100 << EOF | cjpeg | exiftool -ISO=100 -UserComment="abc123สวัสดี" -ImageDescription="Some comment" -LensMake="Random Lens Maker" - > exif.jpeg
  4. P1
  5. 1 1
  6. 0
  7. EOF