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

Search results for "module:GD::Image"

GD::Image - Image class for the GD image library River stage three • 97 direct dependents • 154 total dependents

Supported Image formats: Png Gif Jpeg Tiff WBMP Webp Heif Avif BMP Unsupported Image formats: Gd Gd2 Xpm GifAnim See GD...

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC

GD::Image::Scale2x - Implementation of the Scale2x algorithm for the GD library River stage zero No dependents

This module implements the Scale2x algorithm (as well as 3x and 4x). From the Scale2x web site: Scale2x is real-time graphics effect able to increase the size of small bitmaps guessing the missing pixels without interpolating pixels and blurring the ...

BRICAS/GD-Image-Scale2x-0.07 - 19 Nov 2009 01:31:45 UTC

Geo::GD::Image - Perl extension to draw Well Known Binary (WKB) blobs directly into a GD::Image River stage zero No dependents

JDIEPEN/Geo-GD-Image-0.02 - 07 Sep 2006 08:38:04 UTC

Test::Image::GD - A module for testing images using GD River stage one • 2 direct dependents • 2 total dependents

This module is meant to be used for testing custom graphics, it attempts to "visually" compare the images, this means it ignores invisible differences like color palettes and metadata. It also provides some extra functions to check the size of the im...

STEVAN/Test-Image-GD-0.03 - 09 Dec 2005 05:35:44 UTC

Quiq::Gd::Image - Schnittstelle zur GD Graphics Library River stage zero No dependents

Die Klasse ist eine Überdeckung der Klasse GD::Image. Sie überschreibt existierende Methoden und ergänzt die Klasse um weitere Methoden. Die Klasse kann überall verwendet werden, wo GD::Image verwendet wird. Alle Methoden von GD::Image sind auch auf ...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Image::Base::GD - draw images with GD River stage zero No dependents

"Image::Base::GD" extends "Image::Base" to create or update image files in various formats using the "GD" module and library (libgd version 2 or higher). Native GD drawing has many more features but this module is an easy way to point "Image::Base" s...

KRYDE/Image-Base-GD-16 - 25 Feb 2019 04:25:39 UTC

GD::Barcode::Image - Create Image::Magick object for a barcode River stage zero No dependents

This module adds minor extensions in functionality to the GD::Barcode module. See the documentation for GD::Barcode and all its barcode symbology types for additional information on the use of this module. new() *$oGdBarIm* = GD::Barcode::Image->new(...

AVINASH/GD-Barcode-Image-1.03 - 26 Aug 2007 17:12:58 UTC

GD::Image::CopyIFS - fractal-based image copying and resizing River stage zero No dependents

This module adds to the "GD::Image" module of "GD" two methods: "copyIFS", used to copy and resize an area of one image onto another image, and "thumbIFS", used to create a rescaled image from an original. The "copyIFS" method is used analagously to ...

RKOBES/GD-Image-CopyIFS-0.25 - 19 May 2005 15:55:11 UTC

GD::Image::Thumbnail - Perl extension for creating thumbnailed images with GD. River stage zero No dependents

DMUEY/GD-Image-Thumbnail-0.02 - 27 Aug 2005 00:11:53 UTC

Image::GD::Thumbnail - produce thumbnail images with GD River stage zero No dependents

This module uses the GD library to create a thumbnail image with no side bigger than you specify. The subroutine "create" takes two arguments: the first is a GD image object, the second is the size, in pixels, you wish the image's longest side to be....

LGODDARD/Image-GD-Thumbnail-0.041 - 19 Dec 2007 12:20:23 UTC

GD::Image::AnimatedGif - Perl extension for creating animated gifs with GD River stage zero No dependents

Quickly and easily create optimized animated gifs with GD. animated_gif() Returns an entire gif ready to use. The arguments are: 0 - loop the animation if set to true 1 - font object 2 - font color 3 - speed of frames in 1/100 of a sec 4 - x position...

DMUEY/GD-Image-AnimatedGif-0.05 - 27 Aug 2005 00:11:20 UTC

GD::Image::Orientation - Perl extension for managing a GD::Image's vertical or horizontal orientation (shapewise) River stage zero No dependents

Adds functionality to GD by adding class methods to determine orientation in boolean terms or in a string. Also included methods to set an image's orientation; isvertical() $img->isvertical() Returns true if an image's height is greater than it's wid...

DMUEY/GD-Image-Orientation-0.05 - 27 Aug 2005 00:11:36 UTC

Template::Plugin::GD::Image - Interface to GD Graphics Library River stage zero No dependents

The GD.Image plugin provides an interface to GD.pm's GD::Image class. The GD::Image class is the main interface to GD.pm. It is very important that no extraneous template output appear before or after the image. Since some methods return values that ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC

Image::TextMode::Renderer::GD - A GD-based renderer for text mode images River stage one • 1 direct dependent • 1 total dependent

This module allows you to render your text mode image though the GD graphics library....

BRICAS/Image-TextMode-0.26 - 12 Apr 2022 01:56:21 UTC

lib/Image/BoxModel/Backend/GD.pm River stage zero No dependents

MBP/Image-BoxModel-0.50 - 02 Aug 2009 17:15:09 UTC

lib/OCBNET/Image/GD.pm River stage zero No dependents

OCBNET/OCBNET-WebSprite-v1.0.2 - 19 Aug 2014 19:42:24 UTC

GD::SecurityImage::GD River stage two • 13 direct dependents • 17 total dependents

Used internally by GD::SecurityImage. Nothing public here....

BURAK/GD-SecurityImage-1.75 - 24 Dec 2018 11:35:30 UTC

SVG::GD River stage zero No dependents

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

GD::SecurityImage River stage two • 13 direct dependents • 17 total dependents

The (so called) *"Security Images"* are so popular. Most internet software use these in their registration screens to block robot programs (which may register tons of fake member accounts). Security images are basicaly, graphical CAPTCHAs (Completely...

BURAK/GD-SecurityImage-1.75 - 24 Dec 2018 11:35:30 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
98 results (0.075 seconds)