Main > Free Download Search >

Free random image 1.0 software for linux

random image 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5524
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
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
Random Music 1.1

Random Music 1.1


Random Music plays random MP3 tracks from your music collection. more>>
Random Music plays random MP3 tracks from your music collection. It maintains a flat database of tracks, detailed genres, and weights, and generates a weighted random playlist from the user-selected genres.
The ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
<<less
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1464 downloads
Random Album 0.3

Random Album 0.3


Random Album will play a random album from your collection. more>>
For a long time I wanted to play a random "album" in Amarok. I could not find how to do it with what existed, so I got around to write my own (first) amarok script.
Random Album should be a playlist really, but I dont know yet how to do that.
So here it is. It will play a random album from your collection. Upon reaching the last song, it will load a new one in the playlist.
Alternatively, you can select to play a random artist (see the configuration)
The script acces the database. Ive only tried with MySQL. I think that the "album" mode will work with SQLite, but not the "Artist" mode.
Enhancements:
- For amarok 1.4.3 and above(?) ONLY! For ealier versions use 0.2
- Changed script to work with Amarol 1.4.3
- The "tags" table in the database now contains the path of a file below a given "device" (defined in table "devices"). The script now handles that correctly using KURL.
- The "album path" filter filters according to the path below the "device" path. The device path is not taken into account
BUG
- No attempt is made to check that the files do exists... This may be problem.... There seem to be no such a method with KURL and the "unicode" function refuse to take a QString (PyQt says it should) so I cant convert things to use os.path.isfile()
<<less
Download (0.007MB)
Added: 2006-10-09 License: Open Software License Price:
1110 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
Mr. Random 1.3

Mr. Random 1.3


Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected. more>>
Mr. Random project is a utility useful for filling a portable MP3 audio player with music randomly selected from a larger collection situated on a computer hard drive.

This is a good idea if you cant make up your mind what you want to hear, you prefer to be surprised by a selection of music you may not have heard in a while, or want to hear familiar music juxtaposed in novel combinations.

