 |
|
 |
 |
 |
| Components > Graphics > Packs |
|
Companies News:
| BoxedApp - application virtualization in developer hands! |  |
- Use ActiveXs without real registration in system registry
- Load DLLs directly from memory
- Create processes from memory directly
- Hide out any dependencies (DLLs, Activex, 3rd party components and so on)!
- Create portable applications
- No admin rights required, no temporary files, no additional drivers
- Samples
for Delphi, Builder C++, VC++, C#, VB.Net, VB6
- Both x86 and x64 are supported
- Hook functions like Detours does
- Launching .NET Applications From Memory
- Create EXE without dependencies -- just put all files (DLLs, ActiveXs) into a single EXE
- You can even pack .NET Runtime!
- Flexible virtual file system.
Download
demo version right now!
|
| | Want to know more ? | |
|
GR32_Lines GR32_Text and GR32_Objects v.3.9 | FWS |
1276 k |
18 Jun 2010 |
By Angus Johnson. Extends the excellent Delphi graphics package Graphics32, making it much easier to draw lines and shapes with that code library. Also included with the GR32_lines unit is the GR32_Text unit which make drawing text in Graphics32 much simpler (to use this unit the Graphics32 1.8.3 library or higher must also be installed). Fully functional Source: Included
| | Download: D2009 D5 D6 D7 |
 |
|
|
VectorControl v.1.01 | SW |
1472 k |
08 Apr 2010 |
| By Lightweight Graphics Software. VectorControl is an ActiveX control(dll) for 2D vector graphics application development.
It includes a simple and easy to use vector editor designed as a standard property page.
Can be used for creating simple animations, SCADA systems,networking,technical drawings and diagrams.
VectorControl ActiveX supports most popular development platforms including VB, VC++,Delphi,C++Builder etc.
- Graphics editor integrated into IDE.
- Automatically saves drawing to a form resource file.
- Serialize/deserialize objects to/from disk file or data buffer.
- Filling text and Shapes with linear and path gradients.
- Transparent lines and fills, antialiasing.
- Open and closed curves and paths.
- Group objects.
- Compound paths for creating 3D like shapes.
- Mouse Events.
- Rotated text and shapes, zooming.
- Unique identifiers for graphic objects.
- Printing.
- Includes samples for Visual Basic, Visual C++, C++Builder and Delphi.
Partially restricted Source: None Price: $149 Exe-Demo Included
| | Download: CB3 CB4 CB5 CB6 D3 D4 D5 D6 D7 |
  |
|
|
DXScene v.3.90 | SW |
10549 - 11711 k |
NEW 21 Aug 2010 |
By KS Development. DXScene is 3D hardware accelerated graphics library Delphi/C++ Builder/Lazarus.
- Hardware accelerated graphics on Windows, Mac OS X and Linux
- 3D and 2D graphical editor integrated in IDE
- Powerful 3D layer containing items such as Cube, Sphere, Cone, Plane, Mesh, free Camera and Lights
- Mesh object have WPF mesh data format, DXScene have advanced import tool which support: GLSM, WRL, TIN, STL, SMD, Q3BSP, BSP, PLY, OCT, OBJ, OBJF, NURBS, NMF, MS3D, MDC, MD2, LWO, GTS, GLM, GLX, GLA, B3D, MD5MESH, MD5ANIM, MD3, 3DS, PRJ file formats
- Powerful 2D vector engine like Adobe Flash or Microsoft WPF includes high quality shapes and controls like window, label, button, checkbox, textbox and more
- Advanced GUI engine - window, button, textbox, numberbox, memo, anglebox, list box and much much more
- Advanced skinning engine based on vector graphics styles. Cool exists styles - Dark, Modern, Vista.
- DXScene can be used to create hardware accelerated 2D applications with cool animation like CoverFlow, layer and more
- Easy to use time-based animation and transition effects
- Layered windows, Jpeg, Png, Tiff and Gif format read/write support, fast thumbnail creation
- Realtime mode for games and realtime simulations
- DXScene can be used as development tools for SCADA, GIS, CAD and KIOSK applications
- DB-Aware controls - TvxDBNavigator, TvxDBLabel, TvxDBTextBox and more
- Physics simulation using Newton Game Dynamics
- Cross-platform solution available on Microsoft Windows, Apple Mac OS X and Linux.
Trial (work while IDE is running) Source: On purchase/registration Price: $99
| | Download: C2k10 C2k7 C2k9 D2006 D2007 D2009 D2010 D6 D7 |
   |
