JPEG::Comment - add comment to JPEG file
use JPEG::Comment;
$commented_image = jpegcomment($uncommented_image, $comment);
The JPEG::Comment package allows you to add comment to jpeg file. It is may be useful in web environment to mark downloaded images in your site. The C<$commented_image> and C<$uncommented_image> is simple strings with image data.
Ivan Frolcov ifrol@cpan.org