bmp
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 133
BMPx 0.40.1
BMPx is a media player based on the XMMS music playing application. more>>
BMPx is a media player based on the XMMS multimedia player software. Its primary goals are usability and usage of current desktop standards.
BMPx is the codename for the next-generation BMP. It will not differ very much from the current BMP, except that the code has been rewritten 95% from scratch, including the skinning engine and the playback backend (a few utility functions and miscellaneous stuff has been taken from the old codebase).
Main features:
Support for multiple playlists
- BMPx can keep several playlists at the same time loaded, and you can switch between them at any time and play songs from them.
GUI-Less player
- BMPx is actually a gui-less player. It can function completely without GUI and is as such a fully functional audio player with the same capabilities that the UI provides (in other words, the UI doesnt provide any capabilities that the core player doesnt have). However, it currently uses a Winamp2.x-skin compatible skinning engine (rewritten from scratch, not based on the XMMS engine), which is not a seperate process communicating via DBus, but compiled in. Our reasoning for this is that we dont want to be faceless, a main GUI should always be readily available. Just so you get an idea what is meant by GUI-less: It would take maybe 15 minutes with VI to create a fully building and working BMPx source tree without the GUI, which you could then control through DBus.
Daemonized running and DBus control
- BMPx can, as already stated above, run as a daemon process, in which the UI is not initialized at all. Its not simply hidden, its just not initialized, so there are also no resources being wasted. The core player code is 100% UI-independent. When running in daemon mode, no "helper" UI subsystems need to be initialized for the player to run.
- The player can be controlled through DBus in a very fine grained manner which goes far beyond what was possible in BMP (or XMMS for that matter). Basically, it allows to run BMPx as a playback backend and attach a different GUI trough DBus to it. This is comparable to MPD (http://www.musicpd.org/).
Metadata cache/Media library
- BMPx has a metadata caching system that will cache the metadata for files that have been at least once added to a playlist. Optionally you can pre-load the metadata cache with a path on the filesystem (recursively). By doing this, you basically turn the cache into a media library, and BMPx does provide facilities to use the cache as a library.
- Never the less, this system is more of a metadata cache rather than a media library, and hence control over it isnt as fine-grained as in e.g. Rhythmbox or iTunes, where you can dedicatedly add or remove paths to/from the library. But despite of this fact it is very usable and the current UI that allows you to access the cache as a library is very effective.
<<lessBMPx is the codename for the next-generation BMP. It will not differ very much from the current BMP, except that the code has been rewritten 95% from scratch, including the skinning engine and the playback backend (a few utility functions and miscellaneous stuff has been taken from the old codebase).
Main features:
Support for multiple playlists
- BMPx can keep several playlists at the same time loaded, and you can switch between them at any time and play songs from them.
GUI-Less player
- BMPx is actually a gui-less player. It can function completely without GUI and is as such a fully functional audio player with the same capabilities that the UI provides (in other words, the UI doesnt provide any capabilities that the core player doesnt have). However, it currently uses a Winamp2.x-skin compatible skinning engine (rewritten from scratch, not based on the XMMS engine), which is not a seperate process communicating via DBus, but compiled in. Our reasoning for this is that we dont want to be faceless, a main GUI should always be readily available. Just so you get an idea what is meant by GUI-less: It would take maybe 15 minutes with VI to create a fully building and working BMPx source tree without the GUI, which you could then control through DBus.
Daemonized running and DBus control
- BMPx can, as already stated above, run as a daemon process, in which the UI is not initialized at all. Its not simply hidden, its just not initialized, so there are also no resources being wasted. The core player code is 100% UI-independent. When running in daemon mode, no "helper" UI subsystems need to be initialized for the player to run.
- The player can be controlled through DBus in a very fine grained manner which goes far beyond what was possible in BMP (or XMMS for that matter). Basically, it allows to run BMPx as a playback backend and attach a different GUI trough DBus to it. This is comparable to MPD (http://www.musicpd.org/).
Metadata cache/Media library
- BMPx has a metadata caching system that will cache the metadata for files that have been at least once added to a playlist. Optionally you can pre-load the metadata cache with a path on the filesystem (recursively). By doing this, you basically turn the cache into a media library, and BMPx does provide facilities to use the cache as a library.
- Never the less, this system is more of a metadata cache rather than a media library, and hence control over it isnt as fine-grained as in e.g. Rhythmbox or iTunes, where you can dedicatedly add or remove paths to/from the library. But despite of this fact it is very usable and the current UI that allows you to access the cache as a library is very effective.
Download (2.2MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
828 downloads
EasyBMP 1.06
EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<lessThe library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
Image::BMP 1.13
Image::BMP is a bitmap parser/viewer. more>>
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 100,100
my ($r,$g,$b) = $img2->xy_rgb(100,200);
Image::BMP objects can parse and even ascii view bitmaps of the .BMP format. It can read most of the common forms of this format.
It can be used to:
Just get image info, dont read the whole image:
my $img = new Image::BMP(file => some.bmp);
print "Resolution: $img->{Width} x $img->{Height}n";
View images
(See C< SYNOPSIS > example one)
Read images and poke at pixels
(See C< SYNOPSIS > example two)
Parse through all pixel data
(See C< ADD_PIXEL > below)
It does not currently write bmap data, simply because I didnt have a use for that yet. Convince me and Ill add it.
Version restrictions:
4-bit RLE compression
- I havent seen an image like this yet, it wouldnt be hard to add.
bitfields compression
- I dont even know what that is..
RLE delta compression
- This isnt tested yet - I havent seen an image that uses this portion of RLE compression, so it currently does what I think is right and then prints a message asking you to send me the image/results.
<<lessSYNOPSIS
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 100,100
my ($r,$g,$b) = $img2->xy_rgb(100,200);
Image::BMP objects can parse and even ascii view bitmaps of the .BMP format. It can read most of the common forms of this format.
It can be used to:
Just get image info, dont read the whole image:
my $img = new Image::BMP(file => some.bmp);
print "Resolution: $img->{Width} x $img->{Height}n";
View images
(See C< SYNOPSIS > example one)
Read images and poke at pixels
(See C< SYNOPSIS > example two)
Parse through all pixel data
(See C< ADD_PIXEL > below)
It does not currently write bmap data, simply because I didnt have a use for that yet. Convince me and Ill add it.
Version restrictions:
4-bit RLE compression
- I havent seen an image like this yet, it wouldnt be hard to add.
bitfields compression
- I dont even know what that is..
RLE delta compression
- This isnt tested yet - I havent seen an image that uses this portion of RLE compression, so it currently does what I think is right and then prints a message asking you to send me the image/results.
Download (0.010MB)
Added: 2007-07-20 License: Perl Artistic License Price:
828 downloads
EasyBMPtoAVI 0.55
EasyBMPtoAVI Movie Creator is a cross-platform application that converts a series of windows bitmap (BMP) images to an AVI movie more>>
EasyBMPtoAVI project, a Movie Creator, is a cross-platform application that converts a series of windows bitmap (BMP) images to an AVI movie file. Currently, EasyBMPtoAVI Movie Creator is supported on little-endian (e.g., x86) machines on any platform, but big-endian support is expected soon.
Scientists may find this software particularly useful for creating animated visualizations from series of still images.
EasyBMPtoAVI Movie Creator provides a simple command line interface (CLI) that is consistent across platforms, and it interactively quizzes the user if any necessary information is missing. EasyBMPtoAVI Movie Creator is being designed with ease of use as a top goal. To that end, a graphical user interface (GUI) is planned for a future release.
The EasyBMPtoAVI project was first begun on SourceForge on May 19, 2006.
Installation:
To compile with mingw, g++, or icc:
1) Go to http://easybmp.sourceforge.net/download.html and download the most recent version of EasyBMP.
2) Extract the contents of EasyBMP_#.##.zip (where #.## is the version number) into the source directory. Take care not to overwrite the supplied makefile!
3) Type "make" without the quotes. Thats it!
To compile with Microsoft Visual Studio:
1) Go to http://easybmp.sourceforge.net/download.html and download the most recent version of EasyBMP.
2) Extract the contents of EasyBMP_#.##.zip (where #.## is the version number) into the source directory.
3) Open Visual Studio, and create a new, empty win32 console application.
4) In the "Solution Explorer" panel, right-click on the "Source Files" icon, choose "Add," then "Existing item..."
5) Browse to the source directory, and select both EasyBMP.cpp and EasyBMPtoAVI.cpp.
6) In the "Solution Explorer" panel, right-click on the "Header Files" icon, choose "Add," then "Existing item..." (This step is unnecessary in VS 2005)
7) Browse to the source directory, and select all the EasyBMP*.h files. (This step is unnecessary in VS 2005.)
8) Build the project.
<<lessScientists may find this software particularly useful for creating animated visualizations from series of still images.
EasyBMPtoAVI Movie Creator provides a simple command line interface (CLI) that is consistent across platforms, and it interactively quizzes the user if any necessary information is missing. EasyBMPtoAVI Movie Creator is being designed with ease of use as a top goal. To that end, a graphical user interface (GUI) is planned for a future release.
The EasyBMPtoAVI project was first begun on SourceForge on May 19, 2006.
Installation:
To compile with mingw, g++, or icc:
1) Go to http://easybmp.sourceforge.net/download.html and download the most recent version of EasyBMP.
2) Extract the contents of EasyBMP_#.##.zip (where #.## is the version number) into the source directory. Take care not to overwrite the supplied makefile!
3) Type "make" without the quotes. Thats it!
To compile with Microsoft Visual Studio:
1) Go to http://easybmp.sourceforge.net/download.html and download the most recent version of EasyBMP.
2) Extract the contents of EasyBMP_#.##.zip (where #.## is the version number) into the source directory.
3) Open Visual Studio, and create a new, empty win32 console application.
4) In the "Solution Explorer" panel, right-click on the "Source Files" icon, choose "Add," then "Existing item..."
5) Browse to the source directory, and select both EasyBMP.cpp and EasyBMPtoAVI.cpp.
6) In the "Solution Explorer" panel, right-click on the "Header Files" icon, choose "Add," then "Existing item..." (This step is unnecessary in VS 2005)
7) Browse to the source directory, and select all the EasyBMP*.h files. (This step is unnecessary in VS 2005.)
8) Build the project.
Download (0.011MB)
Added: 2006-11-13 License: BSD License Price:
1075 downloads
SffTools 3.1 (SffToBmp)
SffTools consists of SffToBmp, a little utility that converts Structured Fax Files to BMP, PBM, JPEG. more>>
SffTools consists of SffToBmp, a little utility that converts Structured Fax Files to BMP, PBM, JPEG, or single- and multipage TIFF format, and SffView, a GUI viewer for those files.
The tools should be especially useful to people who are faxing with ISDN cards because the CAPI interface of these cards generates such files. CAPI support for Linux is available for the active card AVM B1 and the passive card AVM Fritz!
Enhancements:
- SffToBmp has been around for a while, and one should think it has seen every strange SFF file yet.
- However, there seem to be a few odd ones still left.
- This release adds support for skipping "junk" at the beginning of the file until it reaches the "SFF" header.
- It will skip up to 2048 bytes before giving up.
- Other changes are backported from the Debian package, and a -quiet switch has been added for those that dont want to see anything at all on stdout.
<<lessThe tools should be especially useful to people who are faxing with ISDN cards because the CAPI interface of these cards generates such files. CAPI support for Linux is available for the active card AVM B1 and the passive card AVM Fritz!
Enhancements:
- SffToBmp has been around for a while, and one should think it has seen every strange SFF file yet.
- However, there seem to be a few odd ones still left.
- This release adds support for skipping "junk" at the beginning of the file until it reaches the "SFF" header.
- It will skip up to 2048 bytes before giving up.
- Other changes are backported from the Debian package, and a -quiet switch has been added for those that dont want to see anything at all on stdout.
Download (0.19MB)
Added: 2006-10-31 License: BSD License Price:
1089 downloads
Other version of SffTools
License:GPL (GNU General Public License)
mtPaint 3.11
mtPaint is designed for creating icons and pixel based artwork. more>>
mtPaint is designed for creating icons and pixel based artwork. mtPaint can edit indexed palette or 24 bit RGB images and offers basic painting and palette manipulation tools.
Its main file format is PNG, although it can also handle JPEG, GIF, TIFF, BMP, XPM and XBM files. Due to its simplicity and lack of dependencies it runs well on GNU/Linux, Windows and older PC hardware.
Main features:
- Edit indexed palette or 24 bit RGB images.
- Load & Save PNG, GIF, JPEG, TIFF, BMP, XPM and XBM files.
- Paint using tools and patterns in one simple main window.
- Protect certain colours on the canvas from being painted over.
- Manipulate digital photos : Crop, scale, rotate, sharpen, soften, emboss, change brightness / contrast / saturation / gamma.
- Up to 100 undo levels.
- Multiple image clipboard.
- View images between 10% and 2000% of their original size.
- English (UK) language by default, Spanish and Czech translations via gettext system (GTK+1: ISO-8859-1 & ISO-8859-2 GTK+2: UTF-8).
<<lessIts main file format is PNG, although it can also handle JPEG, GIF, TIFF, BMP, XPM and XBM files. Due to its simplicity and lack of dependencies it runs well on GNU/Linux, Windows and older PC hardware.
Main features:
- Edit indexed palette or 24 bit RGB images.
- Load & Save PNG, GIF, JPEG, TIFF, BMP, XPM and XBM files.
- Paint using tools and patterns in one simple main window.
- Protect certain colours on the canvas from being painted over.
- Manipulate digital photos : Crop, scale, rotate, sharpen, soften, emboss, change brightness / contrast / saturation / gamma.
- Up to 100 undo levels.
- Multiple image clipboard.
- View images between 10% and 2000% of their original size.
- English (UK) language by default, Spanish and Czech translations via gettext system (GTK+1: ISO-8859-1 & ISO-8859-2 GTK+2: UTF-8).
Download (0.24MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
1019 downloads
KmPlot 1.2.0
KmPlot is a mathematical function plotter for the KDE desktop. more>>
KmPlot 1.2.0 offers a software which has features of a mathematical function plotter for the KDE desktop. KmPlot is a mathematical function plotter for the KDE desktop. It has built in a powerful parser. You can plot different functions simultaneously and combine their function terms to build new functions.
KmPlot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
Major Features:
- Powerful mathematical parser
- Precise metric printing
- Different plot types (functions, parametric, polar)
- Highly configurable visual settings (plot line, axes, grid)
- Export to bitmap format (BMP and PNG) and scalable vector graphics (SVG)
- Save/load complete session in readable xml format
- Trace mode: cross hair following plot, coordinates shown in the status bar
- Support zooming
- Ability to draw the 1st and 2nd derivative and the integral of a plot function
- Support user defined constants and parameter values
- Various tools for plot functions: find minimum/maximum point, get y-value and draw the area between the function and the y-axis
Requirements: KDE 4
Added: 2008-06-11 License: GPL Price: FREE
12 downloads
AMIDI-Plug 0.7
AMIDI-Plug is a MIDI input plugin for XMMS/BMP/Audacious. more>>
AMIDI-Plug is a MIDI input plugin for XMMS/BMP/Audacious. AMIDI-Plug processes MIDI files and sends their events to one or more ALSA sequencer client ports. Any hardware or software synthesizer, as long as it provides ALSA sequencer ports, can be used to play MIDI with AMIDI-Plug.
Playback is fully functional: play, stop, seek, pause, song information are available.
In example, AMIDI-Plug can send MIDI to the emu10k1 hardware synth or to software synths such as timidity and fluidsynth.
AMIDI-Plug supports MIDI files in SMF (standard midi file) format type 0 and type 1, as well as RIFF MIDI containing SMF 0 and 1.
Installation:
Installation is pretty straighforward:
configure --with-player=PLAYER
make
make install
where PLAYER is one between xmms, bmp or audacious.
Other configuration options are available, like --prefix to install in a different location.
Use --help to list all available configuration options.
Dependecies vary with the chosen player:
ALSA libs are always required;
GTK+ 2.x required for Audacious and BMP;
GTK+ 1.x required for XMMS;
of course, headers and libraries that come with the chosen player are needed too.
Usage:
The first time the player is launched with AMIDI-Plug installed, it will try to auto-detect and use some ALSA sequencer ports; more specifically, it will search for those of the hardware wavetable synthesizer. Of course, these may not be available on some audio cards; so its a good idea to check (and modify if needed) the selected ports in the preferences dialog.
In the same dialog theres a mixer control selector. Since AMIDI-Plug sends the MIDI events directly to the ALSA sequencer ports, it doesnt use any effect or output plugin from the player. So the mixer control selected in the preferences dialog is used to tune the volume during playback.
Once these values are set, MIDI files can be picked and played just like any other file type. Playback is fully functional: play, stop, seek, pause, song information are available.
Enhancements:
- This release introduces a couple of new playback options: a transposer to play MIDI files in different keys, and a drum shifter to change percussion.
- It uses the Audacious VFS API to load files.
<<lessPlayback is fully functional: play, stop, seek, pause, song information are available.
In example, AMIDI-Plug can send MIDI to the emu10k1 hardware synth or to software synths such as timidity and fluidsynth.
AMIDI-Plug supports MIDI files in SMF (standard midi file) format type 0 and type 1, as well as RIFF MIDI containing SMF 0 and 1.
Installation:
Installation is pretty straighforward:
configure --with-player=PLAYER
make
make install
where PLAYER is one between xmms, bmp or audacious.
Other configuration options are available, like --prefix to install in a different location.
Use --help to list all available configuration options.
Dependecies vary with the chosen player:
ALSA libs are always required;
GTK+ 2.x required for Audacious and BMP;
GTK+ 1.x required for XMMS;
of course, headers and libraries that come with the chosen player are needed too.
Usage:
The first time the player is launched with AMIDI-Plug installed, it will try to auto-detect and use some ALSA sequencer ports; more specifically, it will search for those of the hardware wavetable synthesizer. Of course, these may not be available on some audio cards; so its a good idea to check (and modify if needed) the selected ports in the preferences dialog.
In the same dialog theres a mixer control selector. Since AMIDI-Plug sends the MIDI events directly to the ALSA sequencer ports, it doesnt use any effect or output plugin from the player. So the mixer control selected in the preferences dialog is used to tune the volume during playback.
Once these values are set, MIDI files can be picked and played just like any other file type. Playback is fully functional: play, stop, seek, pause, song information are available.
Enhancements:
- This release introduces a couple of new playback options: a transposer to play MIDI files in different keys, and a drum shifter to change percussion.
- It uses the Audacious VFS API to load files.
Download (0.36MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1075 downloads
DuMP3 0.2.16 Beta
DuMP3 (derived from Duplicate MP3) is a Java program to find any duplicate or similar file. more>>
DuMP3 (derived from Duplicate MP3) is a Java program to find any duplicate or similar file.
It finds files by calculating a fingerprint based on the image, audio or text data for each file and then comparing the fingerprints. The project does not compare filenames or even ID3 tags (even though plugin classes could be written that perform these operations). Calculated fingerprints can be stored in a MySQL database so that they do not have to be calculated again.
As an extra bonus DuMP3 will mark the files that can not be read or decoded correctly as corrupt or with a signature mismatch.
DuMP3 can find files that are not exact duplicates:
- Binary files are compared by SHA1 hash (configurable to any MD hash)
- Text files that were changed by addition or deletion (2 fingerprint algorithms available)
- Pictures in different formats, sizes and/or rotations (BMP, GIF, JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
- Audio files that were recorded at different bit rates or saved in different formats (AU, AIF, WAV, MP3, OGG)
- plugin fingerprint classes can be written for any file where inexact matching is needed (fonts, videos, etc)
Version restrictions:
- DuMP3 is subject to some Java limitations as well as some limitations in the libraries I have chosen.
<<lessIt finds files by calculating a fingerprint based on the image, audio or text data for each file and then comparing the fingerprints. The project does not compare filenames or even ID3 tags (even though plugin classes could be written that perform these operations). Calculated fingerprints can be stored in a MySQL database so that they do not have to be calculated again.
As an extra bonus DuMP3 will mark the files that can not be read or decoded correctly as corrupt or with a signature mismatch.
DuMP3 can find files that are not exact duplicates:
- Binary files are compared by SHA1 hash (configurable to any MD hash)
- Text files that were changed by addition or deletion (2 fingerprint algorithms available)
- Pictures in different formats, sizes and/or rotations (BMP, GIF, JPEG, JPEG2000, PNG, PNM, RAW, TIFF)
- Audio files that were recorded at different bit rates or saved in different formats (AU, AIF, WAV, MP3, OGG)
- plugin fingerprint classes can be written for any file where inexact matching is needed (fonts, videos, etc)
Version restrictions:
- DuMP3 is subject to some Java limitations as well as some limitations in the libraries I have chosen.
Download (MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
804 downloads
shim 1.1b
shim is a small shell based utility to display images in a variety of formats. more>>
shim is a small shell based utility to display images in a variety of formats. It has a few features, such as slideshow and fullscreen display.
The project needs the SDL and SDL_image libraries. Depending on your SDL_image library, it will support the following formats: PNG, LBM, JPEG, TIFF, GIF, PCX, TGA, BMP, PNM, XPM, and XCF.
Enhancements:
- A lot of functionality was added, such as zooming, rotating, and saving to a BMP file.
<<lessThe project needs the SDL and SDL_image libraries. Depending on your SDL_image library, it will support the following formats: PNG, LBM, JPEG, TIFF, GIF, PCX, TGA, BMP, PNM, XPM, and XCF.
Enhancements:
- A lot of functionality was added, such as zooming, rotating, and saving to a BMP file.
Download (0.020MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1007 downloads
Cpsed 0.4
Cpsed is an OpenGL 3D scene editor built with QT library. more>>
Cpsed is an OpenGL 3D scene editor built with QT library. It allows you to position, rotate and scale each of your 3d models. It features open/save/delete function. JPG/BMP/TGA textures are supported.
DFF Renderware 3d format is now suppported. The save file format is pure ascii with comma separated values.A simple camera allows to move the entire scene with mouse.
Enhancements:
- Cpsed window has a nice toolbar with pretty icons.
- It is possible to choose the insert point of the models when just loaded instead
- of the default position (0,0,0), to ease the models positioning into the scene when
- it becomes bigger and bigger.
- Undo/Redo ability.
- Camera position is saved with the scene and restored when the scene is loaded.
- Cpsed now allows to set a default camera viewpoint.
- When a model is deleted its name and id appear in the status bar.
- Ability to change the models loading path before saving the scene.
- The name of the current scene appears in the window title bar.
<<lessDFF Renderware 3d format is now suppported. The save file format is pure ascii with comma separated values.A simple camera allows to move the entire scene with mouse.
Enhancements:
- Cpsed window has a nice toolbar with pretty icons.
- It is possible to choose the insert point of the models when just loaded instead
- of the default position (0,0,0), to ease the models positioning into the scene when
- it becomes bigger and bigger.
- Undo/Redo ability.
- Camera position is saved with the scene and restored when the scene is loaded.
- Cpsed now allows to set a default camera viewpoint.
- When a model is deleted its name and id appear in the status bar.
- Ability to change the models loading path before saving the scene.
- The name of the current scene appears in the window title bar.
Download (0.30MB)
Added: 2005-05-30 License: GPL (GNU General Public License) Price:
1609 downloads
IMMS 3.0.2
Intelligent Multimedia Management System is an intelligent playlist framework. more>>
Intelligent Multimedia Management System is an intelligent playlist framework that tracks your listening patterns and dynamically adapts to your taste. It is incredibly unobtrusive and easy to use as it requires no direct user interaction. Plugins are currently available for XMMS and BMP.
Main features:
- IMMS is easy to install. It is purely a plugin - no XMMS patch required.
- A very lightweight embedded SQL database is used, so theres no need to setup a RDBMS.
- IMMS is easy to use. Song rating is done completely transparently to the user. It does not get in your way.
- IMMS does a much better job of shuffling than most players. It keeps track of when a song was last played, and makes sure same songs are not repeated too often. It is even able to recognise different versions of the same song (eg. remixes) and treat them as one song!
- IMMS uses a variety of techniques to figure out which songs should be played together, and which should not. It studies your listening habits, as well as using acoustic properties of the songs themselves, such as BPM and frequency spectrum.
- IMMS is fair. Even unfavoured songs have a (small) chance of being played.
It should a relatively easy to write IMMS plugins for new players, provided they have a sufficiently robust plugins interface.
You will need things like get_current_song, get_playlist_length, get_playlist_entry, and ideally (but not necessarily) some mechanism for specifying the next song. XMMS/BMP plugins should give you a good idea of what needs to be done.
<<lessMain features:
- IMMS is easy to install. It is purely a plugin - no XMMS patch required.
- A very lightweight embedded SQL database is used, so theres no need to setup a RDBMS.
- IMMS is easy to use. Song rating is done completely transparently to the user. It does not get in your way.
- IMMS does a much better job of shuffling than most players. It keeps track of when a song was last played, and makes sure same songs are not repeated too often. It is even able to recognise different versions of the same song (eg. remixes) and treat them as one song!
- IMMS uses a variety of techniques to figure out which songs should be played together, and which should not. It studies your listening habits, as well as using acoustic properties of the songs themselves, such as BPM and frequency spectrum.
- IMMS is fair. Even unfavoured songs have a (small) chance of being played.
It should a relatively easy to write IMMS plugins for new players, provided they have a sufficiently robust plugins interface.
You will need things like get_current_song, get_playlist_length, get_playlist_entry, and ideally (but not necessarily) some mechanism for specifying the next song. XMMS/BMP plugins should give you a good idea of what needs to be done.
Download (0.088MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1396 downloads
Beep Media Player 0.9.7.1
BMP Is a versatile and handy multi platform media player. more>>
BMP is a multimedia player that currently uses a skinned user interface based on Winamp 2.x skins.
The original project name was "beep". Then we discovered that another project of the same name existed, and extended it to "Beep Media Player" to distinguish the two.
This new name is of course cumbersome to type, so it was informally shortened to BMP (or sometimes BeepMP) for everyday usage. Along the way, somehow or another, some of the developers no longer recognize it as an acronym. There is still no official word on whether to drop the original form. But whatever happens, the name BMP is here to stay.
Milosz Derezynski started hacking on XMMS alone in the fall of 2003 and eventually made it compile against GTK+2. He went on to release it to the public under the name Beep and stirred up considerable interest among XMMS users who were eager to move their favourite application to GTK+2. From that moment on, the way was clear.
<<lessThe original project name was "beep". Then we discovered that another project of the same name existed, and extended it to "Beep Media Player" to distinguish the two.
This new name is of course cumbersome to type, so it was informally shortened to BMP (or sometimes BeepMP) for everyday usage. Along the way, somehow or another, some of the developers no longer recognize it as an acronym. There is still no official word on whether to drop the original form. But whatever happens, the name BMP is here to stay.
Milosz Derezynski started hacking on XMMS alone in the fall of 2003 and eventually made it compile against GTK+2. He went on to release it to the public under the name Beep and stirred up considerable interest among XMMS users who were eager to move their favourite application to GTK+2. From that moment on, the way was clear.
Download (1.9MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
550 downloads
Comix 3.6.4
Comix is a comic book viewer. more>>
Comix is a comic book viewer. It reads zip, rar, tar, tar.gz and tar.bz2 archives (often called .cbz, .cbr and .cbt) as well as normal image files. It is written in Python and has a simple user interface using pyGTK.
Comix is licensed under the GNU General Public License.
Main features:
- Fullscreen mode.
- Double page mode.
- Fit-to-screen mode.
- Zooming and scrolling.
- Rotation and mirroring.
- Changeable background colour.
- Changeable image scaling quality.
- Adjustable saturation and contrast.
- Can read right-to-left to fit manga etc.
- Caching for faster page flipping.
- Mouse wheel support.
- Bookmarks support.
- Hideable cursor.
- Customizable GUI.
- Archive comments support.
- Archive converter.
- Thumbnail browser.
- Translated to English, Swedish, Simplified Chinese and Spanish.
- Reads the JPEG, PNG, TIFF, GIF, BMP, ICO, XPM and XBM image formats.
- Reads ZIP and tar archives natively, and RAR archives through the unrar program.
- Runs on Linux, FreeBSD, NetBSD and virtually any other UNIX-like OS.
- More!
<<lessComix is licensed under the GNU General Public License.
Main features:
- Fullscreen mode.
- Double page mode.
- Fit-to-screen mode.
- Zooming and scrolling.
- Rotation and mirroring.
- Changeable background colour.
- Changeable image scaling quality.
- Adjustable saturation and contrast.
- Can read right-to-left to fit manga etc.
- Caching for faster page flipping.
- Mouse wheel support.
- Bookmarks support.
- Hideable cursor.
- Customizable GUI.
- Archive comments support.
- Archive converter.
- Thumbnail browser.
- Translated to English, Swedish, Simplified Chinese and Spanish.
- Reads the JPEG, PNG, TIFF, GIF, BMP, ICO, XPM and XBM image formats.
- Reads ZIP and tar archives natively, and RAR archives through the unrar program.
- Runs on Linux, FreeBSD, NetBSD and virtually any other UNIX-like OS.
- More!
Download (0.21MB)
Added: 2007-05-26 License: GPL (GNU General Public License) Price:
920 downloads
Potrace 1.8
Potrace project is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. more>>
The input is a bitmap (PBM, PGM, PPM, or BMP format), and the default output is an encapsulated PostScript file (EPS).
A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution.
Potrace can currently produce the following output formats: EPS, PostScript, PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easy antialiasing). Additional backends might be added in the future.
Mkbitmap is a program distributed with Potrace which can be used to pre-process the input for better tracing behavior on greyscale and color images.
Enhancements:
- This release contains minor bugfixes and portability improvements. Rotation is now implemented in the PDF backend.
<<lessA typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution.
Potrace can currently produce the following output formats: EPS, PostScript, PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easy antialiasing). Additional backends might be added in the future.
Mkbitmap is a program distributed with Potrace which can be used to pre-process the input for better tracing behavior on greyscale and color images.
Enhancements:
- This release contains minor bugfixes and portability improvements. Rotation is now implemented in the PDF backend.
Download (0.088MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
926 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 bmp 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