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

Image Import freeware
Filter: All | Freeware | Demo
 

Image Import

< 1 2 3 4 5 > 
Released: February 21, 2009  |  Added: April 09, 2009 | Visits: 5.715

Easy Image Modifier Change the resolution, file format and filename of a single image or a collection in a comfortable and handy way. Even advanced operations like removing meta informations or renaming and sorting your images with an enumeration are easy to manage. Furthermore the used drag'n'drop technique...



Platforms: Windows

License: Freeware Size: 212.5 KB Download (619): Easy Image Modifier Download

Released: February 05, 2009  |  Added: April 27, 2010 | Visits: 3.527

Full Screen Web Image Viewer Full Screen Web Image Viewer is a very easy to use program which integrates itself to the Internet Explorer and Firefox context menu ie the right click menu. After installing it, while surfing you can right click any image and choose full screen options. The options include full screen best fit...





Platforms: Windows

License: Freeware Size: 601.31 KB Download (252): Full Screen Web Image Viewer Download

Released: February 27, 2011  |  Added: June 11, 2011 | Visits: 2.881

Image Resize Guide Lite Allows you to make context-sensitive changes to the image size and aspect ratio by removing "unnecessary" portions yet keeping the "important" features intact. Removes objects from photos without visible traces. The best results are achieved against the background of snow, water or greenery....


Platforms: Windows

License: Freeware Size: 3.38 MB Download (1055): Image Resize Guide Lite Download

Released: October 02, 2010  |  Added: October 05, 2010 | Visits: 2.299

Alamoon Image Enhancer Alamoon Image Enhancer automatically enhances and improves color in your images. You don't need to know a thing about computers or photography to get great looking digital photos every time. Alamoon Image Enhancer is a fully-automatic, hands free, one-click photo enhancer. You want to have great...


Platforms: Windows

License: Freeware Size: 1.96 MB Download (720): Alamoon Image Enhancer Download

Released: March 17, 2011  |  Added: May 31, 2011 | Visits: 4.279

Best Free Image Converter Image Converter is a very useful tool for image conversion, capable of batch converting the file format of images, supporting more than 14 formats including BMP, WBMP, JPEG, PNG, TIF, GIF, PCX, TGA, ICO, PSD, JP2, J2K, DCX, PDF, etc. Capable of changing image attributes, such as color, quality,...


Platforms: Windows

License: Freeware Size: 2.22 MB Download (1016): Best Free Image Converter Download

Released: April 03, 2015  |  Added: May 10, 2015 | Visits: 86.943

Watermark Image Software Watermark Image Software is an watermark program used to perform a variety of functions in the graphics, photography and digital art worlds, It was marketed as the new standard for personal image editing and paint programs. Snaging: Catch screen image, get image from web camp, get image from...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 25.9 MB Download (7042): Watermark Image Software Download

Added: January 18, 2010 | Visits: 2.083

MT::Import::Mbox::Importer MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox. SYNOPSIS use MT::Import::Config::Importer; my $mt = MT::Import::Mbox::Importer->new("/path/to/config"); $mt->collect(); # You can also do this : my $cfg =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (248): MT::Import::Mbox::Importer Download

Added: January 18, 2010 | Visits: 1.701

Quick Image Viewer Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xloadimage. Quick Image Viewer program runs on FreeBSD, Linux (libc5/glibc), Solaris (SunOS) and HP-UX.. Homepage of QIV - The Linux, Solaris(SunOS) and FreeBSD Quick...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (141): Quick Image Viewer Download

Added: June 09, 2010 | Visits: 1.325

Image::ExifTool::Location Image::ExifTool::Location is a Perl module with easy setting, getting of an images location information. SYNOPSIS use Image::ExifTool; use Image::ExifTool::Location; my $exif = Image::ExifTool->new(); # Extract info from existing image $exif->ExtractInfo($src); # Set location...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Image::ExifTool::Location Download

Added: November 24, 2010 | Visits: 970

Image::PBMlib Image::PBMlib Perl module contains helper functions for PBM/PGM/PPM image file formats. SYNOPSIS use Image::PBMlib; ... open(PPM, "< image.ppm")... my $ref = readppmheader(*PPM); my @pixels = readpixels_raw(*PPM, $$ref{type}, ($$ref{width} * $$ref{height}) ); my @pixels =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Image::PBMlib Download

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.407

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: September 16, 2010 | Visits: 1.247

ProM Import Framework ProM Import Framework project allows you to extract process enactment event logs from a set of information systems. These can be exported in the MXML format, which is the standard event log data format for Process Mining analysis techniques. Process Mining is a family of a-posteriori analysis...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (99): ProM Import Framework 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: May 19, 2010 | Visits: 1.258

Java::Import::Design Java::Import::Design is the design of the Java::Import Module. MOTIVATIONS The original motivation for writing this module came out of a project I was working on during my previous employment. We had built a system in which a major part was implimented using EJBs on a J2EE server. In...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import::Design Download

Added: March 07, 2010 | Visits: 1.010

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: October 24, 2010 | Visits: 1.617

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

< 1 2 3 4 5 >