Security Advisories (1)
CVE-2026-3031 (2026-07-16)

Image::EPEG versions through 0.15 for Perl embeds an unsupported version of the Epeg library. Image::EPEG includes Epeg 0.9.0 that was last updated in 2004. Epeg is a fast JPEG thumbnail library that was once part of the Englightenment Project.

NAME

EPEG - Perl extension for EPEG

SYNOPSIS

use Image::EPEG qw(:constants);
my $epg = new Image::EPEG( "test.jpg" );
$epg->resize( 150, 150, MAINTAIN_ASPECT_RATIO );
$epg->write_file( "test_resized.jpg" );

DESCRIPTION

Perl wrapper to the alarmingly fast jpeg manipulation library "Epeg".

Methods

  • new( [FILENAME|DATA REFERENCE] )

  • get_height()

  • get_width()

  • set_quality( [0-100] )

  • resize( WIDTH, HEIGHT, [Aspect Ratio Mode] )

  • write_file( FILENAME )

  • get_data()

AUTHOR

Michael Curtis <mcurtis@yahoo-inc.com<gt>

SEE ALSO

http://gatekeeper.dec.com/pub/BSD/NetBSD/NetBSD-current/pkgsrc/graphics/epeg/README.html