S
S
skyfly20102022-01-20 15:51:46
PHP
skyfly2010, 2022-01-20 15:51:46

How to change image properties using php?

Good afternoon. Interested in the question, how can I change (and is it possible) image properties using php?
61e95a739f553373518617.jpeg
In this case, we are talking about image data, which can be seen by right-clicking on it => Properties => Details.
I tried to find information on the Internet, but apparently I don’t know how to google. never found an answer. Can someone send me a link where I can read this info?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Ukrainskiy, 2022-01-20
@skyfly2010

Use Imagic setImageProperty
Exif tags are described here - https://www.exiv2.org/tags.html

$image->setImageProperty('Exif.Image.RatingPercent', 100); //Rating tag used by Windows, value in percent

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question