From: Dan F. <dfa...@us...> - 2009-04-14 05:56:30
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3849 Modified Files: exif.1 Log Message: Added an example of setting a data array type. Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- exif.1 22 Jan 2009 07:41:09 -0000 1.13 +++ exif.1 14 Apr 2009 05:56:23 -0000 1.14 @@ -165,6 +165,13 @@ Add an Orientation tag with value "botto exif --output=new.jpg --ifd=0 --tag=0x0112 --set-value=4 image.jpg .RE .LP +Add a YCbCr Sub-Sampling tag with value 2,1 (a.k.a YCbCr 4:2:2) to an +existing image: +.LP +.RS +exif --output=new.jpg --tag=YCbCrSubSampling --ifd=0 --set-value='2 1' image.jpg +.RE +.LP .SH "AUTHOR" Written by Lutz Mueller <lu...@us...>. .SH "SEE ALSO" |