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

Image Generator freeware
Filter: All | Freeware | Demo
 

Image Generator

< 1 2 3 4 5 
Added: June 25, 2010 | Visits: 1.102

Image::ParseGIF Image::ParseGIF can parse a GIF image into its compenent parts. SYNOPSIS use Image::ParseGIF; $gif = new Image::ParseGIF ("image.gif") or die "failed to parse: $@n"; # write out a deanimated version, showing only the first frame $gif->deanimate(0); # same again, manually printing each...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Image::ParseGIF Download

Added: July 17, 2010 | Visits: 1.408

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): Data::FormValidator::Filters::Image Download

Added: January 06, 2010 | Visits: 2.014

Gnome Password Generator Gnome Password Generator is a GUI based secure password generator. The project allows the user to generate a specified number of random passwords of a specified length. The program requires Python version 2.4 or greater, PyGTK version 2.4 or greater, and Gnome-Python for Gnome 2..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (147): Gnome Password Generator 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: November 17, 2010 | Visits: 1.762

GD::Image::AnimatedGif GD::Image::AnimatedGif is a Perl extension for creating animated gifs with GD. SYNOPSIS use GD::Image::AnimatedGif; # setup the image my $image = GD::Image->new(42,21); my $white = $image->colorAllocate(255,255,255); $image->transparent($white); # setup some font goodies my $fontcolor...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): GD::Image::AnimatedGif 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: June 12, 2010 | Visits: 1.336

dxgallery dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. It also tries to look pretty. I created dxgallery because it is the only one I know of that: - Uses a dynamic number of columns. - Uses consistent pixel count scaling. - Is the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): dxgallery Download

Added: February 15, 2010 | Visits: 1.384

Domino Javadoc Generator Domino Javadoc Generator project aims to create a documentation to the Lotus Notes API for Java in a standard format common in the Java comunity and accepted by the most IDEs for Java. The Lotus Notes API is delivered as a Java archive together with the original documentation in the native...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (133): Domino Javadoc Generator Download

Added: February 05, 2010 | Visits: 2.734

XHTML Family Tree Generator XHTML Family Tree Generator project is a CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. The data file is a simple text or Excel file listing the family members, parents, and other details. It is possible to show a tree of...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (290): XHTML Family Tree Generator Download

Added: March 03, 2010 | Visits: 1.516

MP3 Report Generator MP3 Report Generator is a customizable program to scan a list of (sub)directories, creating a report from an HTML template. Also calculates various statistics and each songs playing time. Supports ID3 and ID3v2 tags. All options can be configured through the command line, see mp3report.pl...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): MP3 Report Generator Download

Added: May 10, 2013 | Visits: 1.534

PHP Firewall Generator PHP Firewall Generator is a simple PHP script that generates a firewall for iptables or ipchains.The script is created based on configuration rules entered by the user. The aim is to support a rule set similar to those supported by commercial Firewall systems, and have it easy to configure.Basic...


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

License: Freeware Download (128): PHP Firewall Generator Download

Added: October 24, 2010 | Visits: 1.618

CAD::Drawing::IO::Image CAD::Drawing::IO::Image is a Perl module with output methods for images. Requisite Plug-in Functions See CAD::Drawing::IO for a description of the plug-in architecture. check_type Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions. $fact =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (111): CAD::Drawing::IO::Image Download

Added: February 19, 2010 | Visits: 1.860

Image Download Image Download allows you to download All the Picuture In the Page. Filter by width ,height, type. Auto Create Sub Folder ,auto rename Auto log Download Infomation..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (119): Image Download

Added: July 21, 2010 | Visits: 1.532

Partition Image Partition Image application is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example); partitions...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (118): Partition Image Download

Added: February 06, 2010 | Visits: 994

GFL::Image GFL::Image is an OO interface to P-e Gougelets Graphic File Library. SYNOPSIS use GFL::Image; my $im = GFL::Image-> new; $im -> load("test.png"); $im -> set( output => "jpeg", undolevel => 5 ); $im -> resize (320, 200); $im -> filter( maximum => 3, mediancross => 7 ); $im -> undo;...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (108): GFL::Image Download

Added: March 13, 2010 | Visits: 1.473

Lire - Lucene Image REtrieval Lire, the Lucene Image REtrieval library is a simple way to create a Lucene index of image features for content based image retrieval (CBIR). The used features are taken from the MPEG-7 Standard: ScalableColor, ColorLayout and EdgeHistogram. Furthermore methods for searching the index are...


Platforms: *nix

License: Freeware Download (127): Lire - Lucene Image REtrieval Download

Added: July 14, 2010 | Visits: 1.845

Perceptual Image Diff Perceptual Image Diff is an image comparison utility that makes use of a computational model of the human visual system to compare two images. Its useful for running automated regression testing on images that are perceptually identical but have minor pixel noise from different random number...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (114): Perceptual Image Diff Download

Added: November 20, 2010 | Visits: 2.150

Dynamic Image Resize Wizard Dynamic Image Resize Wizard is a free PHP script that enables your visitors to re-size their images quickly, efficiently and on-the-fly. The user just enters the URL of the image they wish to resize, and the length they wish the image to be, and the Wizard does the rest.You can use it for your...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (108): Dynamic Image Resize Wizard Download

Added: September 11, 2010 | Visits: 2.041

Image Resize Wizard Image Resize Wizard is a PHP script witch you can add to your web site that enables your visitors to re-size their images quickly and efficiently. The user just selects their image and the largest side length and click "resize". Image Resize Wizard is very easy to install and can add some very...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (116): Image Resize Wizard Download

Added: July 10, 2010 | Visits: 1.500

Image Zoom 0.2.7 for Image Zoom is a Firefox extension which adds zoom functionality for images. Easily zoom in, zoom out, fit image to screen or set custom zoom on individual images within a web page. All this can be done by using the context menu or a combination of mouse buttons and scroll wheel. Handy to see...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (223): Image Zoom 0.2.7 for Download

< 1 2 3 4 5