| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Graphics::ColorPicker 0.10 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 = script_name; $html_text=frames($websafe); $html_text = msie_frame; $html_text=picker($darkimg,$liteimg,$size,$bsize,greyimg); $html_text=no_picker; $html_text=cp216_ds($clrdot,$border,$square) $javascript_text = jslib; $html=make_buttons(%look_n_feel,$url,$active,@buttons,$xtra); $html_text=pluck($color); |
||||||||||||||
| 2 | Graphics Organizer99 8.0 |
windows | Graphic Apps->Viewers | Free |
View Detail
|
|||||||||
Graphics Organizer99 is is a graphics utility that enables you to quickly maneuver through large numbers of graphics. You can add and remove file types or create special directories that are associated with a function key. When you click the function key, the current file is moved or copied to the pre-selected directory. Graphics Organizer99 features: Make Directories; Print a picture or a list of files; Rename, Move, Copy, and Delete a selected file; Run a slide show; Show a file full screen; Set and store a favorite directory; Use function keys to quickly move of copy files to pre-selected directories; Set a password; Set Custom file types. jpg, gif, and bmp are included; And use a help function. |
||||||||||||||
| 3 | PCT Graphics 1.0 |
pda | HOBBIES->Entertainment | FREE |
View Detail
|
|||||||||
This Program is the Tester program for Palm Continuum Graphics. When you install the program and open it, you will find a page with every bitmap on it. If you cannot see any of the Graphics then send an email to smartcookie2002@hotmail.com with your Palm Model, if it is colour or not and where there was no bitmap. ie. M130, colour , 8 across 4 down, This will be a great help to CGI as we need to know if the graphics we have created are ok for all models of Palm. Anyone sending us a email report on this graphics will recieve Palm Continuum Package and Online Help for Palm Continuum free of charge. |
||||||||||||||
| 4 | MySpace Graphics 1.0 |
windows | Utilities->Optimize Utilities | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | iFind Graphics 1.5 |
windows | Network Internet->Web Searching Tools | Free |
View Detail
|
|||||||||
Designed to help you easily find, view, extract, print and save images available on the Internet. Whether looking for a cute puppy for a web page or more Buffy photos, iFind Graphics searches over 25 million images from the most popular image search sites such as Lycos, Yahoo, AltaVista and Arribavista and displays the results in a thumbnail gallery. You can view the downloaded images at theirregular size in the iFind Graphics Viewer or your default Internet Browser and then print them or save them to your PC. A link to the image source page is also available. |
||||||||||||||
| 6 | Graphics::ColorUtils 0.17 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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, $b ) = cmy2rgb( $c, $m, $y ); $hex_string = cmy2rgb( $c, $m, $y ); ( $h, $l, $s ) = rgb2hls( $r, $g, $b ); ( $r, $g, $b ) = hls2rgb( $h, $l, $s ); $hex_string = hls2rgb( $h, $l, $s ); ( $h, $s, $v ) = rgb2hsv( $r, $g, $b ); ( $r, $g, $b ) = hsv2rgb( $h, $s, $v ); $hex_string = hsv2rgb( $h, $s, $v ); # ----- use Graphics::ColorUtils qw( :gradients ); ( $r, $g, $b ) = grad2rgb( $name, $f ); # where 0.0 colorAllocate( hsv2rgb( 270, 0.5, 0.3 ) );.) Features: Color Space Conversions Color space conversions, in particular between the "intuitive" color spaces HSV (Hue/Saturation/Value) and HLS (Hue/Lightness/Saturation) to and from RGB (Red/Green/Blue). Color Lookup Color lookup by name for three standard sets of colors: WWW/CSS, SVG, and X11. Color Gradients Management of color gradients, which can be indexed by a floating point number in the range 0..1. (Mostly intended for false-color data visualization.) |
||||||||||||||
| 7 | Vinny Graphics 2.02 |
windows | Graphic Apps->Other | $10 |
View Detail
|
|||||||||
Vinny Graphics is developed as a novel graphing and data analysis program for science and engineering students. It is easy to use and accepts and exports data through a variety of sources. The intuitive Windows interface helps produce multi-parameter design or test data graphs and perform simple math operations on groups of cells. Analyze and graph up to 21 independent data sets with Windows 95/98/ME/NT/XP or up to 12 sets in Windows 3.1x. Each set may have up to 10,000 X,Y pairs. Results are displayed graphically as changes are made. Regression curve fits are 1st to 5th order polynomial, power, exponential, or log. The graphs allow total freedom in setting up scales and grids. Log scales with up to 20 cycles for each axis are available. |
||||||||||||||
| 8 | Vinny Graphics 2.00 |
windows | Home Education->Science | $10.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 9 | Vinny Graphics 2.03 |
windows | Home Education->Science | $10.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 10 | fid-graphics 0.2 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
fid-graphics project is a simple toolkit for the Frigand Imperial Desktop. It is probably the easiest toolkit to write a display engine for, but it does not support any widgets. Whats New in This Release: · src/Desktop/Fid/Window.lhs (displayWaitRedisplay): New function. · (requestRedisplay): Tidy up. · src/Desktop/Fid/Main.lhs (data WinCapLine): New type. · (data WindowType): Use it. · (&&*, ||*, isnt, haveEnvVar, haveOpt): Deleted. · (lookupFeature, lookupProtocol, lookupKeywords): New functions. · (windowTypes): Use WindowCapLine. · (forkProcess): Unused; deleted. · (data FidOpt): Unused; deleted. · (fidMain): Dont consider forking. · Only call getOpt to sort out verbose options. · src/Desktop/Fid/Control.lhs (PrimKey): New type. · (instance Eq PrimKey, instance Ord PrimKey) · (instance Show PrimKey, instance Arbitrary PrimKey): Instances for t. · (data Key): Use it. · (charKey, control, keyToChar): Do the right thing with PrimKey. · (symbolKey): New function. · (instance Arbitrary Key): Use instance Arbitrary PrimKey. · (instance Arbitrary Char): New Instance. |
||||||||||||||
| 11 | Graphics Editor (QBasic) 1.0 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
| 12 | Graphics4VO Graphics DLL 5.10 |
windows | Software Development->Active X | $130.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 13 | CorelDRAW Graphics Suite 12 12 |
windows | Graphic Apps->Editors | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | Text::Graphics 1.0001 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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 for email and fax, and so on. SYNOPSIS use Text::Graphics; my $text = "A text graphics rendering toolkit.n"; my $page = Text::Graphics::Page->new( 20, 10); my $panel0 = Text::Graphics::BorderedPanel->new( 20, 10); my $panel1 = Text::Graphics::FilledBorderedTextPanel->new($text x 3, 25, 12); $panel0->setBackground("#"); $panel1->setBackground(" "); $page->add($panel0); $page->add($panel1, 5, 2); $page->render(); +-------------------+ |###################| |####+--------------+ |####|A text graphic| |####|rendering tool| |####|text graphics | |####|toolkit. A tex| |####|graphics rende| |####|toolkit. | |####| | +----+--------------+ |
||||||||||||||
| 15 | SciMark Graphics 2008.05.26 |
windows | Utilities->Other Tools | $19 |
View Detail
|
|||||||||
SciMark Graphics is a software pack which can measure the ability of GPU within certain environments. |
||||||||||||||
| 16 | Graphics Viewer 1.1 |
windows | Graphic Apps->Viewers | $6 |
View Detail
|
|||||||||
Graphics Viewer is a .bmp and .jpg graphics viewer and slideshow application. Program allows viewing of programs in full screen mode and can also display pictures as a slideshow with a user defined delay between picture changes. |
||||||||||||||
| 17 | CorelDRAW Graphics Suite X3 X3 |
windows | Graphic Apps->Animated GIF Editors | $399.00 |
View Detail
|
|||||||||
CorelDRAW Graphics Suite X3 simplifies the design process for projects of any scale, from logo creation and Web graphics to multipage marketing brochures and eye-catching signs. With powerful bitmap-to-vector tracing, helpful new learning tools, and enhanced illustration, page layout, and photo editing features, CorelDRAW Graphics Suite X3 delivers a combination of superior design capabilities, speed, ease of use, and affordability. |
||||||||||||||
| 18 | Vehicle Graphics 1.0 |
windows | Home Shell Desktop->Vehicle Screen Savers | Free |
View Detail
|
|||||||||
Vehicle graphics can make a good screen saver for your PC. Interesting decals attract attention of other drivers, and your vehicle looks much better... even on your desktop. Thats why motoring enthusiasts like to use them as a screen saver. Spending money on vehicle graphics makes sense, as youll no doubt realize a better resale value, and meantime, enjoy driving an attractively looking car.... Vehicle Graphics v1.0 release is New Release. |
||||||||||||||
| 19 | CorelDRAW Graphics Suite X4 14 |
windows | Graphic Apps->Illustration | $399.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 20 | CorelDRAW Graphics Suite X3 |
windows | Graphic Apps->Editors | $399.00 |
View Detail
|
|||||||||
Transform ideas into professional results with CorelDRAW Graphics Suite X3!coreldraw11 With this comprehensive graphics suite, you can confidently tackle a wide variety of projects - from logo creation and Web graphics, to multi-page marketing brochures, or eye-catching signs. From new bitmap-to-vector tracing in Corel PowerTRACE, new photo-editing features in PHOTO-PAINT, new suite-wide learning tools, and enhancements in illustration and page layout, this suite combines design capabilities, ease-of-use, and affordability that cannot be matched by any other graphics software. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
- coreldraw graphics suite x3
- graphicscolorpicker
- graphicscolorutils
- vehicle graphics
- textgraphics
- fidgraphics
- graphics
- corel draw 11 download
- coral draw software
- corel office suite
- corel draw 12
- corel draw 11
- search for...
- screen savers
- photo editing
