Image Editor
-
Version
1.14
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,
|