Search results for "module:Image::Size"

Image::Size - read the dimensions of an image in several popular formats River stage three • 59 direct dependents • 207 total dependents

The Image::Size library is based upon the "wwwis" script written by Alex Knowles *(alex@ed.ac.uk)*, a tool to examine HTML and add 'width' and 'height' parameters to image tags. The sizes are cached internally based on file name, so multiple calls on...

RJRAY/Image-Size-3.300 - 28 Feb 2015 17:03:17 UTC

Image::JPEG::Size - find the size of JPEG images River stage zero No dependents

This module uses libjpeg to rapidly determine the size of one or more JPEG images....

ARC/Image-JPEG-Size-0.02 - 01 Dec 2017 19:49:03 UTC

Image::Size::FillFullSelect - Choose wether a image fill setting for a image should be fill or full. River stage zero No dependents

VVELOX/Image-Size-FillFullSelect-0.1.0 - 24 Oct 2009 16:21:01 UTC

AI::Image - Generate images using OpenAI's DALL-E River stage zero No dependents

This module provides a simple interface to generate images using OpenAI's DALL-E API....

BOD/AI-Image-0.1 - 06 Mar 2024 23:01:10 UTC

Apache::Image - Generate a new image size, e.g. Thumbnail on the fly of any image, even dynamically generated (EXPERIMENTAL RELEASE) River stage zero No dependents

Automatically generate thumbnail images on the fly from any Apache source. This includes but is not limited to: local files; Subversion; Generated / Dynamic images from CGIâ PHP, mod_perl and more. Features: (XXX fix formating) * Generate thumbnails ...

SCOTT/Apache-Image-v0.0.4 - 25 Jun 2007 00:17:50 UTC

Cv - helps you to make something around computer vision. River stage one • 1 direct dependent • 1 total dependent

"Cv" is the Perl interface to the OpenCV computer vision library that originally developed by Intel. I'm making this module to use the computer vision more easily like a slogan of perl *"Easy things should be easy, hard things should be possible."* T...

YUTA/Cv-0.29 - 02 Jun 2013 13:20:16 UTC

PDFLib - More OO interface to pdflib_pl.pm River stage one • 2 direct dependents • 2 total dependents

A cleaner API than pdflib_pl.pm, which is a very low-level (non-OO) interface....

MSERGEANT/PDFLib-0.14 - 24 Oct 2005 18:39:02 UTC

Image::Caa - Colored ASCII Art River stage zero No dependents

This module outputs "Image::Magick" image objects as ASCII Art, using a variety of output dithering modes and output drivers (currently supported is a plain old ANSI termical output driver and a curses driver)....

IAMCAL/Image-Caa-1.01 - 22 Aug 2006 22:48:49 UTC

MPE::IMAGE - Access MPEs TurboIMAGE/XL databases from within Perl River stage zero No dependents

MPE::IMAGE is designed to make access to TurboIMAGE/XL databases fairly comfortable to the Perl programmer. Please note that the calls differ in certain ways from the native intrinsic calls. In specific: * Anywhere a "number of elements" was given, i...

DOKSNER/MPE-IMAGE-0.98a - 26 Sep 2002 21:48:45 UTC

GFL::Image - An OO interface to P-e Gougelet's Graphic File Library River stage zero No dependents

This module provides an Object Oriented interface to Pierre-E. Gougelet's Graphic File Library. GFL provides a comprehensive set of image processing tools and can access more than 300 image formats. GFL is free for non-commercial use, you can grab th...

GGARAND/GFL-0.14a - 11 Mar 2002 23:12:11 UTC

Data::Image - Data object for image. River stage one • 1 direct dependent • 1 total dependent

SKIM/Data-Image-0.03 - 23 Jun 2023 08:08:17 UTC

SVG::GD River stage zero No dependents

RONAN/SVG-GD-0.20 - 24 Jan 2009 11:25:22 UTC

Gapp::Image - Image Widget River stage one • 5 direct dependents • 5 total dependents

JHALLOCK/Gapp-0.60 - 19 Apr 2013 13:02:15 UTC

GD::SVG - Seamlessly enable SVG output from scripts written using GD River stage zero No dependents

GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...

TWH/GD-SVG-0.33 - 10 May 2009 14:39:31 UTC

Test::Image - test an image River stage zero No dependents

This modules is a "Test::Builder" compatible testing module for testing images. Calling the methods of this module prints out Test Anything Protocol output designed to be processed by Test::Harness during a "make test" or "./Build test". This module ...

FOTANGO/Test-Image-0.02 - 21 May 2007 15:05:14 UTC

Image::Base - base class for loading, manipulating and saving images. River stage two • 14 direct dependents • 16 total dependents

This is a base class for image. It shouldn't be used directly. Known inheritors are "Image::Xbm" and "Image::Xpm" and in see "SEE ALSO" below. use Image::Xpm ; my $i = Image::Xpm->new( -file => 'test.xpm' ) ; $i->line( 1, 1, 3, 7, 'red' ) ; $i->ellip...

KRYDE/Image-Base-1.17 - 01 Aug 2012 01:43:45 UTC

Image::Info - Extract meta information from image files River stage two • 26 direct dependents • 35 total dependents

This module provides functions to extract various kinds of meta information from image files. EXPORTS Exports nothing by default, but can export the following methods on request: image_info image_type dim html_dim determine_file_type METHODS The foll...

SREZIC/Image-Info-1.44 - 03 Aug 2023 17:14:43 UTC

Image::Sane - Perl extension for the SANE (Scanner Access Now Easy) Project River stage zero No dependents

These Perl bindings for the SANE (Scanner Access Now Easy) Project allow you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to origi...

RATCLIFFE/Image-Sane-5 - 15 Nov 2019 09:10:38 UTC

Image::Imgur - Perl extension for uploading images to http://imgur.com River stage zero No dependents

Image::Imgur intends to make programmatically possible to upload image files to the website http://imgur.com. The maximum non-animated file size you can upload is 10MB. However, if the image is over 1MB then it will automatically be compressed or res...

OHWOW/Image-Imgur-0.01 - 14 Mar 2010 05:58:14 UTC

Tk::WidgetDump - dump the widget hierarchie River stage zero No dependents

"Tk::WidgetDump" helps in debugging Perl/Tk applications. By calling the "WidgetDump" method, a new toplevel with the widget hierarchie will be displayed. The hierarchie can always be refreshed by the Refresh button (e.g. if new widgets are added aft...

SREZIC/Tk-WidgetDump-1.39 - 27 Nov 2013 11:31:04 UTC
259 results (0.038 seconds)