Wednesday, January 25, 2017

Exif metadata remover in linux

BISA

http://www.sno.phy.queensu.ca/~phil/exiftool/
http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce/Remove-EXIF-Metadata-from-Photos-with-exiftool

Unix Platforms / Linux

  1. Download the Image-ExifTool distribution from the ExifTool home page
    (The file you download will have a name like "Image-ExifTool-10.40.tar.gz".)
  2. Unpack the distribution and make it your current directory by typing:
        cd <your download directory>
        gzip -dc Image-ExifTool-10.40.tar.gz | tar -xf -
        cd Image-ExifTool-10.40
    
    (At this point you may run exiftool by typing "exiftool <image file name>".)
  3. Test and install ExifTool by typing:
        perl Makefile.PL
        make test
        sudo make install
    
    (Note: The "make test" step is not required, but useful because it runs a full suite of tests to verify that ExifTool is working properly on your system. The "sudo make install" command requires that you have su access, and will prompt for your password. This will make ExifTool and its documentation accessible to all users on your system. If you don't have su access, you can run ExifTool in your own account by moving "exiftool" and its "lib" directory to any convienient location, preferably somewhere in your PATH.)
You can now run exiftool by typing "exiftool". Also, you can consult the ExifTool documentation with commands like:
perldoc exiftool
perldoc Image::ExifTool
perldoc Image::ExifTool::TagNames
or
man exiftool
man Image::ExifTool
man Image::ExifTool::TagNames
=============

https://apps.ubuntu.com/cat/applications/precise/phatch/    
https://launchpad.net/phatch  
http://photobatch.wikidot.com/

=================
BISA

http://www.xnview.com/en/xnconvert/#downloads
===================

https://hvdwolf.github.io/pyExifToolGUI/


http://www.makeuseof.com/tag/3-ways-to-remove-exif-metadata-from-photos-and-why-you-might-want-to/