Image Editor Screenshot



Image Editor

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.


Back to Image Editor Details page

Image Editor Related
New software of Software Development