|
|
Image Editor Suite v.1.12 | SW |
969 k |
01 Dec 2009 |
| By Greatis Software. Image Editor is a suite of visual and non-visual components which allows to create any common and specialized image editors in Delphi and C++ Builder applications. Image Editor is a pure VCL/WinAPI solution, so no external DLLs are required.
The main idea of Image Editor Suite is to split image displaying and zooming in visual part from drawing tools which are realized in separated non-visual components.
Image Editor Suite contains 5 components:
- TImageEditor - visual component that displays, zooms and scrolls image. It receives all user input and translates it into drawers' methods calls.
- TColorToolbar - visual component that can be connected with TImageEditor to choose foreground and background color. Color palette presented as collection property that can be edited at desing time and at runtime, saved to file and loaded from file. There are methods which can add standard color sets, like VGA palette, gray scales, etc.
- TSimpleDrawer - non-visual drawer component. Has no own functionality and just fires event from each method. Use it for creating simple drawing functionality. It is used as ancestor for any drawer components also.
- TStandardDrawer - full-functional drawer component. Supports all you need in graphic editor - dropper, eraser, pencil, polyline, brush, spray, fill, empty and filled shapes, text and, of course, selection and clip operations. It can be used as good example of creating drawer components.
- TPluginDrawer - drawer component that allows to use drawing functionality realized in the external DLL. Plugin DLL can be connected at design time and at runtime with easy. DLL template included into Image Editor Suite.
Trial (work while IDE is running) Source: On purchase/registration Price: $159
| | Download: CB4 CB5 CB6 D2005 D2006 D2007 D2009 D2010 D3 D4 D5 D6 D7 |
  |
|
|
IGDIPlus v.3.0 | FWS |
6716 k |
14 May 2010 |
| By Boian Mitov. Interface based Delphi friendly GDI+ implementation.
Features:
- All GDI+ objects are accessed trough interfaces, with automatic release of resources.
- All data types are either Delphi objects, records or arrays.
- Most class member functions return pointer to the class allowing the next function to be called in the same line, thus simplifying the code.
- All callbacks are wrapped into events.
- The library directly integrates with TCanvas, TBitmap, and TIcon.
- Whenever classes have similar functionality they expose common interface for code reusability.
- All errors are handled trough exceptions for simplified error handling, and code reduction.
- The library also adds a number of functions missing in GDI+ such as rounded rectangles, and combined Pen and Brush drawing functions.
- All functions using pointers in C++ are redesigned to accept or return Delphi arrays.
Fully functional Source: Included Exe-Demo Included
| | Download: C2k10 C2k6 C2k7 C2k9 CB5 CB6 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 |
  |
|
|
BlockEngine v.4.01 | SW |
2719 k |
04 Feb 2009 |
By KS Development. BlockEngine is a set of components for creating professional-looking vector graphics. BlockEngine can be used to create business diagrams, presentations, organization and workflow charts, software and process flowcharts, database structures and much much more. Using BlockEngine you can easy to add Microsoft Visio like editor to your application. BlockEngine use next generation GDI+ graphics.
- Visio like editor
- Antialised 2D vector graphics
- Alpha channel support
- Free rotation support
- Shape grouping support
- Very easy to use shape connection
- Show and snap to grid support
- Good blocks collection
- Rulers on different unit
- Print preview component
- Document can store in binary file, text file and stream
Trial (work while IDE is running) Source: On purchase/registration Price: $49 Source Price: $49
| | Download: CB2k6 CB2k7 CB2k9 CB4 CB5 CB6 D2005 D2006 D2007 D2009 D6 D7 |
 |
