photo editing application
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6905
The Kava Telnet Application 1.0
The Kava Telnet Application is complete telnet and SSH application. more>>
The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java.
For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH solutions in a client/server environment.
<<lessFor developers it provides an extensible plugin API that can be used to implement automated telnet and SSH solutions in a client/server environment.
Download (0.24MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1488 downloads
LAMP Application Server 0.008
LAMP Application Server project is a combination of common open source tools that provides a unified system. more>>
LAMP Application Server project is a combination of common open source tools that provides a unified system from which administrators, developers, and other parties can manage a large application cluster. The underlying platform is LAMP based.
Enhancements:
- Fixed vhost config to correctly handle index pages on static directory area
- Fixed a MySQL install bug. Table `domain_dns_config` is now MyISAM like the rest.
<<lessEnhancements:
- Fixed vhost config to correctly handle index pages on static directory area
- Fixed a MySQL install bug. Table `domain_dns_config` is now MyISAM like the rest.
Download (0.023MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1088 downloads
CGI::Application::Magic 1.21
CGI::Application::Magic is a template based framework for CGI applications. more>>
CGI::Application::Magic is a template based framework for CGI applications.
SYNOPSIS
package WebApp ;
use base CGI::Application::Magic ;
# optional runmethod
sub RM_myRunMmode
{
... do_something_useful ...
... no_need_to_set_page ...
... returned_value_will_be_ignored ...
}
# package where Template::Magic will looks up
package WebApp::Lookups ;
# this value will be substituted to each
# app_name label in each template that include it
our $app_name = WebApp 1.0 ;
# same for each Time label
sub Time { scalar localtime }
# and same for each ENV_table block
sub ENV_table
{
my ($self, # $self is your WebApp object
$zone) = @_ ; # $zone is the Template::Magic::Zone object
my @table ;
while (my @line = each %ENV)
{
push @table, @line
}
@table ;
}
<<lessSYNOPSIS
package WebApp ;
use base CGI::Application::Magic ;
# optional runmethod
sub RM_myRunMmode
{
... do_something_useful ...
... no_need_to_set_page ...
... returned_value_will_be_ignored ...
}
# package where Template::Magic will looks up
package WebApp::Lookups ;
# this value will be substituted to each
# app_name label in each template that include it
our $app_name = WebApp 1.0 ;
# same for each Time label
sub Time { scalar localtime }
# and same for each ENV_table block
sub ENV_table
{
my ($self, # $self is your WebApp object
$zone) = @_ ; # $zone is the Template::Magic::Zone object
my @table ;
while (my @line = each %ENV)
{
push @table, @line
}
@table ;
}
Download (0.034MB)
Added: 2007-08-01 License: Perl Artistic License Price:
818 downloads
SME Web Application Framework 0.3
SME Web Application Framework provides a Web application framework for small and medium-sized organizations. more>>
SME Web Application Framework provides a Web application framework for small and medium-sized organizations.
SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is higher-level and more specific than phpWebApp.
It has some components that can be reused in any application (perhaps with small modifications), like hierarchical menus, user authentication, and user administration.
The aim of the project is to make Web application construction for SMEs easier than using VB.
<<lessSMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is higher-level and more specific than phpWebApp.
It has some components that can be reused in any application (perhaps with small modifications), like hierarchical menus, user authentication, and user administration.
The aim of the project is to make Web application construction for SMEs easier than using VB.
Download (0.83MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1006 downloads
Photo Grid Print 0.2
Photo Grid Print is a software which can print photos in a grid on a single page. more>>
Photo Grid Print is a software which can print photos in a grid on a single page.
Photo Grid Print is a dialog window that lets you print a set of photos in a grid on a single page. You set the number of rows and columns in the grid. It figures out an efficient layout to maximize the photo size and minimize the paper used, rotating photos as needed. You can tell it to fill the page with your photo(s), repeating them as needed.
Once installed, the dialog is started by selecting some photos in the Gnome file manager (nautilus) or in the F-Spot application: right-click > Open With... > Open with Photo Grid Print.
Photo Grid Print was eritten using Python, GTK+ and Glade.
<<lessPhoto Grid Print is a dialog window that lets you print a set of photos in a grid on a single page. You set the number of rows and columns in the grid. It figures out an efficient layout to maximize the photo size and minimize the paper used, rotating photos as needed. You can tell it to fill the page with your photo(s), repeating them as needed.
Once installed, the dialog is started by selecting some photos in the Gnome file manager (nautilus) or in the F-Spot application: right-click > Open With... > Open with Photo Grid Print.
Photo Grid Print was eritten using Python, GTK+ and Glade.
Download (0.005MB)
Added: 2007-03-02 License: MIT/X Consortium License Price:
974 downloads
Photo resize 0.1
Photo resize is a service menu for KDE that changes the selected pictures to a chosen size. more>>
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!!
<<lessThe geometry will be hold. The script will size the pictures to their longer side.
Attention: The pictures will be overwritten!!
Download (MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
843 downloads
Photo Directory 0.7.6 Beta
PhotoDirectory project is a cross platform (Java) application to organize digital images. more>>
PhotoDirectory project is a cross platform (Java) application to organize digital images. Great effort has been given to keeping these pictures in an order accessible without the need for any organization software - no databases are required.
PhotoDirectory was written using Java version 1.5 (commonly called 5.0 for some reason or another). You cannot run it on anything less than this. Depending on your system, you may need to explicitly state which Java VM to use. If you use Macintosh OS X, I include an application package that does everything for you. If you dont use OS X, now is a great time to try.
Main features:
- Multithreaded IO intensive operations
- Functional menus (Import, Move, etc)
- Quick Searching for pictures within the library
- Details view with zoom
- Edit images in external application (currently just for OS X - uses /Applications/GraphicConverter, but soon will be a user configurable option)
<<lessPhotoDirectory was written using Java version 1.5 (commonly called 5.0 for some reason or another). You cannot run it on anything less than this. Depending on your system, you may need to explicitly state which Java VM to use. If you use Macintosh OS X, I include an application package that does everything for you. If you dont use OS X, now is a great time to try.
Main features:
- Multithreaded IO intensive operations
- Functional menus (Import, Move, etc)
- Quick Searching for pictures within the library
- Details view with zoom
- Edit images in external application (currently just for OS X - uses /Applications/GraphicConverter, but soon will be a user configurable option)
Download (1.4MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1308 downloads
Set photo in Kopete 0.1
Set photo in Kopete is a really simple service menu that just sets the current photo as your photo in Kopete. more>>
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 file in ~/.kde/share/apps/konqueror/servicemenus or use http://www.kde-look.org/content/show.php?content=11435 to install it.
<<lessIt 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 file in ~/.kde/share/apps/konqueror/servicemenus or use http://www.kde-look.org/content/show.php?content=11435 to install it.
Download (MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
993 downloads
Komodo Edit 4.1
Komodo Edit application is a free multi-language editor for dynamic languages based on the award-winning Komodo IDE. more>>
Komodo Edit application is a free multi-language editor for dynamic languages based on the award-winning Komodo IDE.
Komodo Edit delivers powerful editing capabilities for dynamic languages including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML. Background syntax checking and syntax coloring catch errors immediately, while AutoComplete and CallTips guide developers as they code. It is available now on Linux, Mac OS X, and Windows.
Other features include a project manager, for flexible organization of all project elements, and the Toolbox, for storing configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files. Toolbox items can be distributed to other Komodo users.
Komodo Edit also allows users to easily extend its architecture, with support for adding advanced capabilities through Firefox-style .xpi extensions.
<<lessKomodo Edit delivers powerful editing capabilities for dynamic languages including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML. Background syntax checking and syntax coloring catch errors immediately, while AutoComplete and CallTips guide developers as they code. It is available now on Linux, Mac OS X, and Windows.
Other features include a project manager, for flexible organization of all project elements, and the Toolbox, for storing configurable "Run" commands, macros, code snippets, URLs, Live and Virtual Folders, templates, menus, toolbars and remote files. Toolbox items can be distributed to other Komodo users.
Komodo Edit also allows users to easily extend its architecture, with support for adding advanced capabilities through Firefox-style .xpi extensions.
Download (31.6MB)
Added: 2007-05-30 License: Freeware Price:
880 downloads
Epson Photo Ink Levels 0.1
Epson Photo Ink Levels uses the escputil program to access Epson printers. more>>
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 useful.
<<lessIve 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 useful.
Download (0.019MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1156 downloads
GTK Photo Gallery 0.51
GTK Photo Gallery is an album to manage small and medium-sized photograph collections. more>>
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 directory at once.
GTK Photo Gallery is implemented with GTK2-Perl, and due to the lack of a Web server in between, it is much faster than CGI-based scripts. It uses the same directory structure as (and can be used together with) My Photo Gallery (a set of CGI scripts).
It is possible to export (and import) an album in 0.7, 4.7 or 8.5 GB parts for easy CD/DVD backup.
Each part contains a html index as overview and for navigation. User can choose the thumnail sizes to export.
This can be used to create a simple static web album.
Enhancements:
- Automatic configuration is done on startup if theres no configuration file.
- Speed enhancements on applying changes to albums and bugfixes were done.
<<lessIt allows quick management by processing multiple files together. Rotate, delete, move, and manage descriptions can be done for all files in one directory at once.
GTK Photo Gallery is implemented with GTK2-Perl, and due to the lack of a Web server in between, it is much faster than CGI-based scripts. It uses the same directory structure as (and can be used together with) My Photo Gallery (a set of CGI scripts).
It is possible to export (and import) an album in 0.7, 4.7 or 8.5 GB parts for easy CD/DVD backup.
Each part contains a html index as overview and for navigation. User can choose the thumnail sizes to export.
This can be used to create a simple static web album.
Enhancements:
- Automatic configuration is done on startup if theres no configuration file.
- Speed enhancements on applying changes to albums and bugfixes were done.
Download (0.18MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
879 downloads
Photo Mail Wizard 1.1.0
Photo Mail Wizard is a desktop application designed to help users to search, choose, and send optimized photos by mail. more>>
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 written inside directories where photos are searched for.
Main features:
- Multiple language support (english and french are available)
- Photos recursive search inside a given set of directories. The following filters are available
- Filename
- Keywords
- Comments
- Added those last days, weeks, months
- Already sent those last days, weeks, months
- Added after a given date
- Added before a given date
- Select photos within search results.
- It is possible to start a new search and add new photos that match those new search criterias.
- For each selected photos : review, rotate, comment, set keywords
- Set maximum dimension and compression level for emailed photos
- Set the maximum number of photos by email
- Activate photos comments insertion in email
- Recipients select, create, modify or delete
- Message compose
- Configure mail parameters (Autoconfigure available if Outlook Express, thunderbird or mozilla/Mail are used)
- Send emails, while a sending is in progress it is possible to prepare next photos and message to send.
- Based on Java 5, Swing, JavaMail, Java2D, ImageIO, Logger, XMLEncoder/Decoder...
- Coded with NetBeans 4.1
- Compiled and Built with Ant
- Tested thanks to JUnit
- Protected by yguard
- Installer relies on IzPack
- The software is multithreaded, search, thumbnails generation and email sending are made in background
- Photos are loaded asynchronously
- Photos are not modified
- Nothing is written inside photos directories
- PhotoMailWizard only write inside its working directory.
- (".photowizards" directory inside your home directory)
- Use java default logging system, log files are located inside the working directory
Enhancements:
- Keywords can now be set on each photo. "Keywords" and "comments words search" criteria have been added. Automatic mail parameters configuration is now possible. All features are now available for free without any time limit (comments insertion is free).
<<lessSent photos are automatically commented, rotated, resized, and/or compressed using the users current parameters. The selected photos files are not modified, and nothing is written inside directories where photos are searched for.
Main features:
- Multiple language support (english and french are available)
- Photos recursive search inside a given set of directories. The following filters are available
- Filename
- Keywords
- Comments
- Added those last days, weeks, months
- Already sent those last days, weeks, months
- Added after a given date
- Added before a given date
- Select photos within search results.
- It is possible to start a new search and add new photos that match those new search criterias.
- For each selected photos : review, rotate, comment, set keywords
- Set maximum dimension and compression level for emailed photos
- Set the maximum number of photos by email
- Activate photos comments insertion in email
- Recipients select, create, modify or delete
- Message compose
- Configure mail parameters (Autoconfigure available if Outlook Express, thunderbird or mozilla/Mail are used)
- Send emails, while a sending is in progress it is possible to prepare next photos and message to send.
- Based on Java 5, Swing, JavaMail, Java2D, ImageIO, Logger, XMLEncoder/Decoder...
- Coded with NetBeans 4.1
- Compiled and Built with Ant
- Tested thanks to JUnit
- Protected by yguard
- Installer relies on IzPack
- The software is multithreaded, search, thumbnails generation and email sending are made in background
- Photos are loaded asynchronously
- Photos are not modified
- Nothing is written inside photos directories
- PhotoMailWizard only write inside its working directory.
- (".photowizards" directory inside your home directory)
- Use java default logging system, log files are located inside the working directory
Enhancements:
- Keywords can now be set on each photo. "Keywords" and "comments words search" criteria have been added. Automatic mail parameters configuration is now possible. All features are now available for free without any time limit (comments insertion is free).
Download (0.87MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1575 downloads
CGI::Application::Plugin::RateLimit 1.0
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application. more>>
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email.
Youd like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
<<lessYoud like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Download (0.007MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
Photo Novilab 0.5.1
Photo Novilab provides a Web image gallery generation program. more>>
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 the photo link by email.
It also features the ability to view how many times a picture has been viewed.
<<lessPhoto 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 the photo link by email.
It also features the ability to view how many times a picture has been viewed.
Download (MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
959 downloads
StartCom MultiMedia Linux 5.0.5
Specially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family. more>>
StartCom Linux is based on the Red Hat AS source code.
Specially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family members over the Internet, browse the news or watching the latest DVD movie you just bought.
Listen to your loved Music while you check your email or play some funny game while you burn a CD, everything is easily accessible from your desktop by a click on your mouse button.
System configuration and adjustments of your preferences never have been so simple, thanks to the integrated configuration tools.
Enhancements:
- StartCom has released its new Multimedia Edition, ML-5.0.5, code named Kessem. Its probably one of the largest and most complete Linux distributions ever released to the public. Release ML-5.0.5, offers many out-of-the-box capabilities, never bundled with an operating system before. Designed as a multimedia workstation with music studio and advanced video editing applications, it also provides the desktop user with the most applications for day to day use.
<<lessSpecially designed for the demanding home user, the MultiMedia Edition lets you easily communicate with your friends and family members over the Internet, browse the news or watching the latest DVD movie you just bought.
Listen to your loved Music while you check your email or play some funny game while you burn a CD, everything is easily accessible from your desktop by a click on your mouse button.
System configuration and adjustments of your preferences never have been so simple, thanks to the integrated configuration tools.
Enhancements:
- StartCom has released its new Multimedia Edition, ML-5.0.5, code named Kessem. Its probably one of the largest and most complete Linux distributions ever released to the public. Release ML-5.0.5, offers many out-of-the-box capabilities, never bundled with an operating system before. Designed as a multimedia workstation with music studio and advanced video editing applications, it also provides the desktop user with the most applications for day to day use.
Download (4326MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1237 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above photo editing application search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed