Unit Ie_main

*********************************************************} {* ImageEdit v1.0.6 *} {* *} {* African Dancer *} {* Dancer@TieUs.com *} {* *} {* features: *} {* v1.0.0: *} {* - RGB color balance, Gray scale *} {* - Flip horizontal/vertical *} {* - Print image *} {* - Free-hand drawing, pick color, line *} {* rectangle, round rec, ellipse *} {* v1.0.1: *} {* - Flip 90 degrees *} {* - Resize image *} {* - Smear *} {* v1.0.5: *} {* - Text *} {* v1.0.6: *} {* - Bug fixes *} {* - Polygon *} {* *} {* If you have any great idea on painting or image *} {* processing, or just want to comment on ImageEdit, *} {* send me a e-mail *} {* *} {

Classes

TImageEdit -

Functions

Types

TPolyPoint

Constants

cMaxPolyPoints
crIeDefault
crIeDropTool
crIeEditTool
crIeFillTool
crIePenTool
dtCurve
dtEllipse
dtFloodFill
dtFreeForm
dtLine
dtPick
dtPolygon
dtRectangle
dtRoundRect
dtText

Variables

ImageEdit


Functions


Types


TPolyPoint = array[0..cMaxPolyPoints] of TPoint;

Constants

cMaxPolyPoints = 200

maximum points for a polygon tool

crIeDefault = 2

cursor constant

crIeDropTool = 6

crIeEditTool = 5

crIeFillTool = 4

crIePenTool = 3

dtCurve = 9

dtEllipse = 11

dtFloodFill = 21

dtFreeForm = 0

tool id constant

dtLine = 8

dtPick = 20

dtPolygon = 13

dtRectangle = 10

dtRoundRect = 12

dtText = 2


Variables

ImageEdit : TImageEdit