JPEG::Comment - add comment to JPEG file


NAME

JPEG::Comment - add comment to JPEG file


SYNOPSIS


 use JPEG::Comment;
 $commented_image = jpegcomment($uncommented_image, $comment);


DESCRIPTION


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.


AUTHOR

Ivan Frolcov ifrol@cpan.org

 JPEG::Comment - add comment to JPEG file