The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 $commented_image and $uncommented_image is simple strings with image data.

AUTHOR

Ivan Frolcov ifrol@cpan.org