Main > Free Download Search >

Free web image software for linux

web image

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5866
Java Web Images Gallery 0.3.2

Java Web Images Gallery 0.3.2


Java Web Images Gallery is a server-side application that generates Web image albums on the fly. more>>
Java Web Images Gallery project is a server-side application that generates Web image albums on the fly.
Users need only upload images by FTP. It provides a navigation tree, a simple way to manage and customise image gallery views, and basic image manipulation.
Main features:
- Simple image upload. You need only FTP client to manipulate with your gallery.
- Original images stay untouched.
- Albums are simply represented by the directory structure.
- Cutomizable Album tumbnails.
- Image and album titles can be assigned indidvidually by the .properties file
- Albums can have individual thumbnalis.
- Easy albums navigation using tree directory structure.
- Images can be resized and all verisions are cached and updated on demand.
- Watermark can be added to every image and can be customized per album and/or image.
- You are free to change the whole gallery design by you wishes.
- No POSTS, sessions or cookies required! Every page and image have direct link and you can be sure that person who receive your link will see exactly the same.
<<less
Download (0.70MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1367 downloads
Resize Image 1

Resize Image 1


Resize Image is a service menu which adds the ability to resize an image to a new size. more>>
Resize Image is a service menu which adds the ability to resize an image to a new size.

Requires ImageMagick, KDialog and bash.
<<less
Download (MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
create Image 1.0

create Image 1.0


create Image is an amarok script that can create an image of the current playlist and save the files to an iso image. more>>
create Image is an amarok script that can create an image of the current playlist and save the files to an iso image.

The iso image is found in the respective home folders.

<<less
Download (0.010MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1023 downloads
Nimages PR1

Nimages PR1


Nimages provides an image gallery script featuring themes and a Web-based installation. more>>
Nimages provides an image gallery script featuring themes and a Web-based installation.
Nimages is a simple image gallery script featuring a Web-based installtion and configuration (no editing of the script is needed).
Other features include MySQL support, automatic creation of thumbnails (if supported), themes, and ease of use and configuration.
Nimages is a complete rewrite of the JCS Image Display script.
Main features:
- A nifty web-based install automagically detects most options.
- An advanced and normal mode. Normal mode is for users who arent comfortable setting up and running scripts, and the advanced mode is for people who want a little more control.
- Only one file to mess with...Copy and Go!
- Complete editing of image information from withing the program.
- A system that lets authorized users log in and edit image info, add comments, and manipulate galleries.
- Uses MySQL if available.
- A comprehensive theme system.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
932 downloads
Mozvert image 0.0.1

Mozvert image 0.0.1


Mozvert image is a Firefox extension that uses convert from ImageMagick for saving images to its preferred formats. more>>
Mozvert image is a Firefox extension that uses convert from ImageMagick for saving images to its preferred formats.

It adds the entry "Convert Image As..." after "Save Image As..." with 8 predefined formats: PNG, JPG, GIF, XPM, TIFF, BMP, PS (PostScript), XBM, ICO.

<<less
Download (0.022MB)
Added: 2007-06-28 License: MPL (Mozilla Public License) Price:
850 downloads
Random Image 1.0

Random Image 1.0


This simple script searches a special directory for images, then displays a random one every time the page is loaded. more>>

This script is easy to set up. Simply use FTP to upload images in a special directory. They can be the same size or varying sizes. Then call the script from your SHTML web page using an "include. " Each load of the page will show a different image.

Requirements: Perl, Webserver

<<less
Download (0.00KB)
Added: 2009-04-27 License: Commercial Price: $0.00
181 downloads
Web Sharing 0.0.3

Web Sharing 0.0.3


Web Sharing is a small tray applet for sharing files on the web. more>>
Web Sharing is a small tray applet for sharing files on the web.

Publish anything on the Internet or your local area network at home, office or school from a folder on your hard disk with just a few clicks of a mouse!

<<less
Download (1.9MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
Eyefi ImageModifier 0.4

Eyefi ImageModifier 0.4


Eyefi ImageModifier library is a high-level programming interface. more>>
Eyefi ImageModifier library is a high-level programming interface for describing and caching a series of image transformations which are applied to source images, typically for display on web pages.
The work process is as follows: you define a chain of transformations, optionally giving it a name, and then apply an image to this chain, which results in a new image. If the image is applied to the chain a second time, a cached image will be used.
Currently, the following filters are defined:
- resize
- border
- apply color mask
- round corners
- cropping (to ratio, to dimension, square)
- color blending
- text (ttf / t1)
- margin
- overlay (for watermarking)
- grayscale
The sub-pages of this project document these different filters, the general ImageModifier API, and integration with the Smarty template engine.
Enhancements:
- A new source mask modifier which can draw masked text over images, and several other minor features and bugfixes.
<<less
Download (0.020MB)
Added: 2006-04-21 License: LGPL (GNU Lesser General Public License) Price:
1281 downloads
Image Tree 1.0

Image Tree 1.0


Image Tree is a complete and versatile photo publishing system in less than 200 lines of code. more>>
Image Tree is a complete and versatile photo publishing system in less than 200 lines of code.

ImgTree is based only on three files:

index php : contains all the php and html code. Must be put, unmodified in every folder of the directory tree.
data.php : contains the specific settings of every folder
style.css : the css style sheet

Every folder of the folder tree must contain the three files. Clearly index.php and style.php should be simply linked:

imgtree/
|-- data.php
|-- index.php
|-- style.css
|-- Section-A
| |-- data.php
| |-- index.php -> ../index.php
| |-- style.css -> ../style.css
| |-- 01-thumb.jpg
| |-- 01.jpg
| |-- 02-thumb.jpg
| |-- 02.jpg
| `-- ...
`-- Section-B
|-- data.php
|-- index.php -> ../index.php
|-- style.css -> ../style.css
|-- 00.jpg
|-- Subsection-B1
| |-- data.php
| |-- index.php -> ../index.php
| `-- style.css -> ../style.css
| |-- cover.jpg
`-- Subsection-B2
|-- data.php
|-- index.php -> ../index.php
|-- style.css -> ../style.css
|-- 01-thumb.jpg
|-- 01.jpg
|-- 02-thumb.jpg
|-- 02.jpg
`-- ...

Every folder act as a section and the behaviour can be choose between:

index : Contains a list of links to every subfolder of the current folder. For every section an image and a description are shown.
thumb : Thumbnails page. Shows every image file of the folder. Thumbnail must be named "xxx-thumb.jpg" for the xxx.jpg file. Ex: 01-thumb.jpg -> 01.jpg ; tramonto-thumb.jpg -> tramonto.jpg ; ecc.
cover : Cover page. Shows an image, a text and an associated link

The file data.php contin the settings specific for every section:

$gallerystart : is the gallery start to generate the back-menu. The path must be relative to the starting folder of the site
$name : name used to link the current section in the menus
$title : page title
$description: description, used as subtitle and for brief description in index pages
$indeximage : image used in index pages to link this section
$type : type of the page (cover|thumb|index)
$imgtitle : associtive array of the images descriptions. Used only by "thumb" pages
$coverimage : image used by "cover" pages
$covertext : text used by "cover" pages
$coverlink= : link used by "cover" pages
$covertitle : title used by "cover" pages

NEEDS a web server (Apache or similar) with PHP support
<<less
Download (0.033MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
Web Business Pro 4a

Web Business Pro 4a


Web Business Pro is a Web application designed for everyday business activities. more>>
Web Business Pro is a Web application designed for everyday business activities. The project includes support for customer lists, inventory, receipt printing, and accounting. Fully featured search functions and filters make it easy to find what you need quickly.

<<less
Download (1.3MB)
Added: 2007-07-22 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
Java Image Album 1.1

Java Image Album 1.1


Java Image Album (jIA) is a Free Open Source easy to use wizard-style JavaTM application that generates HTML photo albums. more>>
Java Image Album project is a Free Open Source easy to use wizard-style JavaTM application that generates HTML photo albums.
Automatically resize your images and produce a set of HTML pages including index pages with thumbnails and detailed caption pages for each photo. Publishing a new photo album is as simple as copying a directory of images to your web directory.
Main features:
General Features
- Wizard-style interface
- 100% Java, runs on all platforms
- Supports .jpg images
- Read Exif information new
- Open Source! See the licence
User Interface Features
- Image preview
- HTML Caption editing
- Change order of photos to be published
- Select / deselect photos to be published
- Enhanced user interface, including easier selection of folders
- Remembers most settings from previous runs, speeding up the publishing process.
- Stores captions with source photos, in .txt files
- Time-saving shortcut keys for most options
- Select All and Clear All buttons on captions panel
- Faster thumbnail loading
Publishing Features
- Generates index page, with thumbnails
- Generates HTML pages with next/prev links
- Option to resize all portait or landscape images
- Option to output original sized images as well
- Customize number of output columns
- Option to generate multiple thumbnail pages
- Option to generate link to parent album
- Option to place detail caption above or below photo
- Option to align detail photo left, center or right
- Option to display EXIF information new
<<less
Download (0.27MB)
Added: 2007-07-03 License: MPL (Mozilla Public License) Price:
854 downloads
WWW::ImageSpool 0.01

WWW::ImageSpool 0.01


WWW::ImageSpool is a Perl module that can cache images of interest from the web. more>>
WWW::ImageSpool is a Perl module that can cache images of interest from the web.

SYNOPSIS

use WWW::ImageSpool;

mkdir("/var/tmp/imagespool", 0700);

my $spool = WWW::ImageSpool->new
(
limit => 3,
searchlimit => 10,
max => 5 * 1048576,
dictionary => "sushi.txt",
verbose => 1,
dir => "/var/tmp/imagespool"
);

$spool->run();
while($spool->uptime < 86400);

When A WWW::ImageSpool objects run() method is called, it randomly picks keywords out of a chosen dictionary file and attempts to download images off of the internet by doing searches on these keywords. (Currently only a Google Image Search is done, via Guillaume Rousses WWW::Google::Images module, but the internals have been set up to make it easy to hook into other engines in the future.) Images are stored in the specified directory. If the directory grows beyond the maximum size, the oldest files in the directory are deleted.

The intended purpose behind this module is to supply images on demand for any piece of software that wants abstract images, such as screensavers or webpage generators or voice synthesizers (wouldnt it be cool if a voice synthesizer extracted all the popular nouns out of a book and scrolled by pertanent images as it read to you?)

<<less
Download (0.007MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
PHPImageMage 2.0

PHPImageMage 2.0


PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web apps. more>>
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web applications. PHPImageMage handles JPEG, PNG, and GIF images and requires PHP5 with GD support.

<<less
Download (0.006MB)
Added: 2006-07-14 License: BSD License Price:
1197 downloads
HTTP::GetImages 0.343

HTTP::GetImages 0.343


HTTP::GetImages is a spider to recover and store images from web pages. more>>
HTTP::GetImages is a spider to recover and store images from web pages.

SYNOPSIS

use HTTP::GetImages;

$_ = new HTTP::GetImages (
dir => .,
todo => [http://www.google.com/,],
dont => [http://www.somewhere/ignorethis.html,http://and.this.html],
chat => 1,
);

$_->print_imgs;
$_->print_done;
$_->print_failed;
$_->print_ignored;

my $hash = $_->imgs_as_hash;
foreach (keys %{$hash}){
warn "$_ = ",$hash->{$_},"n";
}

exit;

This module allow syou to automate the searching, recovery and local storage of images from the web, including those linked by anchor (A), mage (IMG) and image map (AREA) elements.

Supply a URI or list of URIs to process, and HTTP::GetImages will recurse over every link it finds, searching for images.

By supplying a list of URIs, you can restrict the search to certain webservers and directories, or exclude it from certain webservers and directories.

You can also decide to reject images that are too small or too large.

<<less
Download (0.007MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Kim (Kde Image Menu) 0.9.4

Kim (Kde Image Menu) 0.9.4


Kim is a kde service menu which allows to resize, convert, rotate your images without to use a graphical application like Gimp. more>>
Kim is a kde service menu which allows to resize, convert, rotate, ( ...) your images without to use a graphical application like Gimp ! Kim (Kde Image Menu) service menu can be considered as a frontend of ImageMagick.
Discover now the simplicity of the use of Kim !
Main features:
Compress and resize
- Compress to 70%, 80%, 90% or other,
- Resize to 300x225, 600x450, 800x600, 1024x768, 1200x900 px or other,
- Resize and compress for the web.
Convert and rotate
- Convert in JPG, PNG, GIF, TIFF or other,
- Rotate images.
Treatment and publication
- Rename images,
- Convert in grayscale,
- Add a whith or black border,
- Watermarck images,
- Send by mail resized images
Enhancements:
- create a html gallery works correctly (with portrait or landscape images).
- send by mail works correctly now!
<<less
Download (0.051MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1082 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5