exifcleaner
exiftool
exifcleaner | exiftool | |
---|---|---|
42 | 250 | |
2,045 | 3,647 | |
3.8% | 3.8% | |
0.0 | 7.9 | |
about 1 month ago | 10 days ago | |
TypeScript | Perl | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
exifcleaner
- Anonimlik Rehberi
-
im afraid if i took a picture of the floor they would find me π
exifcleaner is what i use, but there should be other options including browser/online tools
-
software to remove meta data from picture
ExifCleaner
- How do I share through torrent safely?
-
How to remove all metadata & identifiers when uploading Elsevier articles to libgen?
tried exifcleaner? https://exifcleaner.com/
- Can I be traced through a snipping tool png file/file name?
-
Linux software list. Discussion and advice welcome!
ExifCleaner - remove most metadata from popular file types
- App to strip EXIF data from photos?
-
Is ExifCleaner still okay to use? No updates in over a year.
Exiftool edits to PDFs are reversible. The file needs to be re-linearized by a utility such as qpdf. See the exiftool PDF tags page and exifcleaner issue #111.
- If I take a screenshot of a pic from my google photos and share it online can someone find out my identity?
exiftool
-
Building a command line photo tagger using Docker, .Net and ExifTool
ExifTool by Phil Harvey is an open source cross platform tool to manage exif data on images. Given that we do not want to corrupt our images when manipulating metadata, using a tried and tested approach will mean peace of mind in contrast to building oneself or using obscure packages for the functionality.
-
Ask HN: Best to store, index and categorize audio recordings
If you're doing a pipelined bulk processing pass to add metadata tags after extracting them via Speech to text, or have delimited notes in a text file, or ... etc.
You might find ExifTool useful.
It's pure commandline (with a few third party GUI's IIRC) multiplatform and purpose built to display, edit, add media tags to all sorts of AV files.
https://exiftool.org/
-
Cleaning up my 200GB iCloud with some JavaScript
> Any method that I've found to clean them up (exporting the originals, deleting them from the library, and then re-importing the JPEGs only seems easiest) will lose all of the years of metadata that I've built up in the library.
The open source tool osxphotos (https://github.com/RhetTbull/osxphotos) can help with this. You can export the JPEG images while preserving metadata using the thrid-party exiftool utility:
`osxphotos export /path/to/export --has-raw --skip-raw --exiftool`
This exports all images that have a raw pair but skips the raw component then uses exiftool (https://exiftool.org/) to write the metadata (keywords, etc.) to the exported JPEG files. You can then re-import these into photos either by dragging them or by running `osxphotos import /path/to/export/*`
Both the export and import commands have many other options for controlling export directory, etc. `osxphotos help export` or `osxphotos docs` to open docs in browser. (Disclaimer: I'm the author of osxphotos)
-
Is there a way to remove metadata from an image file?
Check out exiftool.org
- EXIF Data from Cloud Stock Photo Used for Production of Satellite Video
-
Locationator: Access Apple's Reverse Geocoding service from the command line, Services menu
Locationator also comes with an optional CLI that can be used to perform reverse geocoding on images from the command line or perform the reverse geocoding and then write the location data to the file's XMP metadata using exiftool. It also comes with two services for doing the same from the Finder or other apps using the Services menu.
-
Modifying "Media Creation Date" metadata in .m4v files?
Edit: Nevermind, I got it. I used PyExifTool and installed exiftool from exiftool.org.
- Exploring EXIF
-
Canon PowerShot S95
May not work as not all camera store the serial number in the EXIF, but if you've got exiftool installed you can try running:
-
JPEG XL: How It Started, How Itβs Going
I think TIFF has some unique features that makes it more prone to certain security issues[1] compared to other formats, such as storing absolute file offsets instead of relative offsets. So I am not sure TIFF is a good container format, but many camera raws are TIFF-based for some reason.[2]
[1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=libtiff
[2] https://exiftool.org/#supported (search for "TIFF-based")
What are some alternatives?
scrambled-exif
exiv2 - Image metadata library and tools
Pixelitor - A desktop image editor
DiffusionToolkit - Metadata-indexer and Viewer for AI-generated images
exifLooter - ExifLooter finds geolocation on all image urls and directories also integrates with OpenStreetMap
jExifToolGUI - jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey