writing exif data in php

前端 未结 4 518
轻奢々
轻奢々 2020-11-29 05:15

I\'m trying to create a website where I can add and modify metadata within a JPEG file.

Is there a way in which I can write the exif data in a fairly easy way.

4条回答
  •  失恋的感觉
    2020-11-29 06:19

    Maybe u can try :

    • PEL(PHP Exif Library). A library for reading and writing Exif headers in JPEG and TIFF images using PHP.
    • The PHP JPEG Metadata Toolkit. Allows reading, writing and display of the following JPEG metadata formats: EXIF 2.2, XMP / RDF, IPTC-NAA IIM 4.1 ect
    • ExifTool by perl. The ExifTool is excellent. It’s basically got it all – EXIF, IPTC and XMP support (read/write) and support for manufacturer extensions.

提交回复
热议问题