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 49.593.804 Times

Maker Photo freeware
Filter: All | Freeware | Demo
 

Maker Photo

< 1 2 3 4 5 
Released: January 14, 2010  |  Added: January 16, 2010 | Visits: 3.944

Picmeta Photo Tracker The Picmeta Photo Tracker automatically geotags photos based on track information from any GPS device (.gpx files). It directly writes GPS EXIF data to .jpg, .tif, .crw, .dng, .nef, .pef, .jp2 formats. For other formats such as .cr2 it creates XMP sidecar files. The EXIFcare technology ensures...



Platforms: Windows

License: Freeware Size: 2.18 MB Download (186): Picmeta Photo Tracker Download

Added: January 18, 2010 | Visits: 1.292

Sort::Half::Maker Sort::Half::Maker is a Perl module to create half-sort subs easily. SYNOPSIS use Sort::Half::Maker qw(make_halfsort); $sub = make_halfsort( start => [ qw(x y z) ], end => [ qw(a b c) ], fallback => sub { $_[0] cmp $_[1] }, ); @list = sort $sub qw(a y f h w z b t x); # qw(x y z f h t w...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Sort::Half::Maker Download

Added: April 19, 2010 | Visits: 1.760

Photo Novilab Photo Novilab provides a Web image gallery generation program. Photo Novilab is an highly customizable program written in PHP that lets you create photo galleries on your Web site simply by uploading the images. It creates a thumbnail gallery and has the capability to insert a button to send...


Platforms: *nix

License: Freeware Download (101): Photo Novilab Download

Added: April 21, 2010 | Visits: 2.559

RPM Package Maker RPM Package Maker is a frontend for other linux tools in order to help linux users to create RPM packages quickly and easily. Since version 0.8 minimal spec files are kept in: /usr/src/packages/SPECS/mini Whats New in This Release: - Small improvements and bugfixes. RPM Package Maker...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (204): RPM Package Maker Download

Added: February 24, 2010 | Visits: 2.465

The PHP Photo Archive 1.0 LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you dont need experience in setting up SQL DB..


Platforms: *nix

License: Freeware Size: 1.2 MB Download (116): The PHP Photo Archive 1.0 Download

Added: November 23, 2010 | Visits: 1.811

El Jay Icon Maker El Jay Icon Maker is a Firefox extension that allows you to right click on any image and create an icon for use with livejournal.com There are two options to choose from when making an icon "Create Icon Instantly" and "Create Icon With Options". Selecting either link redirects you to the El Jay...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (172): El Jay Icon Maker Download

Added: August 25, 2010 | Visits: 1.309

Regression mAKEr Regression mAKEr project is a simple modular application for data investigation. This is an application to help user (mathematician) to make regression between series of data, draw grpahics, and export them into various formats by means of common graphics packages (i.e., gnuplot, plotutils). It...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (138): Regression mAKEr Download

Added: May 13, 2010 | Visits: 1.668

List::Maker List::Maker is a Perl module that can generate more sophisticated lists than just $a..$b. SYNOPSIS use List::Maker; @list = < 1..10 >; # (1,2,3,4,5,6,7,8,9,10) @list = < 10..1 >; # (10,9,8,7,6,5,4,3,2,1) @list = < 1,3,..10 > # (1,3,5,7,9) @list = < 1..10 x 2 > # (1,3,5,7,9) @list = <...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (153): List::Maker Download

Added: September 17, 2010 | Visits: 1.235

Photo Mail Wizard Photo Mail Wizard is a desktop application designed to help users to search, choose, and send optimized photos by mail. Sent photos are automatically commented, rotated, resized, and/or compressed using the users current parameters. The selected photos files are not modified, and nothing is...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (102): Photo Mail Wizard Download

Added: August 10, 2010 | Visits: 2.286

My Photo Gallery My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. It is easy to setup and even easier to maintain. Slick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (154): My Photo Gallery Download

Added: June 11, 2010 | Visits: 1.621

GTK Photo Gallery GTK Photo Gallery is an album to manage small and medium-sized photograph collections. It is possible to upload images to an online laboratory. It allows quick management by processing multiple files together. Rotate, delete, move, and manage descriptions can be done for all files in one...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (118): GTK Photo Gallery Download

Added: March 11, 2010 | Visits: 1.508

BINS photo album BINS is a valid HTML 4 photo album generator with support for internationalization, EXIF, and customizable charset encoding, including UTF-8 (Unicode). Albums can contains other sub-albums. The appearance of the album can be fully personalized by using template and configuration parameters. The...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (95): BINS photo album Download

Added: May 08, 2010 | Visits: 1.310

Kitty Hooch Photo Manager Kitty Hooch Photo Manager is something I wrote for myself I thought Id share. I use it to process photos where I need to copy, resize, create a thumbnail and write some text. I got sick of gimping (sick of gimp really) and automated this to produce text files or PHP strings too. If you call it...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (116): Kitty Hooch Photo Manager Download

Added: September 02, 2010 | Visits: 1.099

Config Maker Config Maker is a tool to automatically create C++ classes that parse configuration files. Only a few lines of text that describe the possible entries in the configuration file are needed, and the complete class will be generated ready for use. Basic usage The input files for Config Maker...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (98): Config Maker Download

Added: October 22, 2010 | Visits: 1.040

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (109): Class::Maker Download

Added: October 07, 2010 | Visits: 1.099

Set photo in Kopete Set photo in Kopete is a really simple service menu that just sets the current photo as your photo in Kopete, nothing more, nothing less. It doesnt handle directories containing space yet, if someone have a workaround so that KURL dont escapes all characters that would be nice=) Just put this...


Platforms: *nix

License: Freeware Download (90): Set photo in Kopete Download

Added: August 01, 2010 | Visits: 2.459

PHP Photo Album PHP Photo Album provides an easy to install and run PHP Photo Album/Gallery script. It is easy to install and run PHP Photo Album/Gallery script. No database required. Automatic installation on your FTP-server with just a few clicks. You have in a seconds functional phpAlbum. Caching of all...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (166): PHP Photo Album Download

Added: September 03, 2010 | Visits: 1.415

Photo resize Photo resize is a service menu for KDE that changes the selected pictures to the chosen size (550x550px, 500x500px, 450x450px,200x200px,150x150px). The geometry will be hold. The script will size the pictures to their longer side. Attention: The pictures will be overwritten!!. Download...


Platforms: *nix

License: Freeware Download (142): Photo resize Download

Added: July 08, 2010 | Visits: 1.778

Epson Photo Ink Levels Epson Photo Ink Levels uses the escputil program to access Epson printers. Ive set it up for newer Epson photo printers as that suits my needs, but its a Kommander dialog so you can easily edit it for your needs. It does allow you to set up the device using a dialog. I hope you find it...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (241): Epson Photo Ink Levels Download

Added: September 04, 2010 | Visits: 1.181

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (101): File::Maker Download

< 1 2 3 4 5