I am trying to write a simple program that uses nconvert to remove jpeg metadata (exif and so on). So I call nconvert with:
Code: Select all
nconvert.exe -rmeta [filename]
Moderators: helmut, XnTriq, xnview
Code: Select all
nconvert.exe -rmeta [filename]
xnview wrote:I'll add such option in next version
Code: Select all
-jpegtrans op : JPEG lossless transformations
rot90 : Rotate 90 degrees
rot180 : Rotate 180 degrees
rot270 : Rotate 270 degrees
exif : Use orientation EXIF tag
vflip : Flip vertical
hflip : Flip horizontal
-jpegcrop x y w h : JPEG lossless crop
-rmeta : Remove Metadata (EXIF/IPTC/...)