opknaughty.blogg.se

Exiftool linux
Exiftool linux




If you are using a Debian-based distribution such as Ubuntu, you can install exiftool by running the following command in your terminal: sudo apt-get install libimage-exiftool-perl Before you can use exiftool, you need to install it. Installing exiftoolĮxiftool is a command line tool available on Linux distributions for reading, writing, and manipulating Exif metadata in image files. In this blog post, we will show how to remove Exif data from an image on Linux using the exiftool command line tool. Those metatada can be useful for photographers and image editors, but in some cases, you may want to remove Exif data from an image for privacy or security reasons.

exiftool linux

If you prefer to have the decimal degrees instead, simply add the -n flag exiftool -r -n -all -csv *.tif > metadata.Exif data, also known as metadata, contains information about the camera settings, location, and other details about an image. In order to export all the data in a spreadsheet, you can use the following command: exiftool -r -all -csv *.tif > metadata.csvīy default, Exiftool converts some values into more human-readable format such as Or if you want to instead see some GPS information exiftool IMG_0000_1.tif | grep -i gps exiftool IMG_0000_1.tif | grep -i irradiance Here we use the -i flag to make our search term case-insensitive. Let's say I want to see all Irradiance data from a DLS2. Sometimes, you want to see only a specific tag. If you want to see the data for all bands of a particular capture, you can use a wildcard as follows: exiftool IMG_0000_*.tif This will return all the metadata tag names and its associated values for the specified image. Viewing all metadata of a particular image exiftool IMG_0000_1.tif These commands work on Mac and Linux terminals alike. These examples assume you have navigated to the directory containing your raw images from your MicaSense camera.

exiftool linux exiftool linux

Below are some examples of common usages and expected outputs. Once installed in your operating system of choice, you will have the ability to use the command line to quickly view and export your desired metadata. There are many solutions out there, but we prefer one called ExifTool by Phil Harvey.

exiftool linux

In order to view and extract this information, you will need special software that allows you to view and edit EXIF data in your images. Note that this is not a necessary step in processing your images in photogrammetry software such as Pix4Dmapper or Agisoft Metashape but is a useful option for being able to view the information stored in your images for analysis. MicaSense raw images have a wealth of useful information including imager information, irradiance measurements, GPS coordinates, and more.






Exiftool linux