Hello...
I've been searching infos in the forum about this, but I found nothing ..
Is there a possibility to read IPTC informations of Jpeg files, and put these infos in description field/caption of the large image in Lightbox ???
(or anywhere else in the page...)
Is someone able to code some lines???
RT ???
thanks a lot !
Use IPTC infos of jpg image in Lightbox description ????
- heliotrope
- Posts: 33
- Joined: Fri 14. Sep 2007, 15:21
Re: Use IPTC infos of jpg image in Lightbox description ????
can not be done easily i guess. same to EXIF...heliotrope wrote:...is someone able to code some lines???
but this is an interesting question.
could perhaps be an issue regarding --> ImageMagick, too. [to handle, read, save --> keep this data]
whether they remain in connection, close with the images, there could be a way to read them out and place the information anywhere...
- heliotrope
- Posts: 33
- Joined: Fri 14. Sep 2007, 15:21
Re: Use IPTC infos of jpg image in Lightbox description ????
Hi Jensensen...
Thanks a lot for your advices...
Well.. I'm not really a programmer ...the only thing I can do is working templates , css, html...Etc
So, I don't know what to do since this function could allow me to built a full phpwcms integrated image bank...
Maybe a solution will appear in the next version of phpwcms ...
Thanks a lot for your advices...
Well.. I'm not really a programmer ...the only thing I can do is working templates , css, html...Etc
So, I don't know what to do since this function could allow me to built a full phpwcms integrated image bank...
Maybe a solution will appear in the next version of phpwcms ...
Re: Use IPTC infos of jpg image in Lightbox description ????
hi heliotrope,
and try to amend...
me too, but since using phpwcms (cms at all) I need to .heliotrope wrote:.. I'm not really a programmer ...


do you know any [online] gallery tools, which can handle IPTC/EXIF tags?heliotrope wrote:...image bank...
i don't know as well...heliotrope wrote:...So, I don't know what to do...
no, since there are no other server apps, libs, --> interface which read/work with this data...heliotrope wrote:...Maybe a solution will appear in the next version of phpwcms...
Re: Use IPTC infos of jpg image in Lightbox description ????
well, there are some news:
when you run this little php script on your server [to check which PHP Extensions are available],
[this php lib is available for several years yet
oops ]
ImageMagick should be able to handle EXIF tags:
http://www.imagemagick.org/discourse-se ... =3&t=10491
or
http://www.imagemagick.org/discourse-se ... hilit=EXIF
but only since ImageMagick v6.3.8-1 Beta.
The question generally is, whether IPTC or EXIF tags work with files --> after conversion, scaling etc...
On my web server there is the php exif extension installed but no ImageMagick.
So, I couldn't run any tests. Anyway, I guess, phpwcms takes no care for this tags...[so far]...even though ImageMagick does [will do].
Needs some more research....
when you run this little php script on your server [to check which PHP Extensions are available],
you will probably notice that there is --> exif installed as well...<?php
$loadedXT = get_loaded_extensions();
for($i=0; $i<count($loadedXT); $i++)
{
echo $i+1, ": ", $loadedXT[$i], "<br />";
}
?>
[this php lib is available for several years yet


ImageMagick should be able to handle EXIF tags:
http://www.imagemagick.org/discourse-se ... =3&t=10491
or
http://www.imagemagick.org/discourse-se ... hilit=EXIF
but only since ImageMagick v6.3.8-1 Beta.
The question generally is, whether IPTC or EXIF tags work with files --> after conversion, scaling etc...
On my web server there is the php exif extension installed but no ImageMagick.

Needs some more research....
Re: Use IPTC infos of jpg image in Lightbox description ????
Hi,
I' am not a programmer too, but I found this and ist sounds good:
http:// www .cmsdev.de/2008/iptc-daten-mit-php/
I' am not a programmer too, but I found this and ist sounds good:
http:// www .cmsdev.de/2008/iptc-daten-mit-php/