Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to edit EXIF data in .NET [closed]

Tags:

.net

image

exif

I am writing a photo gallery/sharing website and want to (1) write EXIF data to the JPEGs stored on server, and (2) strip that EXIF data prior to writing to the output stream for display.

Is anyone aware of a dotNet library -- preferably open source -- that allows the editing (the key here is that I need to write/erase the EXIF data, not just read it) of EXIF data in image files?

like image 285
Mike C. Avatar asked Oct 22 '08 18:10

Mike C.


People also ask

Can you modify metadata?

Yes, you can remove the metadata. Different programs and software can work with specific files or with certain information in the metadata. Metadata is an essential part of data, so that, if the image you share must have detailed data, you must edit the metadata in advance.

How do I change the EXIF data on a JPEG?

To edit the metadata on image files, right-click the file and select Properties. In the image properties, click on the Details tab. The details tab shows all the metadata contained within the photograph. You can quickly edit the information by clicking the value field next to the property.


1 Answers

Check this libraries:

  • EXIFextractor
  • Photo Properties
  • A library to simplify access to image metadata
  • ExifWorks
  • EXIF tag Editor
like image 146
Christian C. Salvadó Avatar answered Sep 21 '22 23:09

Christian C. Salvadó