What exif editor is and why you need it
An exif editor is a tool that rewrites the metadata segments embedded in your photos without touching a single pixel. Your camera first writes EXIF 2.32 (make, model, exposure, aperture, ISO, focal length, orientation, timestamps, GPS). You then add IPTC Core 2024.1 (copyright, creator, credit, keywords, caption, location) and XMP (modern mirror of both, plus C2PA assertions). exif editor rewrites any of those segments surgically: only metadata bytes move, the picture stays byte-identical on the pixel side. No JPEG recompression, no loss. That is foundational for trust: a photo whose EXIF was edited stays forensically identical, only its descriptive envelope changes.
Why edit? Five reasons cover 95% of cases. 1) Clock drift: you crossed eight time zones, the camera stayed on Paris time; every timestamp is off by 7 hours, chronological sorting breaks and the Lightroom timeline lies. 2) Sensitive GPS: you shot at home, the body geotagged your house to the meter; publishing raw exposes your address. 3) Empty or stale attribution: copyright year 2022 on 2025 images, or empty Creator — near-certain stock rejection. 4) Empty IPTC: 40% of stock submissions are rejected for insufficient keywords; Google Images ignores images with no structured caption. 5) Broken DPI/orientation: a 72 DPI image printed at 300 DPI looks fuzzy, an uncorrected orientation 6 displays sideways on the web. exif editor fixes all five in under a minute, single file or 500 at once via the same engine.
Technically, exif editor manipulates three distinct containers. EXIF lives in APP1 (JPEG) or IFD0/ExifIFD/GPSIFD (TIFF). IPTC IIM lives in APP13 Photoshop IRB 8BIM 0x0404, and its modern XMP counterpart lives in APP1 XMP (RDF/XML). Our exif editor reads all three, merges the view, lets you edit field by field, then rewrites each container in place without shifting image offsets. Validation is done against ExifTool 13.x: every tag (DateTimeOriginal 0x9003, GPSLatitude 0x0002, IPTC:Keywords 2#025, XMP:Subject, etc.) is written with the correct type (ASCII, Rational, Undefined) and cardinality. Outputs pass the IPTC Photo Metadata 2024.1 validator and remain readable by Shutterstock, Adobe Stock, Getty, Google Images, Apple Photos, Lightroom and any DAM. See specs: exiftool.org/TagNames/EXIF GPS iptc.org/photo-metadata c2pa.org.
Unlike cleaners that wipe everything, exif editor edits selectively: you can keep copyright and keywords but erase only GPS, or shift dates without touching camera model. Unlike ExifTool CLI that requires memorizing exiftool -DateTimeOriginal+='7:0:0 0' -overwrite_original, exif editor exposes a date picker, a clickable map and text fields with live preview. Unlike Lightroom that edits via catalog and bills $11.99/mo, exif editor works directly on the file, in the browser, free for one file, with bulk 500 and AI in Pro. It is the fastest editor to fix a single field as well as to inject 30 IPTC keywords on the fly.
Fix EXIF in 30 seconds with exif editor
Date, GPS, copyright, keywords — lossless, no install.
Use exif editor in 3 steps
From drop to verified download in under a minute. Same flow scales to 500 images via bulk editor. No data is sent without your action; initial parsing is local.
Drop & inspect
Drop JPEG, PNG, WebP or TIFF. exif editor shows EXIF, IPTC and XMP grouped by standard, with green/orange badges for filled vs empty fields. Spot inconsistent dates, missing GPS or absent keywords at a glance. Logic mirrors EXIF Viewer, but editable.
Edit any field
Fix via dedicated controls: calendar picker for DateTimeOriginal/CreateDate, clickable map for GPSLatitude/GPSLongitude, text fields for CopyrightNotice/Creator/Credit, editable chips for IPTC Keywords, AI toggle for 20–50 keyword generation. Templates memorize Creator/Copyright for one-click reuse.
Download & verify
Download instantly. Re-drop into EXIF Viewer to confirm: ExifTool diffs should list only modified tags, pixels stay identical (hash unchanged). In bulk, you get a ZIP with structure preserved.
After each edit, run exiftool -a -G1 -s file.jpg | grep -E 'Date|GPS|IPTC|Copyright' to audit. When in doubt, compare with original via exiftool -diff. exif editor never writes unknown tags; if a field does not appear, it is empty by design to stay IPTC 2024.1 compliant.
Every field exif editor handles
Per EXIF 2.32 + IPTC 2024.1. Top 6 cover 90% of edits. All validated against ExifTool 13.x. Sticky header, zebra rows.
| Field (ExifTool tag) | Use case | Example | Bulk |
|---|---|---|---|
| EXIF:DateTimeOriginal (0x9003) | Fix timezone drift | 2026:03:15 14:30:22 +07:00 shift | Batch shift |
| EXIF:CreateDate (0x9004) | Sync creation time | Mirror of DateTimeOriginal | Template |
| GPS:GPSLatitude / GPSLongitude (0x0002/0x0004) | Add/strip location | 48.8566, 2.3522 / 40.7128,-74.0060 | Batch add/strip |
| GPS:GPSAltitude (0x0006) | Drone/mountain altitude | 125.4 m above sea level | Batch |
| IPTC:Keywords (2#025) + XMP:Subject | Stock & SEO | ceramic mug, handmade pottery, teal glaze | AI 20-50 |
| IPTC:CopyrightNotice (2#116) / XMP:Rights | Legal attribution | © 2025 Studio Name | Template |
| IPTC:By-line (2#080) / XMP:Creator | Creator / Artist | Jane Doe | Template |
| IPTC:Caption-Abstract (2#120) / XMP:Description | Caption / alt-text | Handmade ceramic mug, 12oz, teal glaze, speckled | AI |
| XMP:Title / IPTC:ObjectName (2#005) | Title | Handmade Mug — Teal Glaze / 12 oz | AI |
| EXIF:Orientation (0x0112) | Fix rotation | 1=Normal, 6=90° CW, 3=180° | Batch |
| EXIF:XResolution / YResolution + ResolutionUnit | DPI for print | 300 dpi, unit inches | Batch |
| IPTC:Credit (2#110) / XMP:Credit | Credit line | Studio Name / Getty | Template |
| IPTC:Source (2#115) / XMP:Source | Publication source | ExifInjector Studio | Template |
| EXIF:Make / Model (0x010F/0x0110) | Camera | Canon EOS R5 | Batch |
exif editor tip: hover a tag to see its hex ID and spec. Bold tags are the ones 90% of users edit at least once. exiftool.org/TagNames/EXIF IPTC 2024.1
EXIF vs IPTC vs XMP — what exif editor actually writes
Many conflate the three. EXIF (Exchangeable Image File Format 2.32) is written by the device: technical and sensor data. IPTC (International Press Telecommunications Council Photo Metadata 2024.1) is written by the human: business, rights, semantics. XMP (Extensible Metadata Platform, Adobe) is the modern XML container that mirrors both and carries C2PA assertions. exif editor reads all three, shows a unified view (e.g. Keywords shows IPTC:Keywords + XMP:Subject merged), and on save rewrites each container in place with correct serialization. If you add three keywords, exif editor writes them both as IPTC IIM 2#025 (tag sequence) and XMP dc:subject (rdf:Bag). So Shutterstock (which reads IPTC) and Google Images (which reads XMP) see the same truth. Without that dual write, half the platforms stay blind.
Container details: JPEG stores EXIF in APP1 with TIFF header (II* or MM* plus IFD), IPTC in APP13 segment 8BIM 0x0404, XMP in APP1 with namespace http://ns.adobe.com/xap/1.0/. PNG stores XMP in iTXt/eXIf chunks and optional EXIF in eXIf chunk. WebP stores EXIF/XMP in EXIF/XMP chunks. TIFF stores all in IFD. exif editor handles each mapping without converting format: JPEG stays JPEG, PNG stays PNG. Rewriting is lossless: Huffman tables and DCT data are never touched, only metadata segments are reallocated with correct padding. Verified by binary comparison after edit: exiftool -v2 shows new offsets, but pixel md5 (exiftool -b -PreviewImage | md5) stays identical.
C2PA adds a layer: Content Credentials (C2PA 2.1) signs who created/modified the image and with which tool. exif editor preserves existing C2PA manifests and can add a minimal one (tool, date, action 'metadata edited'). Provenance is verifiable at contentcredentials.org/verify and c2pa.org. For photographers delivering to press, keeping or adding C2PA avoids the 'was this image altered?' doubt. exif editor never fabricates provenance: if you strip GPS, the manifest records 'GPS removed', not a fake location.
| Container | Written by | Fields | Read by |
|---|---|---|---|
| EXIF 2.32 (APP1 / IFD) | Camera | DateTimeOriginal, GPS, Make/Model, Orientation, DPI | OS, Lightroom, exif editor |
| IPTC IIM 2024.1 (APP13 8BIM) | Human / exif editor | Keywords, Copyright, Creator, Caption | Shutterstock, Adobe Stock, Getty |
| XMP (APP1 RDF/XML) | exif editor / Adobe | Subject, Title, Description, C2PA | Google Images, DAM, C2PA verifier |
Lossless editing: your pixels never move
The core promise of exif editor is lossless rewriting. Concretely, a JPEG is made of markers: SOI, APP0 (JFIF), APP1 (EXIF), APP13 (IPTC), APP1 (XMP), DQT, DHT, SOF, SOS, then compressed DCT stream, then EOI. exif editor never decodes the DCT stream. It parses markers, isolates metadata segments, deserializes them (TIFF IFD for EXIF, IRB for IPTC, RDF/XML for XMP), applies your edits in memory, reserializes with correct length and padding (even alignment), then reassembles the file by copying other segments identically. Result: the image data checksum (hash of SOS stream) is unchanged before/after. You can verify: exiftool -b -JpgFromRaw file.jpg | sha256sum does not change after an exif editor pass, while Photoshop 'Save As' recompresses and changes the hash even at quality 100.
Why is it critical? 1) Quality: each JPEG recompression adds block artifacts, even imperceptible they accumulate over 10 saves. exif editor avoids any generation loss. 2) Forensics: an image whose pixels were recompressed can no longer prove authenticity; an exif editor image stays bit-identical. 3) Performance: not decoding/recompressing makes the operation instant (ms per file) even on mobile. 4) C2PA: C2PA manifests sign the pixel hash; if you recompress, the signature breaks. exif editor keeps the hash valid and adds a 'metadata edited' assertion without invalidating provenance. That is the only correct way to edit metadata per C2PA 2.1 spec (c2pa.org/specifications/2.1).
Edge cases: PNG and WebP historically carry no native EXIF but exif editor writes XMP and, since 2017, eXIf chunk (PNG) and EXIF chunk (WebP). Modern readers (Chrome, macOS Preview, ExifTool) read them. If you inject GPS into a PNG, exif editor writes it as XMP exif:GPSLatitude/GPSLongitude and as eXIf for max compatibility. For TIFF, all is native IFD: exif editor rewrites IFD0 without moving image strips. In all cases, exiftool -G1 -a -s file | wc -l before/after shows only tags you touched.
EXIF dates: understand and shift correctly
Three dates coexist and exif editor distinguishes them. DateTimeOriginal (0x9003) = moment of capture, the one Lightroom and Google Photos sort by. CreateDate (0x9004) = same instant but often used by video. ModifyDate (0x0132) = last file modification (changes on each save). And FileModifyDate = filesystem date, non-EXIF, which changes if you copy the file. exif editor edits DateTimeOriginal and CreateDate together by default to keep consistency, and leaves ModifyDate at now unless you tick 'preserve ModifyDate'. Do not confuse DateTimeOriginal with FileModifyDate: if your viewer shows 'file modified 03/12' while you shifted DateTimeOriginal to 03/15, that is normal, check the EXIF field.
Classic use case: you shot in Tokyo with a body still on Paris time (+7h offset). All photos are dated 7h too early, chronology with your phone (which was on local time) is broken. In exif editor, select the batch, choose 'Shift by +7:00', tick DateTimeOriginal + CreateDate + GPSDateStamp, apply. exif editor adds 7h to each timestamp respecting days/months/leap years. For MOV/MP4 videos, same shift applies to CreateDate and MediaCreateDate. You can also enter an absolute date (2026:03:15 14:30:00) or copy date from a reference file.
Pitfall: daylight saving. If you shift photos taken across the DST change, a fixed +1h shift may be wrong for half the batch. exif editor offers a 'smart shift' that reads the original timezone (OffsetTimeOriginal 0x9011, added in EXIF 2.31) and adjusts. If OffsetTimeOriginal is present (+02:00), exif editor updates it too. Verify after with exiftool -DateTimeOriginal -OffsetTimeOriginal -GPSDateStamp file.jpg. For event photographers delivering 2000 images sorted by hour, a 4x500 exif editor batch fixes all in 15 minutes vs 30 hours manual.
GPS in exif editor: add, fix, strip
GPS EXIF is stored as rational degrees/minutes/seconds: GPSLatitude (0x0002) + GPSLatitudeRef (N/S), GPSLongitude (0x0004) + GPSLongitudeRef (E/W), GPSAltitude (0x0006) + GPSAltitudeRef (0=above sea level). exif editor lets you enter decimal (48.8566, 2.3522) or DMS (48°51'23.76"N), or click on the map. It converts to EXIF rationals and also writes XMP exif:GPSLatitude for modern readers. Precision is 1/1000 arc-second (~3 cm), more than enough. For WebP/PNG, exif editor writes same values as XMP and eXIf chunk.
When to add? Travel, mapping, real estate, reportage: precise GPS lets you display photos on a map (Lightroom Map, Google Photos, Pic2Map) and boosts local SEO. When to strip? Privacy: a photo taken at home geotags your house to 5 meters; publishing on Instagram without stripping GPS exposes your address (Instagram strips GPS on display but keeps it internally). GDPR and CNIL recommend minimization: publish only needed GPS. exif editor offers 'Strip GPS only' which erases GPSLatitude/GPSLongitude/GPSAltitude/GPSDateStamp but keeps copyright and keywords. That is finer than cleaners that wipe everything.
Do not confuse GPS with IPTC Location. GPS = geographic coordinates (48.8566, 2.3522). IPTC Location = textual fields Country/City/Sublocation (2#101, 2#090, 2#092) describing place in words. exif editor handles both: you can geotag Paris via GPS while writing IPTC Country-PrimaryLocationName='France'. For stock, IPTC Location is often more useful than raw GPS, because buyers search 'Paris' not '48.85 2.35'. exif editor can generate IPTC Location from GPS via reverse geocoding (option). Verify after with exiftool -GPS* -IPTC:City -IPTC:Country* file.jpg and visualize on EXIF Viewer map.
Copyright & attribution with exif editor
Four fields carry attribution and exif editor edits them coherently. IPTC:By-line (2#080) / XMP:Creator = natural person who pressed shutter. IPTC:CopyrightNotice (2#116) / XMP:Rights = legal notice (© 2025 Jane Doe). IPTC:Credit (2#110) / XMP:Credit = credit line (Studio Name / Getty Images). IPTC:Source (2#115) / XMP:Source = provenance (ExifInjector Studio). IPTC:Rights (2#122) = license URL or text. exif editor writes each IPTC pair and its XMP mirror (dc:creator, dc:rights, photoshop:Credit, etc.) so every platform reads the same truth. A 'Studio 2025' template applies all four at once across 500 files; you never retype.
Why is it vital? Without CopyrightNotice, a published image is considered orphan by some crawlers. On stock, Shutterstock and Adobe Stock reject images without CopyrightNotice consistent with contributor account. On Google Images, Credit feeds 'Image credit' display and strengthens E-E-A-T. And for you, it is proof of authorship in disputes: an image with Creator + CopyrightNotice + date + C2PA is enforceable. exif editor validates that CopyrightNotice contains at least year + holder, and warns if you try to save an empty copyright on a stock-bound batch.
exif editor best practices: 1) Create a 'Me 2025' template with By-line='Your Name', CopyrightNotice='© 2025 Your Name', Credit='Your Name / ExifInjector', Source='Your Studio'. 2) Apply it by default to each batch. 3) For collaborations, duplicate template with co-author. 4) Verify with exiftool -IPTC:By-line -IPTC:CopyrightNotice -XMP:Creator -XMP:Rights file.jpg. 5) If delivering to a client, add their Credit but keep your By-line (authorship). exif editor never overwrites a field you did not explicitly tick in batch mode.
IPTC keywords & XMP titles: exif editor AI
The most profitable field is also the most time-consuming: IPTC:Keywords (2#025) + XMP:Subject carry the keywords that sell. Shutterstock requires 7–50 keywords, Adobe Stock recommends 15–35, Getty indexes up to 50. Filling 30 relevant keywords per image by hand takes 5–10 minutes. For 500 images, that is 40–80 hours. exif editor embeds a vision AI that analyzes each image (pixels, not filename) and generates 20–50 unique IPTC keywords per image, plus a Title (XMP:Title / IPTC:ObjectName) and Description (XMP:Description / IPTC:Caption-Abstract). Each image gets its own set, no copy-paste. You then edit: remove 'f/1.8' if stock rejects it, keep 'handmade pottery, teal glaze'.
How does exif editor AI choose? It detects main subject, material, color, style, composition, context, and generates buyer-intent descriptors, not camera specs. Example: for a teal ceramic mug photo, it proposes 'ceramic mug, handmade pottery, teal glaze, speckled ceramic, stoneware cup, artisan coffee mug, 12oz mug, kitchenware' but not 'Canon EOS R5, 50mm, ISO 100' (stock rejection). You can pick platform preset: 'Shutterstock strict' filters technical keywords and caps at 50, 'Google Images SEO' adds long-tail variants. Keywords are written to IPTC and XMP simultaneously, and exif editor validates length (IPTC 2024.1 caps each keyword at 64 characters).
Recommended exif editor flow: 1) Drop 1 or 500 images. 2) Toggle 'Generate AI keywords'. 3) Let AI analyze (10–15 min for 500). 4) Browse suggestions, remove off-topic with one click, add your business terms. 5) Apply copyright template at same time. 6) Download ZIP. 7) Verify a sample with exiftool -IPTC:Keywords -XMP:Subject -XMP:Title file.jpg. On stock, images with 25–35 relevant keywords appear 2–3x more often than those with 5 generic keywords, per contributor feedback; exif editor puts you in the right range without manual effort.
Shutterstock/Adobe reject lists stuffed with camera specs. Use exif editor 'Buyer intent only' filter to keep only visual descriptors. Test with 5 images before launching 500.
exif editor at scale: 500 at once
One image is demo, a catalog is business. The same exif editor engine powers bulk: drop 500 JPEG/PNG/WebP/TIFF, tick fields to apply (date shift, GPS, copyright, AI keywords), click Process, get a ZIP. Templates ensure consistency (same CopyrightNotice across 500 files without retyping), AI ensures uniqueness (20–50 different keywords per image). Time: manual 5 min x 500 = 41 hours; exif editor bulk = ~15 minutes incl. AI. For 2000 e-commerce SKUs, 4 batches (~1 hour) suffice. API and Make/n8n webhooks automate the rest.
Bulk exif editor flow in detail: 1) Drag-drop 500 files (mixed JPEG/PNG allowed). 2) Pick 'Shift dates +07:00' and/or 'Set GPS 48.85, 2.35' and/or 'Apply Studio 2025 template' and/or 'Generate AI'. 3) Preview 3 samples before full run. 4) Launch; per-file progress with error resume. 5) Download ZIP with structure preserved. 6) Verify 2–3 samples with EXIF Viewer (Date/GPS/IPTC tabs). exif editor never touches pixels; you can re-run the batch without degrading.
exif editor bulk safeguards: if a file has no EXIF (raw PNG), exif editor creates missing segments. If a file is corrupt, it is flagged and skipped without blocking the batch. If you request AI without Pro credit, exif editor processes 10 free then prompts upgrade. And if you tick 'Do not overwrite existing keywords', exif editor appends to existing keywords instead of replacing. All is reversible: re-drop the ZIP and fix.
Including AI 20–50 keywords per image.
vs manual per-image editing.
Ready to upload to stock or DAM.
exif editor vs alternatives
| Tool | View + edit | Bulk 500 | AI keywords | No install | Price |
|---|---|---|---|---|---|
| exif editor (Exif Injector) | EXIF/IPTC/XMP | Yes + templates | 20-50 | Yes | Free / Pro |
| ExifTool CLI | Yes (commands) | Yes (script) | No | Install | Free |
| Lightroom Classic | Yes (catalog) | Yes (preset) | No | Install | $11.99/mo |
| Jimpl / VerExif | View / strip only | No | No | Yes | Free |
Sources: exiftool.org IPTC 2024.1
exif editor tuned per platform
Each platform reads metadata differently. exif editor offers presets that adjust fields written, limits and warnings. Stock (Shutterstock/Adobe/Getty): requires IPTC:Keywords 7–50, IPTC:Caption-Abstract 1–200 chars, non-empty CopyrightNotice, no sensitive GPS. exif editor validates 50 max, filters technical keywords, and offers 'Privacy preset' that strips GPS before submission. Google Images: reads XMP:Title, XMP:Description and IPTC:Keywords for ranking; exif editor writes all three and generates an SEO Title (60 chars) + Description (150) + coherent alt-text. Etsy/Amazon: product keywords and materials; exif editor generates 'handmade, ceramic, teal glaze, stoneware' from the image.
exif editor stock-strict preset: caps keywords at 50, bans 'f/1.8, ISO 100, Canon' (rejection), requires CopyrightNotice and By-line, discourages GPS. Privacy preset: strips GPS, keeps copyright/keywords. Google SEO preset: generates optimized Title/Description and long-tail keywords. E-commerce preset: adds materials/colors/sizes. You can mix: 'Stock + Privacy' = 30 keywords + GPS stripped. exif editor shows a green 'Ready for Shutterstock' badge when all rules pass, else lists fixes (e.g. 'Add 5 keywords').
| Platform | Keywords | GPS | Copyright | exif editor preset |
|---|---|---|---|---|
| Shutterstock | 7-50 | Strip if home | Required | Stock strict |
| Adobe Stock | 15-35 rec. | Optional | Required | Stock strict |
| Google Images | XMP/ IPTC indexed | Boost local | E-E-A-T | SEO |
| Etsy / Amazon | Materials + style | No | Shop name | Ecommerce |
Verify with ExifTool 13.x
Every exif editor output is validated against ExifTool, the open-source reference (exiftool.org). Here are the commands exif editor uses under the hood that you can replay. List dates: exiftool -DateTimeOriginal -CreateDate -ModifyDate -OffsetTimeOriginal -GPSDateStamp file.jpg. List GPS: exiftool -GPSLatitude -GPSLongitude -GPSAltitude -GPSLatitudeRef file.jpg. List IPTC/XMP: exiftool -IPTC:Keywords -XMP:Subject -XMP:Title -XMP:Description -IPTC:CopyrightNotice file.jpg. Compare before/after: exiftool -diff original.jpg edited.jpg (should list only modified tags). Verify lossless: exiftool -b -JpgFromRaw original.jpg | sha256sum vs edited.jpg (identical).
In exif editor, preview shows a colored diff: green = added, orange = modified, red = removed, grey = unchanged. You see exactly what will be written before download. For PNG/WebP, exiftool -a -G1 -s file.png lists XMP/IPTC/EXIF chunks; exif editor writes all. If a platform rejects your keywords, run exiftool -IPTC:Keywords -b file.jpg | tr ',' '\n' | wc -l to count; exif editor shows count live and warns beyond 50.
exif editor tip: after a 500 batch, pull 3 random samples and check them in EXIF Viewer (Date/GPS/IPTC tabs). If three are good, the batch is good. Do not check FileModifyDate (filesystem) but DateTimeOriginal (EXIF). And keep the original 24h while validating; exif editor deletes nothing server-side.
Templates vs AI: which field how
Golden rule in exif editor: uniform fields go to template, unique fields go to AI. Uniform = CopyrightNotice, Creator, Credit, Source, Rights: same value across 500 files, you type once and exif editor replicates. Unique = Keywords, Subject, Title, Description: each image deserves its own terms, AI generates via visual analysis. Mixing them (copy-pasting 30 identical keywords across 500 images) is penalized by Shutterstock as spam and dilutes Google Images SEO. exif editor prevents that trap: if you paste 30 identical keywords across a batch, a 'Duplicate keywords detected' warning appears.
Concrete exif editor example: you prepare 300 pottery photos for Etsy and Adobe Stock. You create 'Pottery 2025' template: Creator='Jane Doe', CopyrightNotice='© 2025 Jane Doe', Credit='Jane Doe Ceramics', Source='Jane Doe Studio'. You enable AI for keywords/title/description. Result: 300 files carry the same credible copyright, but each has its 25 unique keywords ('teal glaze' for teals, 'matte white' for whites). Time: 1 min config + 12 min AI. Without exif editor, you would have typed copyright 300 times (guaranteed typos) and invented 7500 keywords by hand.
Other case: date correction. It is semi-uniform: same shift (+07:00) but applied to different origin dates. exif editor handles relative shift, not absolute overwrite. You do not set all photos to 2026/03/15, you add 7h to each. That nuance keeps intra-batch chronology. For GPS, same logic: if you geotag a studio shoot, one GPS for 100 images is coherent (template); if you geotag a road-trip, each image has its own GPS (AI or per-image map, not bulk).
C2PA & Content Credentials with exif editor
C2PA (Coalition for Content Provenance and Authenticity, c2pa.org) signs an image's history: who created it, with which tool, which edits. The C2PA manifest is a nested JUMBF with assertions and signature. exif editor preserves existing manifests (does not break them) and can add a 'metadata edited with exif editor on 2026-03-15' assertion with mini thumbprint. Verification is at contentcredentials.org/verify: drop the image, you see 'Edited with Exif Injector exif editor'. For press and brands, that is the difference between 'anonymous image' and 'traceable image'. exif editor does not invent capture: if you add GPS, it records 'GPS added', not 'Photo taken at 48.85 2.35'.
Why is exif editor C2PA-compatible without recompressing? Because C2PA signature covers the pixel hash, not metadata. By not touching pixels (lossless), exif editor keeps the hash valid. It only adds an entry to the manifest. Per C2PA 2.1 spec (c2pa.org/specifications/2.1), any metadata edit must be recorded as an 'assertion' without invalidating the chain. That is exactly what exif editor does. Tools that recompress break the chain and show 'Untrusted' on verifiers.
exif editor + C2PA flow: 1) Drop. 2) Edit dates/GPS/copyright. 3) Tick 'Preserve/Add C2PA'. 4) Download. 5) Verify at contentcredentials.org/verify. If you strip GPS for privacy, the manifest records 'GPS removed for privacy' — transparent and GDPR-compliant. exif editor is one of the few browser editors to handle C2PA without breaking the signature, because it does not recompress.
How 2,000 product photos went from rejected to accepted with exif editor
An Etsy/Adobe Stock shop with 2,000 pottery SKUs saw 68% of submissions rejected: 'Insufficient keywords, missing copyright, home GPS present'. Each photo had 3 generic copy-pasted keywords, no CopyrightNotice, and home GPS. With exif editor, in 1h15 they: 1) stripped GPS on 2,000 files (4 batches of 500, Privacy preset), 2) applied '© 2025 Studio' template across 2,000, 3) generated 25–35 unique AI keywords per image (pottery, teal, stoneware per piece). Estimated manual cost: 2,000 x 6 min = 200 hours. exif editor cost: 1h15 + 15 min verification. Result: 94% acceptance on second submission, +80% stock views in 30 days because keywords were finally relevant.
exif editor lesson: never copy-paste same keywords, always generate per image; always template copyright; always clean home GPS before stock. And verify 3 samples with exiftool -IPTC:Keywords -IPTC:CopyrightNotice -GPS* before uploading the full ZIP. exif editor makes that flow accessible without ExifTool or Lightroom, and without recompressing a single image.
DPI & resolution: fix 72 vs 300 DPI with exif editor
DPI (dots per inch) does not affect screen display but determines print size. A 3000x2000 image at 72 DPI prints at 105x70 cm (blurry), at 300 DPI at 25x17 cm (sharp). EXIF fields XResolution/YResolution (0x011A/0x011B) + ResolutionUnit (0x0128, 2=inches) carry this. exif editor edits them without recompressing: you flip 72 → 300 DPI in one click, the printer sees correct size, web ignores the value. Classic mistake: leaving 72 DPI on print-bound images, result = fuzzy prints because lab enlarges. Other mistake: setting 300 DPI on web images thinking it improves quality — DPI does not change pixels, only resolution (width x height) matters on screen. exif editor shows both: pixel resolution and print DPI, with cm/inches preview.
In exif editor, the DPI panel offers 72 (web), 150 (draft), 300 (standard print), 600 (fine art). You tick 'Apply to batch' for 500 print-catalog images. exif editor writes XResolution=300, YResolution=300, ResolutionUnit=2 and mirrors to XMP tiff:XResolution. ExifTool validation: exiftool -XResolution -YResolution -ResolutionUnit file.jpg should show 300 300 2. For PNG/WebP, exif editor writes same value to pHYs chunk (PNG) and XMP. E-commerce tip: if you deliver 1000 product images to a packaging printer, a 2x500 exif editor batch at 300 DPI avoids 1000 Photoshop opens. And if you need web + print, duplicate the batch: one at 72 DPI (web) + one at 300 DPI (print), same pixels, different metadata, no recompression.
exif editor pitfall: do not confuse DPI and resolution. Raising DPI does not make the image sharper, it only tells the printer to print smaller. To increase real sharpness, you need more pixels (upscale), not more DPI. exif editor refuses to write absurd DPI (>1200) and warns if XResolution/YResolution diverge (should be equal except anamorphic). Verify after with EXIF Viewer 'DPI/Print' tab.
EXIF orientation 1–8: fix with exif editor
EXIF Orientation (tag 0x0112) tells the viewer how to rotate the image without touching pixels. 1=Normal (0°), 2=Mirror horizontal, 3=180°, 4=Mirror vertical, 6=90° clockwise (phone portrait), 8=90° counter-clockwise, 5 and 7 = mirror + 90° (rare). 80% of phone photos are Orientation 6. If you strip EXIF without fixing, they display sideways on the web. exif editor fixes by rewriting Orientation=1 and, if you wish, by applying rotation to pixels ('Apply rotation' option which does recompress once, only use if target viewer ignores EXIF). By default, exif editor does not recompress: it only changes the tag, instant and lossless.
In bulk, exif editor offers 'Normalize orientation': all files go to Orientation 1, stubborn viewers finally display correctly. For photographers delivering 500 mixed landscape/portrait images, that is critical: without normalization, half the web gallery shows sideways. exif editor lists current orientation per file (badge '6 → 1') and previews. Verify with exiftool -Orientation -n file.jpg (numeric) and exiftool -Orientation file.jpg (text). After exif editor, all should show 1 / Horizontal (normal).
| # | Effect | exif editor action |
|---|---|---|
| 1 | Normal | Leave as is |
| 3 | 180° | Rewrite 1 (lossless) |
| 6 | 90° CW (phone) | Rewrite 1 (batch 500) |
| 8 | 90° CCW | Rewrite 1 |
Formats exif editor supports
exif editor handles JPEG, PNG, WebP, TIFF and HEIC (read-only for HEIC per browser). JPEG: native EXIF in APP1 + IPTC APP13 + XMP APP1, most complete. TIFF: all in IFD, ideal for print. PNG: historically no EXIF but exif editor writes XMP to iTXt and EXIF to eXIf chunk (since 2017) readable by Chrome/ExifTool. WebP: native EXIF/XMP chunks. AVIF/HEIC: XMP/IPTC per browser support. In all cases, exif editor preserves input format: JPEG stays JPEG, no conversion unless you request it. Rewriting stays lossless regardless of container, because exif editor never decodes pixels.
Limits per format: JPEG/TIFF carry all (EXIF+IPTC+XMP+GPS). PNG/WebP carry XMP/IPTC + GPS via XMP/eXIf, but some old tools only read JPEG EXIF and will ignore PNG GPS — test with exiftool. HEIC carries native EXIF but browser writing is limited; exif editor offers HEIC → JPEG conversion preserving metadata. For web, prefer JPEG for max metadata compatibility; for print, TIFF 300 DPI. exif editor shows a 'Format: JPEG – full EXIF' badge to guide.
| Format | EXIF | IPTC | XMP | GPS | exif editor |
|---|---|---|---|---|---|
| JPEG | Native | APP13 | APP1 | EXIF | Full |
| PNG | eXIf chunk | XMP | iTXt | XMP/eXIf | XMP+eXIf |
| WebP | EXIF chunk | XMP | XMP chunk | EXIF/XMP | Full |
| TIFF | IFD | IFD/IPTC | IFD/XMP | GPS IFD | Full |
exif editor in your workflow: Lightroom, WordPress, Shopify
Lightroom Classic reads/writes EXIF/IPTC via catalog but bills $11.99/mo and requires a catalog. exif editor complements: you export from Lightroom without metadata, then inject correct IPTC with exif editor before uploading to stock — faster than managing Lightroom presets. WordPress: ExifInjector plugin auto-injects EXIF/IPTC on media library upload; exif editor is the engine. Shopify: product images optimized with exif editor (coherent Title/Description/Keywords) rank better in Google Images and Shopify Search, because Shopify preserves EXIF/XMP. Etsy/Amazon: same logic, IPTC keywords feed indexing.
exif editor API: POST /api/edit-metadata with file + JSON { DateTimeOriginal, GPSLatitude, IPTC:Keywords[], CopyrightNotice }. Response: file with injected metadata, no recompression. Ideal to automate 10,000 images via Make.com, n8n or Node script. Example n8n: Watch folder → exif editor API → Upload Shutterstock. exif editor handles bulk 500 via API too, with progress webhook. Docs: /api-integration.
exif editor tip: if you already use ExifTool CLI, keep it for one-off scripts, but switch to exif editor for anything involving AI keywords and bulk 500 — AI alone justifies the switch. And for teams, exif editor Pro lets you share templates (Studio 2025) across collaborators without copy-paste.
exif editor: local-first, secure, GDPR
exif editor parses first locally in your browser (FileReader API): the EXIF/IPTC preview never leaves your device. Only final processing (rewriting + optional AI) sends bytes to the server over HTTPS, processed in memory and deleted after download. No persistent storage, no data resale. For sensitive images (home, children, documents), use 'Strip GPS only' before any sharing and verify with exiftool -GPS*. GDPR minimization is natively supported: exif editor can selectively strip GPS, camera serial, thumbnail, while keeping copyright/keywords.
Unlike mobile apps that request full photo library access, exif editor only sees files you drop. No permission, no tracker SDK. And unlike cleaners that wipe all by default (losing copyright), exif editor edits selectively: you keep authorship while protecting privacy. That is the CNIL best practice: publish the minimum necessary, not the maximum available.
For pros, exif editor Pro encrypts transfers, logs processing (date, fields modified) and enables audit. And if you need to prove the processing chain, the C2PA manifest records each step. exif editor is built for photographers delivering to press: traceability without exposure.
When exif editor does not do what you expect
Keywords not showing after save with exif editor
Verify with ExifTool: exiftool -IPTC:Keywords -XMP:Subject file.jpg should list tags. If empty, you saved before AI finished — wait for 'Ready' badge. JPEG carries IPTC natively; for PNG/WebP exif editor writes XMP Subject (universally indexed) and eXIf. If you use a viewer that only shows EXIF not IPTC, keywords will not appear though present: use exiftool -G1 -a -s to see all.
GPS not appearing on map after add
Ensure coordinates are decimal (48.8566, 2.3522) not malformed DMS. exif editor converts but verify with EXIF Viewer GPS tab — marker should appear. Some social platforms strip GPS on upload regardless. And do not confuse GPS with IPTC Location: map reads GPSLatitude/GPSLongitude, not IPTC City.
Date still wrong after shift in exif editor
Shift applies to DateTimeOriginal/CreateDate. If your viewer shows FileModifyDate (filesystem), it will not change. Re-drop into EXIF Viewer and check 'EXIF Date' not 'File Date'. And check OffsetTimeOriginal: if your body wrote +01:00 and you shifted by +07:00 without updating offset, displayed time may seem off by 1h. exif editor updates offset in smart-shift mode.
Stock platform rejected exif editor keywords
Shutterstock/Adobe require buyer-intent keywords, not camera specs. Remove 'f/1.8, ISO 100, Canon EOS R5'; keep visual descriptors. Use exif editor Stock-strict preset and regenerate. Cap at 50, 25–35 ideal. And do not duplicate same 30 keywords across 500 images (spam).
Image rotated or DPI wrong after exif editor
Orientation 6 (90° CW) mishandled by some viewers: exif editor writes Orientation 1 after correction for universal display, but if you forced Orientation 6, image will appear sideways on web. For DPI, check XResolution/YResolution/ResolutionUnit: exif editor writes 300/300/2 (inches) for print, but web ignores DPI (72 vs 300 does not affect display, only print). Test print, not screen.
Tools related to exif editor
All tools above use the same exif editor engine: lossless rewriting, ExifTool 13.x validation, IPTC 2024.1 and C2PA 2.1 compliant. exiftool.org IPTC 2024.1 c2pa.org
Frequently asked questions about exif editor
Can I edit EXIF data without losing image quality with exif editor?+—
Yes. exif editor rewrites only the metadata segment; pixels stay intact. No recompression, no loss — verified by ExifTool diffs. Even after 20 rewrites, the image stays pixel-identical.
What EXIF fields can exif editor edit?+—
DateTimeOriginal, GPS (add/remove), Make/Model, Orientation 1-8, Copyright, Artist, IPTC Keywords, Caption, XMP Title/Description, DPI and more — per EXIF 2.32 and IPTC 2024.1. See table above.
Can exif editor edit EXIF in bulk?+—
Yes — via Bulk EXIF Editor: drop up to 500 images, apply same fix (date shift, GPS, copyright, keywords) and download a ZIP. Each file keeps unique AI keywords when requested.
Will EXIF edited by exif editor work on stock platforms?+—
Yes. Shutterstock, Adobe Stock and Getty read IPTC Keywords and XMP Subject exactly as written. exif editor writes IPTC 2024.1-compliant fields validated with ExifTool.
Can exif editor add GPS to photos that have none?+—
Yes — paste decimal coordinates or click on the map. exif editor writes GPSLatitude/GPSLongitude/GPSAltitude per EXIF spec and mirrors to XMP.
Is there an offline alternative to exif editor?+—
ExifTool (exiftool.org) is the free CLI reference. Our browser exif editor uses the same tag definitions without install and adds AI & bulk 500.
Do I need an account for exif editor?+—
No for single files — free, no signup. Pro adds bulk 500, saved templates and AI keyword generation.
What formats does exif editor support?+—
JPEG, PNG, WebP and TIFF. JPEG/TIFF carry full EXIF; PNG/WebP carry XMP/IPTC and optional EXIF. exif editor preserves input format.
exif editor: fix any field, keep every pixel
Dates, GPS, copyright, keywords — edited losslessly with exif editor. Single or 500 at once. Verify with EXIF Viewer before you publish.
Free exif editor · No install · Lossless · IPTC 2024.1 · C2PA 2.1