|
|
CrossGL SDK v.1.00 Beta | SW |
11695 k |
02 Feb 2009 |
By MicroInvention spol.s r.o.. CrossGL is shared source, cross-platform, immediate-mode, high-fidelity, Vector & Raster graphics imaging library. Its central feature comprises of comprehensive, well documented and easy to use API providing robust all-in-one solution to many underlying industry-proven technologies. Its another aspect is portability. CrossGL runs seamlessly across different platforms such as operating systems, programming languages and application frameworks, providing single interface on all targets to achieve the same graphical output. CrossGL produces in software high-quality anti-aliased 2D graphics with subpixel accuracy (high-precision) covering the whole range of utilization domains such as business graphics, web graphics, DTP, cartography, printing, user interface graphics, server-side rendering and many more. CrossGL supports I18N and can be used for L10N. Implemented is a strong support for Unicode, but other encodings can be used and implemented as well. Evaluation (time-limit) Source: On purchase/registration Price: $499
| | Download: D2005 D2006 D2007 D2009 |
  |
|
|
AggPas v.2.3 rm2 | FWS |
1204 k |
26 May 2007 |
| By Milan Marusinec. AggPas is Open Source and free of charge 2D vector graphics library. It is an Object Pascal native port of the Anti-Grain Geometry library - AGG, originally written by Maxim Shemanarev in C++.
AggPas doesn't depend on any graphic API or technology. Basically, you can think of AggPas as of a rendering engine that produces pixel images in memory from some vectorial data.
With AggPas you can perform many vector graphics tasks like drawing all geometric primitives, bsplines, bezier curves, gradients, affine transformations, gamma correction, gouraud shadings, perspective transformation, font rendering, polygon clipping, svg rendering and many more in antialiased quality with subpixel rendering precision. Fully functional Source: Included
| | Download: D2005 D2006 D2007 D4 D5 D6 D7 |
 |
|
|
Vampyre Imaging Library v.0.26.4 | FWS |
13338 k |
18 Oct 2009 |
| By Marek Mauder. Imaging is native Object Pascal (Delphi and FPC) image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries.
New in 0.26.4:
- APNG support
- Arbitrary angle image rotations
- New canvas methods
- Delphi 2010, Lazarus 0.9.28, and Mac OS X (Intel) support
Imaging Library Features:
- Native Object Pascal crossplatform library with no dependencies
on any dynamically linked libraries or other platform specific binaries.
Supported platforms are:
Windows, Linux, FreeBSD, Mac OS X, x86/AMD64.
- Loading and saving of these image file formats:
BMP, JPEG, PNG/APNG, GIF, DDS, TGA, MNG, JNG, JPEG2000, TIFF, PSD, PBM,
PGM, PPM, PAM, PFM, PCX, XPM, and more.
- Many internal image data formats:
8, 16, 24, 32, 48 and 64 bit RGB and ARGB formats, indexed formats,
grayscale formats, floating point formats (IEEE754 and half precision),
compressed formats like DXT1/3/5, 3Dc and BTC.
- Basic image manipulation functions working for all supported data formats and
conversions between them (bilinear/bicubic resizing, mipmap generation,
color reduction, ...).
- Low level library interface (accessible by other programming languages)
and high level OOP one.
- Extensions for creating OpenGL, Direct3D, and SDL textures/surfaces.
- VCL, and LCL graphic classes and functions.
- Image drawing with blending, linear and nonlinear filters, point transforms,
binary morphology, drawing lines, ellipses, rectangles, etc.
- Support for mipmaps, multiimages, direct access to image data,
user-specified file formats, overriding default read and write functions,
and more.
Fully functional Source: Included Exe-Demo Included
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 |
 |
|
|
EWDraw 3D ActiveX v.3.0 | SW |
12291 k |
06 Oct 2006 |
| By Shen Rui. EWDraw3D ActiveX is a powerful vector graphics ActiveX for 3D and 2D visualisation and animation. You can use it for CAD, CAM, GIS and others. The EWDraw3D ActiveX is based on Open CASCADE geometric kernel and openGL.
The library is realized as a run-time Windows 32 bit OCX (ActiveX control). Either can be used with applications written in the popular Visual IDE languages such as Visual Basic, Delphi, C++ Builder , Visual C++, .NET and Internet. Fully functional Source: None Price: $590 Exe-Demo Included
| | Download: CB2k6 CB5 CB6 D2005 D2006 D5 D6 D7 |
  |
