Expandable modular image editor components for VCL applications. Image Editor is a suite of visual and non-visual components which allow you to create image editors in Delphi and C++ Builder applications. Image Editor is a pure VCL/WinAPI solution, so no external DLLs are required. There are two main parts of Image Editor Suite an image editor component which contains and displays edited images and a drawing component. The image editor receives all mouse and keyboard input, translates them into special events, like start/end drawing, etc., and calls appropriated method from the drawing component. The drawing component then uses this data to draw the graphics. Image Editor support JPEG and BMP image formats.