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.147.290 Times

Perl Image Magick software
Filter: All | Freeware | Demo
 

Perl Image Magick

< 1 2 3 4 5 > 
Added: May 14, 2010 | Visits: 877

Image::WorldMap Image::WorldMap is a Perl module to create graphical world maps of data. SYNOPSIS use Image::WorldMap; my $map = Image::WorldMap->new("earth-small.png", "maian/8"); $map->add(4.91, 52.35, "Amsterdam.pm"); $map->add(-2.355399, 51.3828, "Bath.pm"); $map->add(-0.093999, 51.3627,...



Platforms: *nix

License: Freeware Size: 84.99 KB Download (98): Image::WorldMap Download

Added: July 08, 2010 | Visits: 817

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to...





Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Image::Xpm Download

Added: January 13, 2010 | Visits: 981

Image::ExifTool Image::ExifTool is a Perl module that can read and write meta information. SYNOPSIS use Image::ExifTool ImageInfo; # ---- Simple procedural usage ---- # Get hash of meta information tag names/values from an image $info = ImageInfo(a.jpg); # ---- Object-oriented usage ---- # Create a...


Platforms: *nix

License: Freeware Size: 1024 KB Download (147): Image::ExifTool Download

Added: April 07, 2010 | Visits: 924

Image::ExifTool::QuickTime Image::ExifTool::QuickTime is a Perl module to read QuickTime and MP4 meta information. SYNOPSIS This module is used by Image::ExifTool This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video files..


Platforms: *nix

License: Freeware Size: 1024 KB Download (119): Image::ExifTool::QuickTime Download

Added: August 07, 2010 | Visits: 744

GD::Image::CopyIFS GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. SYNOPSIS # zoom in on an area of an image use GD::Image::CopyIFS; my $width = 64; my $height = 60; my $scale = 4; my $neww = $scale * $width; my $newh = $scale * $height; my $src_file = src.jpeg; my...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): GD::Image::CopyIFS Download

Added: November 14, 2010 | Visits: 1.676

Image::MetaData::JPEG::Structures Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope. THE STRUCTURE OF JPEG PICTURES The JPEG...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (93): Image::MetaData::JPEG::Structures Download

Added: March 19, 2010 | Visits: 997

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Added: January 12, 2010 | Visits: 1.439

GD::Image::Thumbnail GD::Image::Thumbnail is a Perl extension for creating thumbnailed images with GD. SYNOPSIS use GD::Image::Thumbnail; my $img = GD::Image->new(100,20); my $thm = $img->thumbnail; # same as { factor => 0.20 } my $thm = $img->thumbnail($n); # same as { side => $n } my $thm =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (135): GD::Image::Thumbnail Download

Added: February 01, 2010 | Visits: 962

GD::Image::Orientation GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). SYNOPSIS use GD::Image::Orientation; for(@images) { my $img = GD::Image->new($_) or die $!; $dbh->do("INSERT INTO photogallery.metainfo (Id,Orientation,File) VALUES...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): GD::Image::Orientation Download

Added: April 19, 2010 | Visits: 1.137

Image Display System IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (90): Image Display System Download

Added: June 21, 2010 | Visits: 1.115

Image::Imlib2 Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha channel support $image->has_alpha(1); # set a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (94): Image::Imlib2 Download

Added: February 24, 2010 | Visits: 997

Image::ExifTool::MIE Image::ExifTool::MIE is a Perl module to read/write MIE meta information. Features Below is very subjective score card comparing the features of a number of common file and meta information formats, and comparing them to MIE. The following features are rated for each format with a score of 0...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (90): Image::ExifTool::MIE Download

Added: June 05, 2010 | Visits: 1.919

Image::MetaData::JPEG Image::MetaData::JPEG is a Perl extension for showing/modifying JPEG (meta)data. SYNOPSIS use Image::MetaData::JPEG; # Create a new JPEG file structure object my $image = new Image::MetaData::JPEG(somepicture.jpg); die Error: . Image::MetaData::JPEG::Error() unless $image; # Get a list...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (114): Image::MetaData::JPEG Download

Added: September 24, 2010 | Visits: 1.109

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: May 10, 2013 | Visits: 807

Fauxweb Image Gallery Fauxweb Image Gallery is a CGI/perl based image gallery package with auto-generation of thumbnails, full description support, multiple galleries, and user selectable image sizes. This script is very easy to install, use and customize to suit your needs.


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (55): Fauxweb Image Gallery Download

Added: May 10, 2013 | Visits: 607

IDS (Image Display System) IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (55): IDS (Image Display System) Download

Added: May 10, 2013 | Visits: 928

Simple Web Image Gallery Simple Web Image Gallery is a basic free open source image gallery written in Perl and JavaScript. Features: - Each image can belong to an "album" (aka "category") and a "location". - Each image can have a brief comment, and a longer description. - Gallery display can be filtered by album and...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (62): Simple Web Image Gallery Download

Added: November 13, 2013 | Visits: 454

Image Leech Image Leech is an automated image downloading program written in Perl, it will take a given address and retrieve all links to images and download. Each file downloaded can be renamed to prevent conflicts and to create an easily viewable collection.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): Image Leech Download

Released: December 01, 2012  |  Added: December 26, 2012 | Visits: 4.161

Active Image Processing Component Active Image Processing Component is a standard ActiveX component. It can be easily integrated into applications written in languages that support ActiveX Component such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages, Java, Scripts like Perl, Php, Python. Active Image Processing...


Platforms: Windows

License: Shareware Cost: $149.95 USD Size: 2.09 MB Download (149): Active Image Processing Component Download

Released: December 23, 2007  |  Added: March 06, 2008 | Visits: 2.782

Aurigma Image Uploader Dual Image Uploader Dual is a powerful uploading solution for your sites. It enables website developers to provide their users with a user-friendly uploading interface for multiple files. The users can navigate their folders directly in their browser, select necessary files, and start uploading them...


Platforms: Windows, Mac, *nix

License: Shareware Cost: $184.00 USD Size: 7.05 MB Download (144): Aurigma Image Uploader Dual Download

< 1 2 3 4 5 >