|
|
Imaging Toolkit for CBuilder v.2.9 | C |
6041 - 6077 k |
15 Jul 2006 |
By MCM Design. Imaging Toolkit is a set of VCL components for image processing. The VCL components includes: import and export filters and a thumbnail viewer for Windows or OS/2 Bitmap (BMP), JPEG, Portable Network Graphics (PNG), Tagged Image File Format (TIFF), Truevision Targa (TGA) and more file formats. Components for print and print preview, color format conversion, spatial transformation. With Nag-Screen Source: On purchase/registration Price: $150 Source Price: $350
| | Download: CB5 CB6 |
  |
|
|
DrawStyles v.1.5 | SW |
982 k |
24 Apr 2009 |
| By Igor Ilyinsky. DrawStyles Library - functions and resources for drawing lines, regions and map symbols with use different styles of lines, brush pattern and symbols (as well as in MapInfo).
Library contains following components:
- TDSPatternStyleComboBox - intend for select pattern style of brush
- TDSLineStyleComboBox - intend for select line style
- TDSLineWidthComboBox - intend for select line width
- TDSDrawColorComboBox - intend for select color.
- TDSSymbolComboBox - intend for select symbol style.
- TDSFontComboBox - intend for select font.
- TDSDrawTool - intend for all drawing operations.
You may use this library in you GIS and graphics projects. With Nag-Screen Source: On purchase/registration Price: $29.95 Source Price: $29.95 Exe-Demo Included
| | Download: CB6 D2006 D2007 D2009 D5 D6 D7 |
  |
|
|
2D / 3D CADViewX v.7 | SW |
3858 k |
31 Aug 2009 |
| By CADSoftTools. CADViewX is an AcitiveX library for viewing and printing AutoCAD DWG & DXF, HPGL, SVG and CGM files. The library also supports BMP, JPEG, Windows metafile and GIF images. Powerful print, easy mouse wheel zoom and right-mouse-button padding are convenient features. The Print system is the same as in ABViewer software. The ’Tile’ feature allows you to print the image onto any number of papers with any desired scale. Predefined sizes for standard formats (US: A, B, C, D, E; ISO-A, DIN: A4, A3, A2, A1, A0). Any ’tile’ can be printed independently of other ’tiles’, so if one page fails (e.g. printer problems) you can reprint just that page.
The library has demos for VB, VB.NET, C# and HTML. With Nag-Screen Source: On request Price: $79
| | Download: C2k6 C2k7 CB3 CB4 CB5 CB6 D2005 D2006 D3 D4 D5 D6 D7 |
  |
|
|
Vector Graphics ActiveX v.1.6.0.0 | FW |
3984 k |
11 Dec 2004 |
| By Stas Semenov. Vector Graphics ActiveX is a graphics component oriented for creating business and technology solutions. Based on COM technology it can be used by other applications to process graphic documents, analyze and visualize any kind of processes.
Vector Graphics ActiveX is the ultimate graphics solution for you. It is the easy-to-use for creating technical drawings, illustrations and presentation, training material and business reports, charts and diagrams and much more. Vector Graphics ActiveX offers a wide range of new features and enhancements designed to increase productivity and extend your creative possibilities.
Component is based on Layer-Class-Shape architecture. It means, that all displayed shapes are owned by the certain classes and can not exist themselves. Drawing shapes depends on a classes they are belonging, but each shape has an opportunity to draw itself. Thus the constructed architecture allows to repeatedly reduce the size of the stored data, to increase speed of loading and displaying documents, and also to provide excellent speed of program work with documents containing around 1 000 000 shapes. Fully functional Source: N/A Exe-Demo Included
| | Download: CB4 CB5 CB6 D2005 D4 D5 D6 D7 |
 |
|
|
Image Viewer Cp Pro v.2.5 | SW |
6084 k |
19 Aug 2006 |
| By Viscom Software. Creates, displays, edits, flips, resizes and rotates image, photo and graphic. It supports BMP, GIF, ICO, JPG/ JPEG, PNG, PSD, TIFF, multi-page TIFF and others and can convert between them. Draw multiline text on image and provide over 50 different texts. Images can be exported into PDF format or printed to printer. adjust brightness, Contrast, Gamma, Hue, Saturation of image file. Moreover, it provides some helpful source code sample includes ASP, Access, Delphi, VB, VB.net, VFP and Web Page. With Image viewer CP Pro, you can convert the images between several popular formats, output the images in greyscale, retrieve and set images to clipboard and picture box, save and restore the specified location of the images, provide a value-added function called "Map System helper" which help you to develop an application that involved with electronic map creation or map-related function, support keyboard or mouse wheel scrolling images.
It is compatible with any programming language that supports ActiveX (Access, Delphi, Visual Basic, Visual C++, Visual Foxpro, .Net, PowerBuilder etc.) Fully functional Source: N/A Price: $100
| | Download: CB3 CB4 CB5 CB6 D3 D4 D5 D6 D7 |
  |
|
|
TMS Graphics Component Pack v.1.3 | FNC |
1427 k |
19 May 2005 |
By TMS Software. Modern looking & flexible components for selecting various typical properties of graphic elements.
- Office XP or Office 2003 styles with automatic XP color theme adaption and lots of color
- customizations for creating new styles
- Font selector with recently used indication option, lookup, font preview
- Generic combobox with recently used control & lookup
- Color selector in 3 styles : discrete, color cube, color spectrum
- Pen width selector
- Pen style selector
- Brush selector
- Shadow selector
- Border selector
- Gradient style selector
- Generic tool selector
- Table size selector
- Character symbol selector.
Trial (work while IDE is running) Source: On purchase/registration Source Price: $40 Exe-Demo Included
| | Download: CB5 CB6 D2005 D5 D6 D7 |
  |
|
|
ImageEn Addon v.1.2.0 | SW |
314 - 755 k |
02 Mar 2007 |
By BluePrint. ImageEn Addon is a package of graphical components for Delphi and C++Builder. For example the package contains components for reading and writing bar codes, calibrating your display, viewing an image and miscellaneous printers and windows routines. Partially restricted Source: On purchase/registration Price: $31
| | Download: D2005 D2006 D5 D6 D7 |
  |
|
|
HyperGraphics v.3.0 | C |
5716 k |
19 Aug 2006 |
| By DotSoftware Ltd.. HyperGraphics is a new object-orientated interactive graphics library for Delphi and is particularly suited to the display of engineering/scientific data plots and map data. Many different line-styles are available and rounded labels can be produced with ease, including both date/time and numerical labelling.
Other features include, automatic key generation, support for bar graphs and logarithmic axes. HyperGraphics also makes an excellent graphics engine for real-time control and data acquisition systems.
HyperGraphics also has diagramming support including tables, connectors, text-boxes and Bezier lines.
Object cut, copy paste to cliboard or file are supported as is printing, print preview and export/import of bitmap and png images.
The password for the evaluation download is "repulsemonkey". With Nag-Screen Source: N/A Price: $825 Exe-Demo Included
| | Download: CB3 CB4 CB5 CB6 D2005 D2006 D5 D6 D7 |
   |
|
|
Graph Package v.1.0 | FWS |
392 k |
13 Apr 2004 |
By Ngon Pham. A completed solution for developing simple graphical applications in Delphi.
- Easy to use
- Support many objects
- Support 2D/3D
- Free with all source
- Two examples included: Plot3D and Plot2D
- And much more...
Fully functional Source: Included Exe-Demo Included
| | Download: D5 D6 D7 |
 |
|
|
ImageFileLib v.1.16 | FWS |
1883 k |
16 Jul 2006 |
By Michael Vinther. With this library, Delphi programs can read and write JPEG 2000, PNG, ICO, CUR and PCX images. RAS, PNM, PGM, PPM, HIPS images can be loaded, but not created. Both lossy and lossless coding of JPEG 2000 images are supported. In addition to the icons supported by TIcon in Delphi, this library also supports 24 bit and 256 color palette icons and cursors. Fully functional Source: Included Exe-Demo Included
| | Download: D5 D6 D7 |
 |
|
|
FlexGraphics Library v.1.5 | SW |
1722 - 2201 k |
03 Jul 2007 |
| By FlexGraphics Software. FlexGraphics is a set of components for creating vector graphics applications under Borland Delphi.
FlexGraphics library can be used for creation of plots, drawings, electrical, concept and mnemonic charts as well as for creation of interactive plans with high level of detail for various facilities, buildings or their parts.
FlexGraphics library can also be used for visualization of information being received from various sensors in real time.
GIS-systems and CAD-systems can also be developed using this library. FlexGraphics can be called a mini analog for Visio.
The library is implemented basing on Windows GDI and supports the following graphical objects:
- line;
- box (including the rounded box);
- circle (ellipse);
- poly-line;
- polygon;
- text (including multiline text);
- bitmap raster image (WMF, BMP, ICO, JPG, JPEG, GIF, EMF).
FlexGraphics library features the following functionality:
- one document may contain multiple charts that can be cross-referenced from various objects belonging to various pages (charts);
- page background and background image are fully supported;
- multiple layers support (layer can be editable, readable and hidden);
- object groups are supported;
- two kinds of grid are supported: fixed step grid and exact grid which is extremely important in design process;
- object alignment is supported;
- angled text support;
- gradient fill of bound objects;
- objects and groups of objects have the following attributes: ID, name, hint, tag, layer, user fields (stored in document body) and others depending on object type;
- various information (both local and contained in database) can be attached to documents;
- objects can be copied, duplicated, moved, cut or copied to Windows clipboard or other applications;
- objects can be stored in database for the purposes of further design optimization;
- full control of all objects at run time including the ability to access objects both by ID and by name;
- image zooming is supported;
- image can be printed;
- image can be exported to WMF;
- documents and image libraries can be saved both locally and in internal database;
- object mirror is supported;
- Bezier curves is supported;
- object rotate is supported (only 90).
Trial (work while IDE is running) Source: On purchase/registration Price: $299 Source Price: $499
| | Download: CB2k6 CB5 CB6 D2005 D2006 D4 D5 D6 D7 |
     |
|
|
Imaging Toolkit for Delphi v.2.16 | C |
7575 - 7941 k |
15 Jul 2006 |
By MCM Design. Imaging Toolkit for Delphi is a set of VCL components for image processing. The VCL components includes: import and export filters and a thumbnail viewer for Windows or OS/2 Bitmap (BMP), JPEG, Portable Network Graphics (PNG), Tagged Image File Format (TIFF), Truevision Targa (TGA) and more file formats. Components for print and print preview, color format conversion, spatial transformation. With Nag-Screen Source: On purchase/registration Price: $150 Source Price: $350
| | Download: D2005 D2006 D3 D4 D5 D6 D7 |
  |
|
|
GDIPLUS v.1.00 | FWS |
1143 k |
25 Feb 2002 |
| By Henri Gourvest. GDI+ is a new graphics subsystem for Windows and provides a new set of graphics APIs for rendering 2D graphics, images, and text. GDI+ is the only API for drawing in the .NET Framework, but in Delphi it is a complement to the current GDI to provide more advanced rendering capabilities.
Here's what you get with GDI+: antialiased 2D drawing, alpha channel support, universal transformations and floating point coordinates, gradient brushes, cardinal splines, scalable regions, and a new programming model.
The GDI+ feature can be easily redistributed. GDI+ is standard on Windows XP. For Windows 98, Windows Me, Windows NT 4.0, and Windows 2000, you can simply copy GdiPlus.DLL into your app's directory.
GDI+ uses a different programming model from GDI. Instead of selecting brushes and pens into a device context, in GDI+ you pass the pen or brush into every drawing command. Graphics elements are no longer drawn with both the pen and brush together; they are outlined and filled using separate functions (such as DrawRectangle and FillRectangle). Fully functional Source: Included
| | Download: D5 D6 |
 |
|
|
Envision TDeskewTransform v.2.0 | FW |
6 k |
19 Aug 2006 |
By Francesco Pucino. TDeskewTransform is an addon component for the Envision Image Library. The component allows to auto detect and correct the skew of an image. The skew is the little inclination who usually has a scanned or faxed page. To deskew an image means to estimate and fix this imperfection. Correcting the skew allows to:
- Have lower file size using CCITT-G3, CCITT-G4, Rle and PackBits compression algo
- Improve results using OCR and ICR products
- Obtain a perfect image at first shot, with no need to re-scan o re-fax the original
The component is fast and accurate: on a PIII 600Mhz detect the skew of a 300 DPI A4 size image in less then one second with a 0.1 degree accuracy. Fully functional Source: On purchase/registration
| | Download: D6 |
 |
|
|
Region Foundation Class Library v.1.0 | FWS |
984 k |
07 Aug 2000 |
By Igor Andronov. The RFC is library for quick and easy creation and using Regions and Regions Lists without any keeping in mind resources loosing. Provides the next:
- Two Main Classes incapsulated the HRGN and HRGN Lists with saving/loading it to/from stream/file; also full supporting TPersistent futures to easy create your's own region/list property in new component (saves and restores data in resources automatically)
- Added functions to work with regions that missing in Windows (simple way to scaling, inflating, rotating regions and so one)
- Two Templates for property editors for Main Classes of Regions and Lists (just include in component and you could free load property value from external file)
- Regions Editor FC that allows easy to create regions as in vector/polygon state as take it from color at bitmap (also combination supported).
Fully functional Source: Included
| | Download: CB3 CB4 D2 D3 D4 D5 |
 |
|
|
GFX_LIB v.1.5 | FWS |
264 k |
28 Feb 2003 |
By Andreas Moser. GFX_LIB is a collection of graphic tools. Includes linear and static filters, rotating, resizing, color conversions (RGB, HSV, HSL, CMYK etc.), mosaic, deformations, blending, flip, mirror and much more. Fully functional Source: Included
| | Download: D6 D7 |
 |
|
|
Graphics32 v.1.9.0 | FWS |
2256 k |
18 Jun 2010 |
By Alex Denisov. Graphics32 is a graphics library for Delphi and Kylix/CLX. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods. Fully functional Source: Included
| | Download: CB5 CB6 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 |
 |
|
|
JanDraw v.2.0 | FWS |
553 k |
27 Dec 1999 |
By JanSoft. JjanDraw is a set if drawing components:
- TjanDrawImage is a TImage descendant. It comes with mating components and a full featured demo painting application. Features: 100+ painting styles including art brushes, integrated 50+ Effects viewer like Rotate, Plasma etc.;
- TjanPaintFX with 100+ bitmap transformations;
- TjanColorList and TjanColorGrid with 100+ colors and color name hints;
- TjanScrollBar with integrated position label.
Create a painting program with minimal coding. New: integrated QuickBacks viewer/editor in TjanDrawImage with 90+ presets provided; TjanColorDropDown, TjanDrawText with interactive free text rotation, TjanColorTriangle, enhanced demo. Fully functional Source: Included Exe-Demo Included
| | Download: D4 D5 |
 |
|
|
TjanDraw Image v.1.0 | FWS |
479 k |
20 Dec 1999 |
| By JanSoft. TjanDrawImage is a TImage descendant. It comes with mating components and a full featured demo painting application.
Features:
- 100+ painting styles including art brushes, integrated 50+ Effects viewer like Rotate, Plasma etc.;
- TjanPaintFX with 100+ bitmap transformations;
- TjanColorList and TjanColorGrid with 100+ colors and color name hints;
- TjanScrollBar with integrated position label.
Fully functional Source: Included Exe-Demo Included
| | Download: D4 D5 |
  |
|
|
Envision Image Library v.2.51 | SW |
5550 k |
19 Aug 2006 |
| By Interval Software. The Envision Image Library augments Inprise's Delphi and C++ Builder software development enviroment with powerful imaging capabilities. The library provides image file I/O for popular file formats, printing, scanning, and image processing features.
Features:
- Integrated with the VCL's TImage component
- Easy to use image viewer component with rubberbanding support
- Supports popular file formats: Comprehensive TIFF (Packbits, CCITT group 3, 1d and 2d, group 4, JPEG compression, Deflate compression, LZW is not supported for legal reasons, multi-page read and write) PNG, JPEG, BMP, PCX, DCX, TGA, ICO, WMF, EMF, PPM, EPS (preview only)
- TWAIN scanning
- Annotations
- Flexible image printing (original size, full page, specific width, specific height, specific width and height, stretch to page)
- Image processing: Anti-aliasing, brightness, contrast, convert to gray, edge detection, emboss, sharpen, smooth, flip vertical and horizontal, gamma adjustment, negative, interpolated resize, rotate 90, 180, 270 and arbitrary angle, cropping, format conversion including Floyd Steinberg dithering and color quantization
- OCR (optical character recognition) interface
- Executable programs produced with the library may be distributed royalty free.
- Does not require external DLL's. Includes complete source code.
Partially restricted Source: On purchase/registration Price: $69
| | Download: CB2k6 CB6 D2005 D2006 D6 D7 |
    |
|
|
ImageEn v.3.1.1 | FW |
15893 - 20386 k |
07 Jul 2010 |
| By HiComponents. ImageEn is a component suite for image processing, viewing and analysis. It can load and save from several image file formats, acquire from TWain/WIA scanners (single and multi pages), capture video, apply filters and enhance images quality, merge images, select image regions (Magic Wand supported) and other. It supports also multiple layers and transparency.
ImageEn allow you to include professional graphics software features in your applications. Fully functional Source: None
| | Download: C2k10 C2k6 C2k7 C2k9 CB5 CB6 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 |
  |
|
|
FastLIB v.2.5 | FWS |
409 k |
13 Sep 1999 |
By G-Soft. This is a graphics library/toolkit. It consists of a DIB object and units for effects, file formats, quantizing/dithering, resampling, and drawing lines shapes etc. The component, TFastIMG, has properties like DrawStyle (dsDraw, dsCenter, dsTile, dsResize, dsStretch) and SizeMode (smGDI, smFast, smBilinea)... its also flicker-free. This version can hold a DIB in the form (.dfm) file. Check the homepage for more examples. Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 D5 |
|
|
|
CadoDraw v.4.3 | SW |
1928 - 2633 k |
19 Aug 2006 |
By LTS. With CadoDraw you can:
- display, store, load and print object-based vector graphics.
- enable the user of your program to edit vector graphics via mouse handling.
- develop drawing programs where the user can build, display, store, load and print object structures.
CadoDraw lets you do much more than drawing pictures.
By virtue of advanced capabilities such as integration of specific class definitions and linking objects, CadoDraw lets you handle any problem which can be organized in an object structure. In addition, you no longer need to bother about things like displaying, printing, saving and loading objects. These capabilities are already implemented in CadoDraw. With Nag-Screen Source: On purchase/registration Price: $169
| | Download: CB2k6 CB4 CB5 CB6 D2005 D2006 D4 D5 D6 D7 |
  |
|
|
NishitaView v.1.1.5b | FW |
266 k |
24 Mar 1997 |
| By K. Nishita. This dll should be used with Delphi 2.x, 3.x, VB 4.0, C, C++...
Features:
- supported: JPG, JIF, GIF, BMP, DIB, RLE, TGA, PCX;
- can save graphic as JPG (This function has some limitation);
- progress Dialog can show in 7 different languages and customize;
- one function call can load all the supported format and more...
Fully functional Source: None
| | Download: CB1 D1 D2 D3 |
 |
|
| News from our Sponsors |
Save up to $353 on WPTools! Does your program need word processing capability? If so, WPTools should be your first choice. With its own RTF engine, WPTools is a collection of components which offers numerous features that the Win32 Richedit2.dll can’t. This control lets you use tables, paragraph frames, headers and footers - including page numbers, bulleted and numbered lists, different types of paragraph alignment (justified, left, right, centered) and various types of tab stops (left, right and decimal), as well as special text attributes, such as hyperlinks or hidden text. Text is formatted with WYSIWYG, including page breaks and which are shown in the editor! Texts can be imported and exported in RTF, HTML and ANSI or you can implement your own formats. Only Torry's visitors can save up to $353! more...
Easy data compression solution! Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code. Save up to $500 by ordering at Torry's Showcase! more...
Power tools for MySQL and PostgreSQL are calling you! Database Designer product family allows you to solve database structure modeling, generation and modification tasks easy. For PostgreSQL and MySQL, choose your favorite!
Don't forget to check DBACentral for MySQL as well - GUI solution for database administration and data management, which provides you with Microsoft Access like interface paradigm for executing all database operations over database structure and table data. Now with PHP web pages and SSH tunneling.
And get 10% off!
more...
Make your own AutoCAD, CorelDraw, FreeHand without single line of code! PowerCAD technology is developed to provide the application programmers a reusable object library to develop CAD modules for their applications easily. With the PowerCad component you can make a 2D CAD editor with almost no code. Powercad can be used as VCL in Delphi and as OCX in VisualBasic and any other tool.
Get 10% off as Torry's visitor! more... |
| |
Advertising on Torry's Delphi Pages
|
 |
 |
 |
Advertising on Torry's Delphi Pages




 Guest Book
|
 |