<<less
Download (2.0MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1061 downloads
Wchange 1.0

Wchange 1.0


Wchange provides a very simple wallpaper changer. more>>
Wchange provides a very simple wallpaper changer.

It requires only java runtime environment (JRE) and gconftool-2.

Usage:

java Wchange /home/folder/pictures/ seconds [random]

Where:

/home/folder/pictures/ is the directory where are wallpapers

seconds is how much time the system will wait between wallpaper switching

random (optional) use it only if you want wallpaper random switching

<<less
Download (0.003MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 downloads
Prima::image-load 1.20

Prima::image-load 1.20


Prima::image-load is a Perl module using image subsystem. more>>
Prima::image-load is a Perl module using image subsystem.

Simple loading

Simplest case, loading a single image would look like:

my $x = Prima::Image-> load( filename.duf);
die "$@" unless $x;

Image functions can work being either invoked from package, or from existing Prima::Image object, in latter case the caller object itself is changing. The code above could be also written as

my $x = Prima::Image-> create;
die "$@" unless $x-> load( filename.duf);

In both cases $x contains image data upon success. Error is returned into $@ variable ( see perldoc perlvar for more info).

<<less
Download (1.4MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1093 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
Perceptual Image Diff 1.0.1

Perceptual Image Diff 1.0.1


Perceptual Image Diff is an image comparison utility that makes use of a computational model of the human visual system. more>>
Perceptual Image Diff is an image comparison utility that makes use of a computational model of the human visual system to compare two images.
Its useful for running automated regression testing on images that are perceptually identical but have minor pixel noise from different random number generators or small changes to algorithms.
Build Instructions:
This project makes use of the Cross Platform Make Utility and the libtiff library. You will also need Subversion to obtain the source.
1. Edit CMakeLists.txt as necessary to point to libtiff
2. Type cmake .
3. Type make .
4. pdiff should be compiled for your target system
Usage:
pdiff image1.tif image2.tif [options]
-verbose : Turns on verbose mode
-fov deg: field of view, deg, in degrees. Usually between 10.0 to 85.0. This controls how much of the screen the oberserver is seeing. Front row of a theatre has a field of view of around 25 degrees. Back row has a field of view of around 60 degrees.
-threshold p : Sets the number of pixels, p, to reject. For example if p is 100, then the test fails if 100 or more pixels are perceptably different.
-gamma g : The gamma to use to convert to RGB linear space. Default is 2.2
-luminance l: The luminance of the display the observer is seeing. Default is 100 candela per meter squared.
Enhancements:
- Incorporated bug fix from Cairo team that fixed a memory access error
- Changed the way the program releases memory from libpng to fix linking error with new versions of libpng.
- Tested with libpng version 1.2.8
<<less
Download (0.013MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
963 downloads
CAD::Drawing::IO::Image 0.02

CAD::Drawing::IO::Image 0.02


CAD::Drawing::IO::Image is a Perl module with output methods for images. more>>
CAD::Drawing::IO::Image is a Perl module with output methods for images.

Requisite Plug-in Functions

See CAD::Drawing::IO for a description of the plug-in architecture.

check_type

Returns true if $type is "img" or $filename matches one of the ImageMagick type extensions.

$fact = check_type($filename, $type);

Methods

load

Requires vectorization...

load();

save

save();

image_color

image_color($color, $data);

<<less
Download (0.005MB)
Added: 2007-03-17 License: Perl Artistic License Price:
952 downloads
HAVEGE 1.0

HAVEGE 1.0


HAVEGE (HArdware Volatile Entropy Gathering and Expansion) is a user-level software unpredictable random number generator. more>>
HAVEGE (HArdware Volatile Entropy Gathering and Expansion) is a user-level software unpredictable random number generator for general-purpose computers that exploits these modifications of the internal volatile hardware states as a source of uncertainty. During an initialization phase, the hardware clock cycle counter of the processor is used to gather part of this entropy: tens of thousands of unpredictable bits can be gathered per operating system call in average.

HAVEGE combines on-the-fly hardware volatile entropy gathering with pseudo-random number generation. The internal state of HAVEGE includes thousands of internal volatile hardware states and is merely unmonitorable.

Therefore HAVEGE features a very high security level. HAVEGE can reach an unprecedented throughput for a software unpredictable random number generator: several hundreds of megabits per second on current workstations and PCs.

The throughput of HAVEGE favorably competes with usual pseudo-random number generators such as rand() or random(). While HAVEGE was initially designed for cryptology-like application, this high throughput makes HAVEGE usable for all application domains demanding for high performance and high quality random number generators, e.g. Monte Carlo simulations.
<<less
Download (0.31MB)
Added: 2006-07-14 License: LGPL (GNU Lesser General Public License) Price:
1198 downloads
GAIA Image Transcoder 1.0

GAIA Image Transcoder 1.0


GAIA Image Transcoder project is an open source library that operates image transcoding, with a special focus on mobile apps. more>>
Transcoding is the process by which a data object in one representation is converted into another representation. Typical examples include conversion between different formats of the same media type (e.g., an image encoded in a certain format is transcoded into an image encoded in a second format), as well as conversion between media types (e.g., speech to text). In addition to format conversion, transcoding also allows a data object to be compressed or transformed.
GAIA Image Transcoder (GIT) project is an open source library that operates image transcoding, with a special focus on mobile applications. GIT was originally developed by Open Reply team as a part of a content adaptation and delivery framework and its publication under LGPL license is the first step of the entire framework release process.
GIT comes in two parts:
- a transformation and transcoding library that performs image adaptation to mobile device using information retrieved from WURFL file
- a very simple JSP tag library that enables library utilization into a J2EE environment
The transcoding library works as a transformation pipeline. The pipeline is composed by a set of filters. A filter could operate directly on the image body or indirectly on the associated meta-information. GIT architecture supports the management cycle of such pipes while GIT tag libraries simplifies their definition.
<<less
Download (0.080MB)
Added: 2007-03-27 License: LGPL (GNU Lesser General Public License) Price:
947 downloads
Java Games 1.0

Java Games 1.0


Java Games is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. more>>
Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser.

Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
<<less
Download (0.13MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
985 downloads
ImageConverter 1.0

ImageConverter 1.0


ImageConverter is able to convert one image type (example:gif) to another type (example:jpeg). more>>
ImageConverter is able to convert one image type (example:gif) to another type (example:jpeg).

ImageConverter application uses ImageMagick to conver the images!

<<less
Download (MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1368 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5