Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.059.465 Times

GD::Convert 2.12

  Date Added: July 16, 2010  |  Visits: 870

GD::Convert

Report Broken Link
Printer Friendly Version


Product Homepage
Download (107 downloads)



GD::Convert is a Perl module with additional output formats for GD. SYNOPSIS use GD; use GD::Convert qw(gif=gif_netpbm newFromGif=newFromGif_imagemagick wbmp); # or: require GD::Convert; import GD::Convert; ... $gd->ppm; $gd->xpm; $gd->gif; $gd->wbmp; ... $gd = GD::Image->newFromPpmData(...); $gd = GD::Image->newFromGif(...); This module provides additional output methods for the GD module: ppm, xpm, wbmp, gif_netpbm and gif_imagemagick, and also additional constructors: newFromPpm, newFromPpmData, newFromGif_netpbm, newFromGifData_netpbm, newFromGif_imagemagick, newFromGifData_imagemagick. The new methods go into the GD namespace. For convenience, it is possible to set shorter names for the gif, newFromGif and newFromGifData methods by providing one of the following strings in the import list: gif=gif_netpbm newFromGif=newFromGif_netpbm newFromGifData=newFromGifData_netpbm Use external commands from netpbm to load and create GIF images. gif=gif_imagemagick newFromGif=newFromGif_imagemagick newFromGifData=newFromGifData_imagemagick Use external commands from imagemagick to load and create GIF images. gif=any newFromGif=any newFromGifData=any Use any of the above methods to load and create GIF images. wbmp Create wbmp images. Only necessary for GD before version 1.26, but it does not hurt if it is included with newer GD versions. The new methods and constructors: $ppmdata = $image->ppm Take a GD image and return a string with a PPM file as its content. $xpmdata = $image->xpm Take a GD image and return a string with a XPM file as its content. $gifdata = $image->gif_netpbm([...]) Take a GD image and return a string with a GIF file as its content. The conversion will use the ppmtogif binary from netpbm. Make sure that ppmtogif is actually in your PATH. If you specify gif=gif_netpbm in the use line, then you can use the method name gif instead. The gif_netpbm handles the optional parameter -transparencyhack. If set to a true value, a transparent GIF file will be produced. Note that this will not work if the transparent color occurs also as a normal color. $gifdata = $image->gif_imagemagick This is the same as gif_netpbm, instead it is using the convert program of ImageMagick. $image = GD::Image->newFromPpm($file, [$truecolor]) Create a GD image from the named ppm file or filehandle reference. Only raw ppm files (signature P6) are supported. $image = GD::Image->newFromPpmData($data, [$truecolor]) Create a GD image from the data string containing ppm data. Only raw ppm files are supported. $image = GD::Image->newFromGif_netpbm($file, [$truecolor]); Create a GD image from the named file or filehandle reference using external netpbm programs. $image = GD::Image->newFromGifData_netpbm($file, [$truecolor]); Create a GD image from the data string using external netpbm programs. $image = GD::Image->newFromGif_imagemagick($file, [$truecolor]); Create a GD image from the named file or filehandle reference using external ImageMagick programs. $image = GD::Image->newFromGifData_imagemagick($file, [$truecolor]); Create a GD image from the data string using external ImageMagick programs. You can set the variable $GD::Convert::DEBUG to a true value to get some information about external commands used while converting..

Requirements: No special requirements
Platforms: Linux
Keyword: Create Create A Create Gif Images External File Gd Gdconvert Image Imagemagick Netpbm Output Formats Perl Module Ppm
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


GD::CONVERT RELATED
Modules  -  RSS Image Feed 1.0
The RSS Image Feed doesn't create a feed of images, but ataches the first image of the post to your feeds. Normally only the content has images showing. With our plugin there will be a clickable image even in the excerpt and in the content there...
563.2 KB  
Libraries  -  Perl::Critic::Config 1.061
Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into...
245.76 KB  
3D Graphic Tools  -  Gif Assembler beta .96
Gif Assembler is a Web-based frontend for Gifsicle which allows users to create GIF animations from existing GIF images. With Gif Assembler you can upload up to 99 GIF images as the frames for the animation. Whats New in This Release: -...
4.1 KB  
Libraries  -  File::Path 5.8.8
File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create...
12.2 MB  
Libraries  -  Nokia::File::NFB 0.01
Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files. SYNOPSIS use Nokia::File::NFB; my $nfb = new Nokia::File::NFB; ## read in the file phone_backup.nfb. $nfb->read(phone_backup.nfb); ## print...
7.17 KB  
MP3 Players  -  Free Easy Video to GIF Converter 2.4.3
Creating your own animated GIF from a movie, music video or any funny nut shots can be a lot of fun. Animated GIF images can distributed among your friends. Free Easy Video to GIF Converter, which is the most successful and accessible program in...
5.38 MB  
Backup Utilities  -  Active@ ISO Manager 24
Active@ ISO Manager is an easy-to use software to author, edit and burn CD/DVD-ROM ISO images compatible with the ISO 9660 / Joliet standards. You can create ISO images from either existing CD/DVD-ROMs or from a set of existing files and folders....
13.03 MB  
Libraries  -  OpenInteract2::Manual::Tutorial 1.99_06
OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE...
931.84 KB  
Libraries  -  List::RewriteElements 0.09
List::RewriteElements is a Perl module that can create a new list by rewriting elements of a first list. SYNOPSIS use List::RewriteElements; Constructor Simplest case: Input from array, output to STDOUT. $lre =...
26.62 KB  
Libraries  -  Spreadsheet::WriteExcelXML 0.10
Spreadsheet::WriteExcelXML is a Perl module that can create an Excel file in XML format. SYNOPSIS To write a string, a formatted string, a number and a formula to the first worksheet in an Excel XML spreadsheet called perl.xls: use...
143.36 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB