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

Carousel Image Applet freeware
Filter: All | Freeware | Demo
 

Carousel Image Applet

< 1 2 3 4 5 
Added: April 19, 2010 | Visits: 1.143

Image Display System IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image...



Platforms: *nix

License: Freeware Size: 665.6 KB Download (91): Image Display System Download

Added: March 21, 2010 | Visits: 1.346

General Applet Interface Library The goal of the General Applet Interface Library is to give programmers a simple yet powerful applet interface. This library supports wmapplet/dockapps, GNOME 2 panel applets, and ROX panel applets. This library supports at the moment Dockapps, Gnome 2 Panel Applets and Rox panel applets. In...





Platforms: *nix

License: Freeware Size: 286.72 KB Download (94): General Applet Interface Library Download

Added: August 06, 2010 | Visits: 2.296

GNOME Lunar Clock Applet GNOME Lunar Clock displays the current phase of the Moon as an applet for the gnome panel. In addition, glunarclock also provides various astronomical data such as clock functions, rise and set times and current coordinates for the moon. Whats New in This Release: - added new and updated po...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (168): GNOME Lunar Clock Applet Download

Added: August 19, 2010 | Visits: 1.017

Image::Button Image::Button is a base class for building PNG buttons using GD. SYNOPSIS use Image::Button::Rect; my $b1 = new Image::Button::Rect(text => text b1, font => newsgotn.ttf, fontsize => 20, file => b1.png); # $b2 is like $b1, but with different text and going to another file my $b2 =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Image::Button Download

Added: February 16, 2010 | Visits: 1.624

nautilus-image-converter nautilus-image-converter project is a Nautilus extension to mass resize images. Adds a "Resize Images..." menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name. A click on "Resize" finally resizes the image(s) using ImageMagicks...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (147): nautilus-image-converter Download

Added: June 17, 2010 | Visits: 1.380

wireless-applet wireless-applet is an GNOME Panel applet displaying available wireless networks with the ability to add a listed network to the system configuration easily. Brings the comfort of NetworkManager to wpa_supplicant users. Supports WEP, WPA-PSK, and open wireless networks.. bitron Software:...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (128): wireless-applet Download

Added: May 27, 2010 | Visits: 1.723

Ekspos Image Viewer Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate...


Platforms: *nix

License: Freeware Download (137): Ekspos Image Viewer Download

Added: March 18, 2010 | Visits: 823

Khalkhi applet for Kicker 0.5.3 Khalkhi applet for Kicker is an applet for direct access to your addressbook entries! Place buttons for single entries, for lists by category or for the whole list of entries in your addressbook onto a Kicker panel. See the status in the several systems a person has an account in, by the symbol...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (87): Khalkhi applet for Kicker 0.5.3 Download

Added: October 25, 2010 | Visits: 1.474

Early Macintosh Image LoadEr Early Macintosh Image LoadEr allows to boot linux-m68k from a floppy on a macintosh such as MacII or Quadra 610. With it, you can create rescue disk, or remove the MacOS partition (needed by the legacy penguin booter) from your HD. Create a floppy from rescue disk image You can find floppy...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (111): Early Macintosh Image LoadEr Download

Added: June 21, 2010 | Visits: 1.117

Image::Imlib2 Image::Imlib2 is a Perl interface to the Imlib2 image library. SYNOPSIS use Image::Imlib2; # create a new image my $image = Image::Imlib2->new(200, 200); # or load an image $image = Image::Imlib2->load("foo.png"); # Enable the alpha channel support $image->has_alpha(1); # set a...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (95): Image::Imlib2 Download

Added: May 14, 2010 | Visits: 882

Image::WorldMap Image::WorldMap is a Perl module to create graphical world maps of data. SYNOPSIS use Image::WorldMap; my $map = Image::WorldMap->new("earth-small.png", "maian/8"); $map->add(4.91, 52.35, "Amsterdam.pm"); $map->add(-2.355399, 51.3828, "Bath.pm"); $map->add(-0.093999, 51.3627,...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (104): Image::WorldMap Download

Added: November 24, 2010 | Visits: 2.619

Image::BMP Image::BMP is a bitmap parser/viewer. SYNOPSIS use Image::BMP; # Example one: my $img = new Image::BMP( file => some.bmp, debug => 1, ); $img->view_ascii; # Example two: my $img2 = new Image::BMP; $img2->open_file(another.bmp); my $color = $img2->xy(100,100); # Get pixel at...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (123): Image::BMP Download

Added: April 24, 2010 | Visits: 935

Mozvert image 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..


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): Mozvert image Download

Added: July 08, 2010 | Visits: 821

Image::Xpm Image::Xpm is a Perl module that can load, create, manipulate and save xpm image files. SYNOPSIS use Image::Xpm; my $j = Image::Xpm->new(-file, Camel.xpm); my $i = Image::Xpm->new(-width => 10, -height => 16); my $h = $i->new; # Copy of $i $i->xy(5, 8, red); # Set a colour (& add to...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (105): Image::Xpm Download

Added: August 14, 2010 | Visits: 1.942

KIPI Plugin: OpenGL Image Viewer While Digikam is a great app for managing your images, it lacks a good and fast image viewer in my opinion. Unfortunately, the fastest image viewer for KDE, Kuickshow, is not available as KIPI plugin. Therefore I wrote this plugin to fill that gap. KIPI Plugin: OpenGL Image Viewer KDE-Apps.org...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (119): KIPI Plugin: OpenGL Image Viewer Download

Added: May 27, 2010 | Visits: 1.909

SGI RGB Image File Plug-In SGI plug-in provides SGI image file load & save modules for The GIMP. The plug-in supports GRAY, GRAYA, RGB, and RGBA color modes. Using the SGI Plug-In: The Parameter Settings buttons control how much compression is applied to the image: No Compression stores the image raw or verbatim. RLE...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (217): SGI RGB Image File Plug-In Download

Added: September 01, 2010 | Visits: 1.441

NetworkManager Applet NetworkManager Applet project is used as a network connection manager for most RPM and Debian-based distros. Supports Ethernet, WiFi, VPN connections..


Platforms: *nix

License: Freeware Size: 706.56 KB Download (115): NetworkManager Applet Download

Added: January 04, 2010 | Visits: 1.040

Deskbar Applet 2.18.1 / Deskbar Applet is a Gnome applet to allow easy access to various search engines (like Googles Deskbar for Windows). Deskbar Applet looks like the current Gnome Mini-Commander, but it launches search queries instead of programs. Example search-engines include: Google MSN EBay IMDB Stock...


Platforms: *nix

License: Freeware Size: 911.36 KB Download (98): Deskbar Applet 2.18.1 / Download

Added: January 15, 2010 | Visits: 1.040

Quick Lounge Applet Quick Lounge applet is an applet for the GNOME Panel. Applets are little applications embedded in the Panel. With this applet you can organize your preferred applications in a single place. You can add spaces between applications, they can be used to group together applications with similar...


Platforms: *nix

License: Freeware Size: 593.92 KB Download (103): Quick Lounge Applet Download

Added: August 20, 2010 | Visits: 2.480

Semi-Batched-Image-Editor Semi-Batched-Image-Editor program is an image editor for Linux. The problem: Got a huge amount of scanned pictures (from your digital camera, or as Picture-CD from your favorite lab)? Want to rotate some of them to the right orientation? Select a good detail? Scale to a given output format?...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (187): Semi-Batched-Image-Editor Download

< 1 2 3 4 5