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

Imager freeware
 

Imager

Added: June 27, 2010 | Visits: 1.224

Imager::Color Imager::Color is a Perl module with color handling for Imager. SYNOPSIS $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue);... Platforms: *nix

License: Freeware Size: 849.92 KB Download (101): Imager::Color Download

Added: June 16, 2010 | Visits: 932

Imager::Filters Imager::Filters is an entire image filtering operations. SYNOPSIS use Imager; $img = ...; $img->filter(type=>autolevels); $img->filter(type=>autolevels, lsat=>0.2); $img->filter(type=>turbnoise) # and lots of others load_plugin("dynfilt/dyntest.so") or die "unable to load pluginn";... Platforms: *nix

License: Freeware Size: 849.92 KB Download (103): Imager::Filters Download

Added: October 12, 2010 | Visits: 1.331

Imager::TimelineDiagram Imager::TimelineDiagram is a Perl extension for creating Timeline Diagrams (designed to show system interaction over time). SYNOPSIS use Imager::TimelineDiagram; use Imager::Font; my $tg = Imager::TimelineDiagram->new( #maxTime => 10, #dataLabelSide => left, labelFont =>... Platforms: *nix

License: Freeware Size: 86.02 KB Download (155): Imager::TimelineDiagram Download

Added: June 05, 2010 | Visits: 1.020

GFA Fractal Imager GFA Fractal Imager project is a imager which uses a simple visual construction mechanism. Generalized Finite Automata (GFA) Imager is a simple Java Applet which creates fractal images using an intuitive visual representation of finite automata Try clicking in the applet area to the right :... Platforms: *nix

License: Freeware Size: 14.34 KB Download (97): GFA Fractal Imager Download

Added: September 27, 2010 | Visits: 822

Imager::Fountain Imager::Fountain is a class for building fountain fills suitable for use by the fountain filter. SYNOPSIS use Imager::Fountain; my $f1 = Imager::Fountain->read(gimp=>$filename); $f->write(gimp=>$filename); my $f1 = Imager::Fountain->new; $f1->add(start=>0, middle=>0.5, end=>1.0,... Platforms: *nix

License: Freeware Size: 849.92 KB Download (98): Imager::Fountain Download

Added: August 14, 2013 | Visits: 583

WordPress Imager Please checkout the screencast on howto install and use this Plugin in english or in germanWarning - it is betaToday WordPress Imager is beta (and I do not mean beta like in Googles beta stuff which simply seem to be perfect). There may be errors in it and there may be incompabilities which I do... Platforms: PHP

License: Freeware Size: 10 KB Download (40): WordPress Imager Download

Added: November 11, 2013 | Visits: 508

Bit Map Imager Bit Map Imager was developed as a companion tool to the iOS application 'Bit Map' which can use OZF2 and OZFX3 files (amongst others) to view map images on the iPhone and iPad, but is also a useful standalone tool for anyone who has any need to view or convert OZF2 or OZFX3 files on Mac OS X. It... Platforms: Mac

License: Freeware Size: 645.12 KB Download (40): Bit Map Imager Download

Added: June 08, 2013 | Visits: 573

Video::Capture::V4l::Imager Video::Capture::V4l::Imager is a Perl module that captures still images from a USB video cam connected to your Linux box. The pictures come back as Imager objects (see the Imager module on CPAN for details) and can be easily manipulated and saved to disk. Video::Capture::V4l::Imager is a... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Video::Capture::V4l::Imager Download

Added: December 01, 2013 | Visits: 341

Apache::Imager::Resize Apache::Imager::Resize is a simple fixup class that only does one job: it resizes images before they're delivered. All you have to do is append either a width and/or a height parameter to any image file address, and AIR will make sure that an appropriately shrunken image file is returned. It... Platforms: *nix

License: Freeware Size: 30.72 KB Download (41): Apache::Imager::Resize Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 190

Game Imager Reads and writes images used in many popular games. Great for mod development. Supports over 50 games, with more games added through small plugins. Allows batch conversion of images. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.44 MB Download (55): Game Imager Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 708

OV511 Webcam driver for BSD A simple-minded image capture program for USB webcams based on the OmniVision Technologies OV511/OV511+ bridge chip attached to an OV7610 CCD imager. Platforms: Mac, BSD

License: Freeware Size: 13.66 KB Download (65): OV511 Webcam driver for BSD Download

Added: September 01, 2013 | Visits: 402

OSPlus OSPlus is a collection of utilities for DOS, Linux and Win32. This includes a Text Editor and a Disk Imager. I am gradually making it Open Source, and the source will be available for anyone to hack away on. Platforms: *nix

License: Freeware Size: 204.8 KB Download (50): OSPlus Download

Added: August 10, 2013 | Visits: 442

SystemInstaller System Installer is an installation tool which is designed to build Linux images. It can be used to build and install an image directly to a machine, or it may build secondary images to be distributed to remote clients. It is designed to integrate well into System Configurator and System Imager. Platforms: *nix

License: Freeware Size: 112.64 KB Download (38): SystemInstaller Download

Added: October 04, 2010 | Visits: 871

Bundle::BricolagePlus Bundle::BricolagePlus are optional and required modules for the Bricolage content management system. SYNOPSIS perl -MCPAN -e install Bundle::BricolagePlus The bundle provides an easy way to install all of the required and optional modules used by Bricolage. Bricolage is a 100% pure Perl... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Bundle::BricolagePlus Download

Added: July 09, 2010 | Visits: 1.358

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>... Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Chart::Sequence Download

Added: June 13, 2013 | Visits: 565

IDAutomation Aztec Font and Encoder for Linux The IDAutomation Aztec Barcode Font and Encoder is a collection of components that generate Aztec barcode symbols with fonts and graphics. Aztec is an area efficient two-dimensional (2D) barcode symbology capable of encoding large amounts of data. The data encoded may include letters, numbers,... Platforms: *nix

License: Freeware Size: 2.49 MB Download (43): IDAutomation Aztec Font and Encoder for Linux Download