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

Graphic Novels software
Filter: All | Freeware | Demo
 

Graphic Novels

< 1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 999

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.388

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.191

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.184

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

Added: January 25, 2010 | Visits: 1.059

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 (111): Troi Graphic Plug-in Download

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

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 (109): Graphic Drivers For Windows XP Utility Download

Added: August 12, 2008 | Visits: 1.140

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 (109): Amazing Graphic Ediotor Download

Added: March 04, 2010 | Visits: 1.372

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 (108): g3d Graphic Tools Download

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

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: 1.000

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 21, 2010 | Visits: 832

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.351

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.322

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: 1.001

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

Added: January 10, 2010 | Visits: 1.101

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.123

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: July 07, 2010 | Visits: 700

GuiJPEG2PS GuiJPEG2PS project is a free multiplatform graphic frontend for jpeg2ps. GuiJPEG2PS does not include jpeg2ps, it contemplates only sending commands that should be written from command line. All the images (jpeg, jpg, jpe) are going to be converted with the same options..


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): GuiJPEG2PS Download

Added: April 12, 2010 | Visits: 967

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.882

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

Added: June 03, 2010 | Visits: 1.027

Tess Tess is a C++ library that helps automate final assembly of tedious graphic design tasks (e.g. from photoshop or gimp), such as conjuring piles of web page-specific navigation features. The project can composite an arbitrary stack of RGBA images, draw antialiased TrueType text (via FreeType),...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (99): Tess Download

< 1 2 3 4 5 >