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

Graphic Accelerators software
Filter: All | Freeware | Demo
 

Graphic Accelerators

< 1 2 3 4 5 > 
Added: February 18, 2010 | Visits: 853

JyConsole JyConsole is an advanced Java graphic console for Jython, able to manipulate Jython and Java objects. JyConsole is fully written in Java and based on the Jython library and modules. JyConsole project answers several requirements of modern consoles, such as command history, completion, easy...



Platforms: *nix

License: Freeware Size: 2.2 MB Download (115): JyConsole Download

Added: June 01, 2010 | Visits: 1.174

jPicEdt jPicEdt is a multi-platform vector-based graphic editor for LaTeX and related packages, including eepic and PsTricks. The LaTeX picture environment is a special environment for inserting simple drawing commands into a LaTeX file. This environment was obviously not intented to replace more...





Platforms: *nix

License: Freeware Size: 5.3 MB Download (114): jPicEdt Download

Added: January 21, 2010 | Visits: 995

pstoedit pstoedit program converts Postscript and PDF files to other vector graphic formats so that they can be edited graphically. Supported Formats Currently pstoedit can generate the following major formats: - Tgif .obj format (for tgif version >= 3) - .fig format for xfig - pdf - Adobes...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (113): pstoedit Download

Added: March 06, 2010 | Visits: 1.382

CAM::PDF::Renderer::Dump CAM::PDF::Renderer::Dump can print the graphic state of each node. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); $contentTree->render("CAM::PDF::Renderer::Dump"); This class is used to print to STDOUT the coordinates of each...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (112): CAM::PDF::Renderer::Dump Download

Added: July 06, 2010 | Visits: 1.186

nVidia Linux Display Driver IA32 nVidia Linux Display Driver is the OpenGL nVidia support for graphic cards on Linux operating systems. Installation: Type "sh NVIDIA-Linux-x86-100.14.09-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config file. Whats New in This...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 14.6 MB Download (112): nVidia Linux Display Driver IA32 Download

Added: July 23, 2010 | Visits: 1.180

nVidia FreeBSD Display Driver x86 1.0-9742 nVidia FreeBSD Display Driver is the OpenGL nVidia support for graphic cards on FreeBSD operating systems. Whats New in This Release: - Adds support for GeForce 8800 GTX and GeForce 8800 GTS GPUs.. NVIDIA Gelato rendering software allows anyone with an NVIDIA graphics processing unit (GPU) to...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.6 MB Download (111): nVidia FreeBSD Display Driver x86 1.0-9742 Download

Released: April 09, 2011  |  Added: April 13, 2011 | Visits: 1.156

Urban Graphic Urban Graphic creates a limited flat-colour effect by automatically reducing the amount of colours in your photo. Ideal for producing traditional screen-printed style poster illustrations, pop art pictures, cartoon effects, or even graffiti style artwork. The slider settings allow for...


Platforms: Windows

License: Demo Cost: $7.95 USD Size: 2.74 MB Download (108): Urban Graphic Download

Added: February 06, 2010 | Visits: 996

GFL::Image GFL::Image is an OO interface to P-e Gougelets Graphic File Library. SYNOPSIS use GFL::Image; my $im = GFL::Image-> new; $im -> load("test.png"); $im -> set( output => "jpeg", undolevel => 5 ); $im -> resize (320, 200); $im -> filter( maximum => 3, mediancross => 7 ); $im -> undo;...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (108): GFL::Image Download

Added: March 04, 2010 | Visits: 1.368

g3d Graphic Tools g3d Graphic Tools project consists of a XML file format and generic development tools for games. The problem is that often as a games developer you need to work with many 3d editing tools and rendering engines, and there should be an easy and portable way to move objects, levels, etc. around....


Platforms: *nix

License: Freeware Size: 2.3 MB Download (107): g3d Graphic Tools Download

Added: January 25, 2010 | Visits: 1.058

