[HC Official] EXIFRemover (CLI) 03-02-2013, 10:26 PM
#1
Hello HC,
this is a command line program that I wrote for removing EXIF data from images. EXIF data is saved into your pictures by your digital camera, but also image editing software. With the EXIFRemover you can prepare images before publishing them, so they won't contain any information you don't want to publish.
Make sure that you don't end up like this guy, who was found by GPS data in an image he posted: http://gizmodo.com/5901430/these-breasts...n-fbi-case
![[Image: dm4evebs.png]](http://s1.directupload.net/images/130303/dm4evebs.png)
show-exif example: java -jar exifremover -s B:\Sonstiges\test.jpg
delete-exif example for a single file: java -jar exifremover -d B:\Sonstiges\test.jpg -dest B:\Sonstiges\temp.jpg
delete-exif example for all files in a given folder: java -jar exifremover -d B:\Sonstiges\
All files are saved into a temp folder within the given folder, unless you define a destination folder with -dest.
Download program: [attachment=89]
Download source: [attachment=90]
If you encounter any bugs or problems, please tell me.
Deque
this is a command line program that I wrote for removing EXIF data from images. EXIF data is saved into your pictures by your digital camera, but also image editing software. With the EXIFRemover you can prepare images before publishing them, so they won't contain any information you don't want to publish.
Make sure that you don't end up like this guy, who was found by GPS data in an image he posted: http://gizmodo.com/5901430/these-breasts...n-fbi-case
![[Image: dm4evebs.png]](http://s1.directupload.net/images/130303/dm4evebs.png)
show-exif example: java -jar exifremover -s B:\Sonstiges\test.jpg
Spoiler:
Quote:Exif metadata:
Root:
Image Description: 'JENOPTIK DIGITAL CAMERA'
Make: 'JENOPTIK OPTICAL CO,LTD'
Model: 'JD5200Z'
Orientation: 1
XResolution: 72
YResolution: 72
Resolution Unit: 2
Software: 'VJ305060'
Modify Date: '2006:08:16 11:56:11'
YCbCr Positioning: 2
Exif Offset: 254
Exif:
ISO: 100
Exif Version: 48, 50, 49, 48
Date Time Original: '2006:08:16 11:56:11'
Create Date: '2006:08:16 11:56:14'
Components Configuration: 1, 2, 3, 0
Compressed Bits Per Pixel: 1100/9830 (0,112)
Shutter Speed Value: 101/15 (6,733)
Aperture Value: 35055/10000 (3,506)
Exposure Compensation: 7/10 (0,7)
Subject Distance: Invalid rational (0/0)
Metering Mode: 2
Flash: 1
Focal Length: 21860/1000 (21,86)
Maker Note: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 50... (264)
Flashpix Version: 48, 49, 48, 48
Color Space: 1
Exif Image Width: 2560
Exif Image Length: 1920
Interop Offset: 840
Interoperability:
Interop Index: 'R98'
Interop Version: 48, 49, 48, 48
Sub: (jpegImageData)
Compression: 6
XResolution: 72
YResolution: 72
Resolution Unit: 2
Jpg From Raw Start: 964
Jpg From Raw Length: 12117
Photoshop (IPTC) metadata:
Keywords: SampleKeyword
delete-exif example for a single file: java -jar exifremover -d B:\Sonstiges\test.jpg -dest B:\Sonstiges\temp.jpg
Spoiler:
Quote:All EXIF data successfully removed from B:\Sonstiges\test.jpg
Result saved in B:\Sonstiges\temp.jpg
delete-exif example for all files in a given folder: java -jar exifremover -d B:\Sonstiges\
All files are saved into a temp folder within the given folder, unless you define a destination folder with -dest.
Spoiler:
Quote:created file B:\Sonstiges\temp\100_1788.JPG
created file B:\Sonstiges\temp\100_1789.JPG
created file B:\Sonstiges\temp\100_1790.JPG
created file B:\Sonstiges\temp\100_1791.JPG
created file B:\Sonstiges\temp\100_1792.JPG
created file B:\Sonstiges\temp\100_1793.JPG
created file B:\Sonstiges\temp\100_1796.JPG
created file B:\Sonstiges\temp\100_1797.JPG
created file B:\Sonstiges\temp\100_1799.JPG
created file B:\Sonstiges\temp\100_1800.JPG
created file B:\Sonstiges\temp\100_1801.JPG
created file B:\Sonstiges\temp\100_1802.JPG
created file B:\Sonstiges\temp\100_1939.JPG
Unable to remove EXIF data from B:\Sonstiges\Thumbs.db
Download program: [attachment=89]
Download source: [attachment=90]
If you encounter any bugs or problems, please tell me.
Deque
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
Expressed feelings are just an attempt to simulate humans.
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)


I am thinking of making Java my next priority..