Quick EXIF Editor is a freeware to edit EXIF data. It is a small and portable software, which you do not need to install. This image EXIF editor could be a little tedious for a new users, but has a wide variety of features to make use of. Browse and open an image from your PC to edit its EXIF. You can also use Drag & Drop method to open any image.
Free features of Exif Pilot:
• View EXIF, EXIF GPS, IPTC, and XMP data. More…
• Edit, create EXIF, EXIF GPS, IPTC, and XMP. More…
• Remove EXIF, IPTC tags, and clean up all metadata. More…
• Add new tags. More…
• Edit some Makernote tags.
• Add, edit, and remove keywords. More…
• Import/export EXIF and IPTC from/to XML files. More…
• Import/export EXIF and IPTC from/to MS Excel files. More…
• Import/export EXIF and IPTC from/to Text files in CSV format. More…
• Choose tags for export. More…
• Edit, create Photo Sphere metadata for panorama images. More…
• View descriptions of fields that contain data.
Paid features of Exif Pilot:
- This can be a real time saver if you have a lot of images to edit Exif data. Also Read: How to Resize Images in Windows Using Free Image Resizer Tools? Quickly Remove Exif Data with GIMP. You might already be using GIMP for other reasons, now you have another one. It is another great way to eliminate or edit Exif data in your photos.
- Photo Metadata Editor displays and allows edit of Exif and Metadata from photos and images in your Pictures Library. Using neuPhoto, you can add and change Photo Locations, Date Taken, and over 50 other Exif and Metadata properties.
Paid 'Batch Editing Plug-in' adds to Exif Pilot editor the ability to bulk change exif. More…
Download free EXIF editor for Windows XP/Vista/7/8/10
- Exif Pilot 5.18.1, x32 bit (4.6 Mb) – basic version.
- Exif Pilot 5.18.1, x64 bit (4.9 Mb) – this version is recommended for exif-processing of large image files (> 200 Mb).
More about export/import in x64 version.- To export and import from/to MS Excel, you should have x64 versions of MSExel, MSAccess and x64 version of Microsoft Access Database Engine 2010 Redistributable installed on your computer.
- Export and import from/to MS Excel is made in .xlsb format.
You are welcome to test the newest beta versions:
- Exif Pilot 5.19.1 Beta, x32 bit (4.6 Mb)
- Exif Pilot 5.19.1 Beta, x64 bit (4.9 Mb)
Feel free to drop us comments about any issues related to the beta versions.
Supported Image Formats
- JPEG, TIFF, PNG, DNG, NEF, PEF, CR2, CRW, JP2, ORF, SRW, ARW, SR2, and PSD – reading, editing, and creating metadata.
- RAW formats, including MRW, RW2, PGF, EPS, and RAF – read-only mode.
How to get started
The workflow is simple: Choose folder with files -> Edit metadata -> Save changes. See our simple guide with screenshots…
Learn more about Exif Pilot
Paid 'Batch Editing Plug-in' adds to Exif Pilot editor the following features:
- Multiple photos processing. More…
- Import/export of metadata to a single file or to several separate files. More…
- Command line for editing and creating metadata. More…
How to activate 'Batch Editing Plug-in' >>How to order >> (Price: 79.95 EUR)
Please note – there are incredibly many parameters that can be written in EXIF. These parameters (tags) can differ depending on camera brand. Exif Pilot can only view tags it knows, and it can change only part of them. If you are about to buy 'Batch Editing Plug-in', please make sure that Exif Pilot can view and edit the tags you need.
EXIF tasks that can be processed with Exif Pilot | Free features | Paid 'Batch Editing Plug-in' |
View EXIF, EXIF GPS, IPTC, and XMP data | ✔ | ✔ |
Edit EXIF, EXIF GPS, IPTC, and XMP | ✔ | ✔ |
Create EXIF, EXIF GPS, IPTC, and XMP | ✔ | ✔ |
Delete EXIF, EXIF GPS, and IPTC tags, and clean up all metadata | ✔ | ✔ |
Create, edit, delete image keywords | ✔ | ✔ |
Edit, create Photo Sphere XMP data | ✔ | ✔ |
Import/export EXIF and IPTC from/to XML files | ✔ | ✔ |
Import/export EXIF and IPTC from/to MS Excel files | ✔ | ✔ |
Import/export EXIF and IPTC from/to Text filesin CSV format | ✔ | ✔ |
Multiple photos processing | ✔ | |
Import/export of metadata to a single file or to several separate files | ✔ | |
Command line for editing and creating metadata | ✔ |
Versions History
October 22 2020 :: Version 5.18.1
+ Editing and importing of _Xmp_XMPRightsManagement_Marked tag has been added.
+ Editing of _File_Main_DateCreation tag has been added.
+ The ability to copy the values of some tags to others has been added.
Full version history….
Exif Pilot on Facebook
Exif Pilot on YouTube
Exif Pilot on Twitter
What people are saying about Exif Pilot
'I am delighted with this software. I can't tell you how much work this program saves for me. Can you imagine how long it would take me to label each and every image one at a time? It took me a couple years working almost everyday to create the spreadsheet with the information on all of my 37K+ slides. Fortunately, I created this spreadsheet years ago when I was still shooting film. Now I am digitizing these old slides (I use the Nikon scanner). Using Exif Pilot, I can now upload all my spreadsheet data into the metadata file on each image rapidly and easily. What a joy; I love this software!' Sync checker 3 2016.
Rex Johnson
'I am a 77 year young wallpaper junkie. I found Exif Pilot by chance with Google and have been using it to preserve exif tags when I make improvements on the Penguin, Polar Bear or Bird photos I collect.
I try my damnedest to attribute and indicate on each photo the name of the photographer and location. I use Exif Pilot to backup to MSExcel the EXIF and IPTC data before I correct 'impurities' on the photos such as camera flash in eyes and worms on beaks. Then I transfer to the corrected image the original EXIF and IPTC data to the corrected one. GREAT TOOL!'
Barbara Ann Ecroyd
Latest versionReleased:
Read and modify image EXIF metadata using Python.
Project description
Read and modify image EXIF metadata using Python without any third-party softwaredependencies. For example, batch process image metadata using a Python script.
Quick Start
Open an image with EXIF metadata using the Python open() built-in function. Ensure thebinary mode flag is set. Pass this image file object into the exif.Image class:
List EXIF attributes using the Python dir() builtin function:
Best Exif Editor
Access EXIF metadata tags using Python attribute notation:
Write the image with modified EXIF metadata to an image file using open() in binarywrite mode:
Refer to the usage page for information and examples of alternative ways to access EXIF tags (e.g.with index/item syntax or with methods).
Release historyRelease notifications | RSS feed
1.0.2
1.0.1
1.0.0
0.12.0
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
0.8.6
0.8.5
0.8.4
Photos Exif Editor 2 128gb
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0 Wic reset key.
Download files
Break da bank again. Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size exif-1.0.2-py3-none-any.whl (18.8 MB) | File type Wheel | Python version py3 | Upload date | Hashes |
Filename, size exif-1.0.2.tar.gz (18.7 MB) | File type Source | Python version None | Upload date | Hashes |
Hashes for exif-1.0.2-py3-none-any.whl
Algorithm | Hash digest |
---|---|
SHA256 | 02d63c2d4d24fb8e93834c2ad06bfaf3a52444721b7e4b434bb3c976ed763d73 |
MD5 | 6827f0807999d0dac4d5c1479de8916a |
BLAKE2-256 | af859280949f62611c7e13894673c6ae559b447bc7f5f6bd9898df44fe3c7353 |
Hashes for exif-1.0.2.tar.gz
Photos Exif Editor 2 128
Algorithm | Hash digest |
---|---|
SHA256 | 39b25ef733d498372e702da7499a0ed62f13a5413114d61a42fe0a0c5d076923 |
MD5 | 1d88f03616ccc70eb2829e1b4932938a |
BLAKE2-256 | 91484114f0e761df7c0486f5353159a50953542fbf375354724672dd8b00f6c7 |