Troi Graphic Plug-in Troi Graphic Plug-in is a FileMaker Pro plug-in, which adds Graphics functions to FileMaker Pro 4.0 or higher. With it you can create container fields in any RGB (red, green,blue combination) color you want, do a screen shot capture and make small thumbnail images of (large) images in the...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 330 KB Download (107): Troi Graphic Plug-in Download

Added: March 21, 2010 | Visits: 829

HTML::TableTiler HTML::TableTiler can easily generates complex graphic styled HTML tables. HTML::TableTiler uses a minimum HTML table as a tile to generate a complete HTML table from a bidimensional array of data. It can easily produce simple or complex graphic styled tables with minimum effort and maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (106): HTML::TableTiler Download

Added: February 09, 2010 | Visits: 1.348

CAM::PDF::GS::NoText CAM::PDF::GS::NoText is a PDF graphic state. SYNOPSIS use CAM::PDF; my $pdf = CAM::PDF->new($filename); my $contentTree = $pdf->getPageContentTree(4); my $gs = $contentTree->computeGS(1); This class is used to represent the graphic state at a point in the rendering flow of a PDF page....


Platforms: *nix

License: Freeware Size: 737.28 KB Download (104): CAM::PDF::GS::NoText Download

Added: January 08, 2010 | Visits: 1.319

Enfle Enfle is a simple and fast graphic viewer/sound player/movie player. It doesnt have a GUI interface. Enfle project supports these file types: BMP, GIF, PCX, PNG, PNM, JPEG, XBM, JPEG2000, XPM, animated GIF, MNG MPEG (mpeg1, mpeg2), AVI, Ogg, ogm, Vorbis, ASF, and WMV (codecs supported by...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (104): Enfle Download

Added: March 19, 2010 | Visits: 999

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Released: December 03, 2011  |  Added: December 29, 2011 | Visits: 1.302

Graphic Drivers For Windows XP Utility Get official Graphic Drivers for your Windows XP system. Graphic Drivers For Windows XP Utility scans your computer for missing, corrupt, and outdated graphic drivers and automatically updates them to the latest, most compatible version. Graphic Drivers For Windows XP Utility saves you time...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.44 MB Download (103): Graphic Drivers For Windows XP Utility Download

Added: August 12, 2008 | Visits: 1.136

Amazing Graphic Ediotor Amazing Graphic Editor is a powerful and easy-to-use graphic editor and graphic converter.



License: Shareware Cost: $29.95 USD Size: 1.98 KB Download (103): Amazing Graphic Ediotor Download

Added: January 10, 2010 | Visits: 1.097

eq2png eq2png is a simple Perl script to make it painless to produce Portable Network Graphic (PNG) images for OpenOffice Impress presentations (or for any other purpose I cant imagine). Suppose you had a LaTeX snippet in a file named example-equation.tex: To produce the PNG image of this with black...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (102): eq2png Download

Added: April 24, 2010 | Visits: 1.119

nVidia Linux Display Driver AMD64/EM64T nVidia Linux Display Driver is the OpenGL nVidia support for graphic cards on Linux operating systems. Installation: Type "sh NVIDIA-Linux-x86-100.14.09-pkg1.run" to install the driver. NVIDIA now provides a utility to assist you with configuration of your X config file. Whats New in This...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 11.3 MB Download (101): nVidia Linux Display Driver AMD64/EM64T Download

Added: April 12, 2010 | Visits: 965

Tk::Mirror Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. SYNOPSIS # in the simplest kind and manner use Tk::Mirror; use Tk; my $mw->MainWindow->new(); $mw->Mirror()->grid(); MainLoop(); # in a detailed kind use Tk; use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Tk::Mirror Download

Released: September 08, 2008  |  Added: September 16, 2008 | Visits: 1.877

4th of July Web Elements 4th of July day themed graphic images and web elements, including HTML web templates with a patriotic theme, stock photos of all types of 4th of July celebrations. Great collection for patriotic related businesses and July 4th celebrations. A fantastic collection of all web elements needed to...


Platforms: Windows, Mac

License: Demo Cost: $59.95 USD Size: 344.2 KB Download (99): 4th of July Web Elements Download

< 1 2 3 4 5 >