How to edit JPEG metadata without uploading your photo

Photo metadata can describe what an image shows, who made it, when it was captured, and how it should be handled. If a JPEG has a missing or incorrect description, credit, copyright notice, capture date, or comment, you can change those fields without re-encoding the picture. Refentra's editor performs that job locally in your browser and creates a new JPEG for you to check and download.

This workflow is deliberately narrow. It edits five EXIF text fields in one JPEG: Image description, Artist, Copyright, Date taken, and User comment. It does not synchronize every metadata system in the file, remove private data, or edit the visible image.

Before you edit

Keep the original JPEG as your backup. The editor accepts one .jpg or .jpeg file up to 25 MiB with no more than 1 MiB of metadata. PNG and HEIC files are not supported. Renaming another format with a JPEG extension will not make it a JPEG.

Decide what each field should mean in your own workflow. Artist and Copyright can record attribution, but filling them in does not establish ownership or provide a legal guarantee. Date taken uses the EXIF text format YYYY:MM:DD HH:MM:SS. The editor checks that pattern; it does not prove that the date is historically correct.

Edit the photo metadata step by step

  1. Open the JPEG metadata editor and select Choose one JPEG file. Your file stays in the browser; there is no upload or server fallback.
  2. Review Format, Dimensions, Orientation, and Metadata size. Note any GPS warning and inspect the read-only values before deciding whether editing is the right operation.
  3. Under 2. Editable EXIF fields, change only the fields you need: Image description, Artist, Copyright, Date taken, or User comment. Leaving a field blank saves an empty field. It does not delete that tag or remove the rest of the metadata.
  4. Select Save changes. The editor creates a separate candidate JPEG, reparses it, and checks the metadata preservation rules, dimensions, and decoded pixels.
  5. In 5. Result, confirm that Validation says Passed, Pixels says Identical, and the dimensions match the source. Then select Download metadata-edited JPEG and open the downloaded copy.

A worked before-and-after example

Imagine a fictional archive JPEG has incomplete credit. Its five editable values initially contain:

You revise them to:

After saving, inspect the downloaded file in the application where you plan to use it. A changed Date taken value does not set the file system's modified date to that capture time; downloading a new copy can give it a new file-system timestamp. The EXIF edit also does not guarantee that every gallery will sort the photo differently, because applications can choose another date field or keep their own library value.

Understand what remains unchanged

EXIF is only one metadata family a JPEG may contain. Refentra changes the five supported EXIF fields while preserving EXIF Orientation, GPS, camera details, XMP, IPTC, MakerNote, and unknown metadata as read-only data. Those other blocks may contain their own title, creator, copyright, date, or comment values. Another application can display one of those preserved values instead of the EXIF value you changed, so conflicting labels do not necessarily mean the edit failed. This tool is a focused EXIF editor, not a complete metadata synchronization system.

The encoded JPEG scan is copied without re-encoding, and the result must keep the same decoded pixels and dimensions. If safe preservation or pixel identity cannot be proved, the operation stops and no output download is created.

Check the result independently

Open the downloaded JPEG, confirm its orientation and dimensions, and inspect the five edited values in the application that will consume it. For a technical second check, ExifTool can show duplicate tags together with their metadata groups using exiftool -a -G1 -s image-metadata-edited.jpg. Its official FAQ explains why the group names matter when several tags share a label, and the official EXIF tag reference identifies the underlying fields.

If the goal is to remove GPS or other personal metadata, use the photo location data removal guide instead. Editing or clearing a field does not scrub previous metadata bytes, so it is not a privacy cleanup.

This guide was drafted and edited with AI assistance. Its tool behavior was checked against Refentra's current implementation, and its EXIF terminology was checked against ExifTool's official documentation.

All image guides