Page 1 of 1
Image properties..
Posted: Thu Jun 05, 2003 2:59 pm
by bothman231
you can store image properties along with JPG images in windows (such as title, comments, author etc)...I am presuming these properties are stored somewhere other than part of the JPG? ....If not my question is how in PHP can you extract such properties?
Thanks
S
Posted: Thu Jun 05, 2003 3:32 pm
by JPlush76
well you can use the getimagesize() function to get the parameters of the image itself and you'd have to store the other info in a database attached to that image by the image id/name
OK
Posted: Thu Jun 05, 2003 3:54 pm
by bothman231
Ok, thanks thats what i thought...I ended up storing the image desc in a text file with the same name and pulling it in that way.
Thanks
S