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 49.595.937 Times

Eps Graphics software
Filter: All | Freeware | Demo
 

Eps Graphics

< 1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.410

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...



Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: April 03, 2010 | Visits: 1.153

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the...





Platforms: *nix

License: Freeware Size: 4.7 MB Download (89): Bio::Graphics::Glyph::cds Download

Added: January 06, 2010 | Visits: 1.218

Bio::Graphics::Panel 1.5.2_005 Bio::Graphics::Panel is a Perl module to generate GD images of Bio::Seq objects. SYNOPSIS # This script parses a GenBank or EMBL file named on the command # line and produces a PNG rendering of it. Call it like this: # render.pl my_file.embl | display - use strict; use Bio::Graphics;...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Bio::Graphics::Panel 1.5.2_005 Download

Added: April 24, 2010 | Visits: 1.198

Bio::Graphics::Feature Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. SYNOPSIS use Bio::Graphics::Feature; # create a simple feature with no internal structure $f = Bio::Graphics::Feature->new(-start => 1000, -stop => 2000, -type => transcript, -name => alpha-1...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (94): Bio::Graphics::Feature Download

Added: July 15, 2010 | Visits: 1.076

Bio::Graphics::Glyph::minmax Bio::Graphics::Glyph::minmax is the minmax glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph is the common base class for Bio::Graphics::Glyph::graded_segments and Bio::Graphics::Glyph::xyplot. It adds an internal method named minmax() for calculating...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (110): Bio::Graphics::Glyph::minmax Download

Added: October 26, 2010 | Visits: 1.187

Bio::Graphics::FeatureFile Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file. SYNOPSIS use Bio::Graphics::FeatureFile; my $data = Bio::Graphics::FeatureFile->new(-file => features.txt); # create a new panel and render contents of the file onto it my $panel = $data->new_panel; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (93): Bio::Graphics::FeatureFile Download

Added: September 19, 2010 | Visits: 1.001

Graphics Muse Tools The Graphics Muse Tools are a collection of plug-ins and scripts for use with GIMP. The package now includes a set of C plugins (GFXArrows, GFXCards, GFXTrans, GFXLayers, GFXMerge, and GFXShapes) and a set of Perl scripts (GFXDodge, GFXGallery, GFXLayerSave, and GFXLayerOffsets)..


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1.4 MB Download (125): Graphics Muse Tools Download

Added: January 25, 2010 | Visits: 1.088

Graphics::ColorPicker Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. SYNOPSIS use Graphics::ColorPicker; or require Graphics::ColorPicker; make_page($path_to_images); send_page($html_txt,$type); $time_string = http_date($time); $name =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (95): Graphics::ColorPicker Download

Added: January 12, 2010 | Visits: 956

Graphics::ColorUtils Graphics::ColorUtils Perl module is an easy-to-use color space conversions and more. SYNOPSIS use Graphics::ColorUtils; ( $y, $i, $q ) = rgb2yiq( $r, $g, $b ); ( $r, $g, $b ) = yiq2rgb( $y, $i, $q ); $hex_string = yiq2rgb( $y, $i, $q ); ( $c, $m, $y ) = rgb2cmy( $r, $g, $b ); ( $r, $g,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (100): Graphics::ColorUtils Download

Added: July 17, 2010 | Visits: 1.284

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


Platforms: *nix

License: Freeware Size: 90.11 KB Download (121): Potrace Download

Added: May 21, 2010 | Visits: 1.189

Text::Graphics Text::Graphics is a text graphics rendering toolkit. This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Text::Graphics Download

Added: March 24, 2010 | Visits: 1.316

GD Graphics Library Gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (155): GD Graphics Library Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 1.626

PDL::Graphics::TriD PDL::Graphics::TriD is a PDL 3D interface. SYNOPSIS use PDL::Graphics::TriD; # After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); # $colors = (3,n,...) line3d([$x,$y,$z]);...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (102): PDL::Graphics::TriD Download

Added: April 12, 2010 | Visits: 752

Graphics::Simple Graphics::Simple is a simple , device-independent graphics API for Perl. SYNOPSIS use Graphics::Simple; line 100,100,200,200; circle 50,50,25; stop(); clear(); # Wait for a button press, clear the page Ever had a Commodore C-64 or Vic-20 or some other of the machines of that era? Where...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Graphics::Simple Download

Added: October 25, 2010 | Visits: 1.089

GLE GLE is a graphics language that produces postscript, EPS, PDF, PNG, or JPG ouput from a simple script file. The GLE scripting language is full featured with variables, subroutines, logic control, looping, and graphing tools. GLE project is great for plotting and charting data. GLE can create...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (90): GLE Download

Released: June 20, 2011  |  Added: July 13, 2011 | Visits: 1.331

Graphics Converter Pro 2009 Graphics Converter Pro is a powerful batch graphics converter and picture viewer. Graphics Converter Pro can import more than 500 graphic file formats, including BMP; DIB; EMF; GIF; ICB; ICO; JPG; PDF; PBM; PCD; PCX; PGM; PNG; PPM; PSD; PSP; RLE; SGI; TGA; TIF; TIFF; VDA; VST; WBMP; WMF; VST;...


Platforms: Windows, Windows Vista

License: Shareware Cost: $59.95 USD Size: 16.28 MB Download (143): Graphics Converter Pro 2009 Download

Released: September 20, 2013  |  Added: November 11, 2013 | Visits: 1.161

PDF Converter for Windows Convert Adobe PDF files of all versions to other file formats with rich settings. The target formats include Plain Text File (TXT), Windows Bitmap (BMP), Portable Network Graphics (PNG), JPEG Format (JPG), GIF Format (GIF), Encapsulated PostScript (EPS), Windows Meta File (WMF), Enhanced Meta...


Platforms: Windows 8, Windows 7

License: Shareware Cost: $69.00 USD Size: 2.09 MB Download (117): PDF Converter for Windows Download

Released: September 15, 2011  |  Added: September 15, 2011 | Visits: 1.183

AFP2PS Transform Server AFP2PS Transform Server enables users to batch convert AFP documents IBM MO:DCA (AFP, IOCA and PTOCA) to PS (PostScript) and EPS (Encapsulated PostScript) via hot folder. Unlike other software solutions simply rasterizing the AFP document to full-page images, AFP2PS Transform Server maintains all...


Platforms: Windows

License: Shareware Cost: $1200.00 USD Size: 2.16 MB Download (551): AFP2PS Transform Server Download

Released: February 22, 2012  |  Added: March 10, 2012 | Visits: 2.062

Graphics Converter Pro 2011 Graphics Converter is an easy-to-use and powerful batch graphic converter and image processing software. Supports more than 500 graphic formats, including JPG, JPEG2000, PNG, GIF, EMF, TIF, PDF and more. Graphics Converter Pro 2011 for vector supports 22 vector formats, including CGM, DGN, DWF,...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 15.71 MB Download (99): Graphics Converter Pro 2011 Download

Released: June 25, 2012  |  Added: July 24, 2012 | Visits: 3.045

PDF Converter for Windows 8 Convert Adobe PDF files of all versions to other file formats with rich settings. The target formats include Plain Text File (TXT), Windows Bitmap (BMP), Portable Network Graphics (PNG), JPEG Format (JPG), GIF Format (GIF), Encapsulated PostScript (EPS), Windows Meta File (WMF), Enhanced Meta...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 1.82 MB Download (85): PDF Converter for Windows 8 Download

< 1 2 3 4 5 >