php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #15662 iptcembed FotoWare
Submitted: 2002-02-21 12:31 UTC Modified: 2015-07-18 19:09 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: knut dot satre at nord dot no Assigned:
Status: No Feedback Package: GD related
PHP Version: 4.1.1 OS: Irrelevant
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-02-21 12:31 UTC] knut dot satre at nord dot no
The function iptcembed only embed the iptc text in the beginning of the image file. 
Products from Fotoware (FotoStation, ColorFactory, Fotoweb, IndexManager) embed the iptc both at the beginning and at the end of the file.  

However FotoWare products as default reads the IPTC-info from the end. 

Therefore, if IPTC allready has been embeded from FotoWare, iptcembed can not modify the text in an order FotoWare will understand.
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-28 14:14 UTC] levim@php.net
-Status: Open +Status: Feedback -Package: Feature/Change Request +Package: GD related -Operating System: All +Operating System: Irrelevant
 [2014-04-28 14:14 UTC] levim@php.net
Is this something you are still interested in seeing?
 [2014-04-28 14:28 UTC] pajoye@php.net
what do you use to modify the iptc data? GD or other part of the image functions do not allow that.
 [2014-12-30 10:41 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2015-07-18 19:09 UTC] cmb@php.net
> what do you use to modify the iptc data? GD or other part of the
> image functions do not allow that.

iptcembed() allows that, and while being a part of ext/standard,
it is documented under "Image Processing and GD"[1].

[1] <http://www.php.net/manual/en/book.image.php>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC