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

Picture Import software
Filter: All | Freeware | Demo
 

Picture Import

< 1 2 3 4 5 > 
Released: April 23, 2009  |  Added: May 08, 2009 | Visits: 9.597

Picture Collage Maker Free Picture Collage Maker Free is a simple-to-use Windows freeware that turns ordinary photos and pictures into stunning keepsakes to share with family and friends. With just a few clicks, you can create digital collages, scrapbooks, posters, invitations, calendars, and greeting cards. Unlike... Platforms: Windows

License: Freeware Size: 14.61 MB Download (1720): Picture Collage Maker Free Download

Released: February 18, 2010  |  Added: June 04, 2010 | Visits: 1.769

EMS Data Import for MySQL EMS Data Import for MySQL is a powerful tool to import data to MySQL tables quickly from MS Excel 97-2007, MS Access, DBF, XML, TXT, CSV, MS Word 2007, RTF, ODF and HTML files. It provides adjustable import parameters, including source data formats for all the fields and destination MySQL data... Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 7.19 MB Download (132): EMS Data Import for MySQL Download

Released: March 25, 2009  |  Added: June 15, 2009 | Visits: 1.336

EMS Data Import for PostgreSQL EMS Data Import for PostgreSQL is a powerful tool to import your data quickly from MS Excel, MS Access, DBF, XML, TXT and CSV files to PostgreSQL tables. It provides adjustable import parameters, including source data formats for all the fields and destination data formats for the selected... Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 6.69 MB Download (117): EMS Data Import for PostgreSQL Download

Released: March 16, 2009  |  Added: July 08, 2009 | Visits: 2.909

Ridorium Picture Organizer Picture Organizer - is award-winning software to Organize Pictures. Picture organizer can organize pictures using many ways. For example, picture organizer tool can organize pictures by date. Also picture organizing software is a picture organizer program that can organize pictures by time, by... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 17.43 MB Download (134): Ridorium Picture Organizer Download

Released: September 28, 2009  |  Added: October 03, 2009 | Visits: 2.554

Picture Reduce Wizard Picture Reduce Wizard includes the ability to batch resize pictures, batch resize image, and perform batch photos resize functions. Besides, it's simple interface is suitable for any users. You will be able to process thousands of files in a few seconds. The resizing allows you to force a... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.83 MB Download (193): Picture Reduce Wizard Download

Released: September 28, 2009  |  Added: October 29, 2009 | Visits: 1.705

Picture Reduce Wizard Pro Picture Reduce Wizard includes the ability to batch resize pictures, batch resize image, and perform batch photos resize functions. Besides, it's simple interface is suitable for any users. You will be able to process thousands of files in a few seconds. The resizing allows you to force a... Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 1.83 MB Download (133): Picture Reduce Wizard Pro Download

Released: October 26, 2009  |  Added: October 30, 2009 | Visits: 3.737

Import Excel to Outlook 2007 Are you searching a tool that can import Excel to Outlook contacts to make bulk emailing easier? SysTools Excel to Outlook software is the best tool that you can import Excel to Outlook 2007, 2003, 2002 or any other Outlook version. This is an advanced & result-oriented tool to import Excel to... Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 2.14 MB Download (144): Import Excel to Outlook 2007 Download

Released: November 05, 2009  |  Added: November 10, 2009 | Visits: 1.365

Easy Picture Notes Easily add pointers and notes to your pictures. Turn your pictures into descriptive diagrams for fun, work, your email, presentations or website. A simple mouse click places your pointers and notes. Works with any size JPG, JPEG, GIF, or PNG picture. Much faster and easier than using a... Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 447 KB Download (100): Easy Picture Notes Download

Added: January 18, 2010 | Visits: 2.090

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: March 26, 2010 | Visits: 1.067

Zenith Picture Gallery Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories, creates thumbnails, and stores individual statistics for each one. Other features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 532.48 KB Download (99): Zenith Picture Gallery Download

Added: May 07, 2010 | Visits: 1.635

View Picture View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom, and arbitrary movement through the image list.. Platforms: *nix

License: Freeware Size: 112.64 KB Download (112): View Picture Download

Added: September 16, 2010 | Visits: 1.257

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: April 11, 2010 | Visits: 1.680

Video Related Picture Editor Video Related Picture Editor is a gtk2 GUI frontend for batch-manipulating images using ImageMagick, MPlayer and transcode. Its also the name of the infamous VRPE Team who paid me for hacking this together quickly because they needed it. The name Why "video related picture encoder" ?... Platforms: *nix

License: Freeware Size: 286.72 KB Download (114): Video Related Picture Editor Download

Added: May 19, 2010 | Visits: 1.271

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

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: August 20, 2010 | Visits: 4.945

Picture of the Day PHP Script Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.. Are your... Platforms: *nix

License: Freeware Size: 13.31 KB Download (165): Picture of the Day PHP Script Download

Added: April 15, 2010 | Visits: 1.614

Infins Picture Gallery Infins Picture Gallery (IPG) is an image gallery system for Web sites that is easy to install, reads all files from a directory set in the config file. Infins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on... Platforms: *nix

License: Freeware Size: 40.96 KB Download (130): Infins Picture Gallery Download

Added: September 03, 2010 | Visits: 1.151

Gtk2::Ex::MindMapView::Content::Picture Gtk2::Ex::MindMapView::Content::Picture is a Perl module to display a picture. HEIRARCHY Gtk2::Ex::MindMapView::Content +----Gtk2::Ex::MindMapView::Content::Picture SYNOPSIS use Gtk2::Ex::MindMapView::Content::Picture Displays a picture on a Gnome2::Canvas. The image is not scaled or... Platforms: *nix

License: Freeware Size: 50.18 KB Download (100): Gtk2::Ex::MindMapView::Content::Picture Download

Added: November 06, 2010 | Visits: 1.312

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: November 09, 2010 | Visits: 1.165

PerlPoint::Import::POD PerlPoint::Import::POD is a standard PerlPoint import filter for POD. SYNOPSIS # command line: process a POD file perlpoint ... IMPORT:file.pod ... # or, in a PerlPoint source: // include a POD file with "pod" extension INCLUDE{import=1 file="example.pod"} // include a POD file... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): PerlPoint::Import::POD Download

< 1 2 3 4 5 >