PHP get Photoshop to write picture text information method, _php tutorial

Source: Internet
Author: User

PHP gets a way for Photoshop to write text messages to pictures,


This article explains how PHP gets Photoshop to write image text messages. Share to everyone for your reference. The specific analysis is as follows:

Some photographers like to put the title of the picture, content, keywords and so on Photoshop directly into the picture file inside. It can be read with the following code.

$image _info = Array (), $size = getimagesize (' picture file. jpg ', $info), if (Isset ($info [' APP13 '])) {  $IPTC = Iptcparse ($info [ ' APP13 ']);  foreach (Array_keys ($IPTC) as $s)  {          $c = count ($IPTC [$s]);    for ($i =0; $i < $c; $i + +)    {      @ $image _info[$s]. = $IPTC [$s] [$i];    }   } Print_r ($image _info);

I hope this article is helpful to everyone's PHP programming.

http://www.bkjia.com/PHPjc/976694.html www.bkjia.com true http://www.bkjia.com/PHPjc/976694.html techarticle PHP obtains photoshop to write the picture text information method, this article explains the PHP obtains the Photoshop writes the picture text information the method. Share to everyone for your reference. The specific analysis is as follows: ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.