JPEG::Comment - add comment to JPEG file


JPEG-Comment documentation  | view source Contained in the JPEG-Comment distribution.

Index


NAME

Top

JPEG::Comment - add comment to JPEG file

SYNOPSIS

Top

 use JPEG::Comment;

 $commented_image = jpegcomment($uncommented_image, $comment);

DESCRIPTION

Top

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

Top

Ivan Frolcov ifrol@cpan.org


JPEG-Comment documentation  | view source Contained in the JPEG-Comment distribution.