Search results for "module:Image::Magick"
Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write an image or image sequence from within a Perl script.
This Perl extension allows the reading, manipulation and writing of a large number of image file formats using the ImageMagick library. It was originally developed to be used by CGI scripts for Web pages. A web page has been set up for this extension...
JCRISTY/Image-Magick-7.1.1-20 - 09 Oct 2023 11:04:20 UTC
Meta::Image::Magick - Meta extensions to Image::Magick.
Since I found there were a few methods I wanted that were missing from Image::Magick I inherited from it and extended it. This is the result. The original motivation was the creation of well scaled thumbnails....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
Image::Base::Magick - draw images using Image Magick
"Image::Base::Magick" extends "Image::Base" to create or update image files using "Image::Magick". The native ImageMagick drawing has hugely more features, but this module is a way to point "Image::Base" style code at an ImageMagick canvas and use th...
KRYDE/Image-Base-Magick-7 - 04 Sep 2021 05:17:24 UTC
Image::Magick::Info - Retreive image attributes with Image::Magick.
This module is a thin wrapper over ImageMagick's getAttribute() function. There are faster modules out there (which don't rely on ImageMagick) that you may want to check out (see 'SEE ALSO')....
AROTH/Image-Magick-Info-0.03 - 05 Aug 2005 15:18:49 UTC
Image::Magick::Tiler - Slice an image into NxM tiles
"Image::Magick::Tiler" is a pure Perl module....
RSAVAGE/Image-Magick-Tiler-2.00 - 17 Oct 2016 01:40:17 UTC
Image::Magick::Safer - Wrap Image::Magick Read method to check magic bytes
Image::Magick::Safer is a drop in wrapper around Image::Magick, it adds a magic byte check to the "Read" method to check the file MIME type using File::LibMagic. If a file looks questionable then it will prevent the file being passed to the real Imag...
LEEJO/Image-Magick-Safer-0.07 - 04 Aug 2016 14:20:10 UTC
Image::Magick::Chart - Use Image::Magick to create charts
"Image::Magick::Chart" is a pure Perl module. This module uses "Image::Magick" as the base of a set of modules which create simple images of various types. Only "Image::Magick::Chart::HorizontalBars" is available at this time. See examples/image-*.pn...
RSAVAGE/Image-Magick-Chart-1.07 - 05 Jan 2017 22:59:53 UTC
Prima::Image::Magick - Juggle images between Prima and Image::Magick
Allows transformations between Prima images and Image::Magick images. Exports all methods found on "Image::Magick" into "Prima::Image" space, thus opening the possibilities of ImageMagick for Prima images....
KARASIK/Prima-Image-Magick-0.08 - 15 Oct 2021 11:58:24 UTC
Image::Magick::Brand - Perl extension for creating branded images with ImageMagick.
Create branded images by composing one image on top of another. For optimal results, use a transparent png (or gif...if you must) as the source image. Note: You must have the appropriate system libraries installed to use certain image formats (ie: li...
AROTH/Image-Magick-Brand-0.01 - 03 May 2005 23:11:44 UTC
OpenGL::Image::Magick - copyright 2007 Graphcomp - ALL RIGHTS RESERVED Author: Bob "grafman" Free - grafman@graphcomp.com
This is a driver module for use with the OpenGL module. While it may be called directly, it will more often be called by the OpenGL::Image abstraction module. Note: OpenGL::Image defaults to this module. This is a subclass of the OpenGL::Image::Commo...
BFREE/OpenGL-Image-1.03 - 27 Sep 2008 20:35:30 UTC
Image::Magick::Square - Takes image and crops trims to a square shape
The subroutine create() takes as argument an ImageMagick image object. It returns an ImageMagick image object (the thumbnail), as well as the number of pixels of the *side* of the image. It does not take dimension arguments, because if your image is ...
LEOCHARRE/Image-Magick-Square-1.003 - 13 Mar 2008 18:09:30 UTC
Image::Magick::Iterator - sequentially read Image::Magick object from a filehandle.
Image::Magick::Iterator adds iteration support to Image::Magick. This means that if you have a stream of concatenated images, you can access each image in the stream as an independent Image::Magick object. Iteration functionality is not present in Im...
ALLENDAY/Image-Magick-Iterator-0.01 - 06 May 2004 01:50:05 UTC
Image::Magick::PolyText - Draw text along a polyline
"Image::Magick::PolyText" is a pure Perl module. It is a convenient wrapper around the "Image::Magick Annotate()" method, for drawing text along a polyline....
RSAVAGE/Image-Magick-PolyText-2.00 - 06 Jan 2017 01:24:39 UTC
Image::Magick::Thumbnail - Produces thumbnail images with ImageMagick
This module uses the ImageMagick library to create a thumbnail image with no side bigger than you specify. There is no OO API, since that would seem to be over-kill. There's just "create". SUBROUTINE create my ($im_obj, $x, $y) = Image::Magick::Thumb...
LGODDARD/Image-Magick-Thumbnail-0.06e - 11 Jan 2012 13:06:38 UTC
Image::Magick::Stencilize
Adds method to Image::Magick namespace to make an image you can make a silk-screen out of. Makes the image black and white. If you do graphic design or like Andy Warhol, this may be for you....
LEOCHARRE/Image-Magick-Stencilize-1.02 - 02 Jan 2008 21:15:36 UTC
Image::Magick::PixelMosaic - Pixelized mosaic filter for Image::Magick.
This module generates pixelized mosaic on parts of images using Image::Magick....
TURUGINA/Image-Magick-PixelMosaic-0.03 - 04 Jul 2008 05:46:47 UTC
Image::Magick::NFPADiamond - This module renders a NFPA diamond using ImageMagick
This module composes a NFPA diamond or *fire diamond* image using ImageMagick perl module....
ESTRELOW/Image-Magick-NFPADiamond-1.00 - 31 Mar 2008 13:26:17 UTC
Image::Magick::Iterator::PPM - read PPM images
Image::Magick::Iterator delegates to this class for low level image byte read()s. Don't use this class directly....
ALLENDAY/Image-Magick-Iterator-0.01 - 06 May 2004 01:50:05 UTC
Image::Magick::CommandParser - Parse any command line acceptable to convert or mogrify
"Image::Magick::CommandParser" is a stand-alone parser for command lines acceptable to the Imagemagick <https://imagemagick.org> programs "convert" and "mogrify". It aims to handle all constructs supported by Imagemagick itself, but it's vital to und...
RSAVAGE/Image-Magick-CommandParser-1.04 - 04 Sep 2016 07:58:51 UTC
Image::Magick::Thumbnail::PDF - make thumbnail of a page in a pdf document
I wanted a quick sub to make a thumbnail of a pdf. The goal of this module is to make a quick thumbnail of a page in a pdf. They give the viewer an idea of what is inside the document, but is not meant as a replacement for the actual file. This modul...
LEOCHARRE/Image-Magick-Thumbnail-PDF-1.13 - 19 Sep 2011 15:01:53 UTC