--- "Patricio Vera S." <[EMAIL PROTECTED]> wrote:
> I new to the php world ant the image too, and I need
> modify the header information in a JPEG image file,
> is that possibly? How?

Those are EXIF headers. I am not sure if there is support
for modifying them (aside from doing it manually yourself),
but there are some functions that help you read them.
Rasmus mentions this in his presentations:

http://talks.php.net/show/oscon2002/46

Hopefully that can get you started.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to