TEffects

Contents:
Review
New graphics component is available (download). It names TEffects and it is faster
and more reliable than its previous version. In addition there are number of
secondary components that implement some new effects.
Here is some information about the
component:
A few fun things are in TGraphUtils and
TFunThings units. These units include:
- TBitmapConvertor is intended for
conversions between TBitmap class and TSmallBitmap structure (TSmallBitmap
is type of dynamic array that represents 32 bit image of any size)
- TCustomTextConvertor is abstract class
that contains base code for conversion from bitmap into colored text
- TCustomTextDrawer is one more abstract
class with a code for drawing of colored text on a display device context
- TTextConvertor converts image into html
document (download sample)
- TTextDrawer is descendant of
TCustomTextDrawer class
- TDesktopDrawer is descendant of TCustomTextDrawer
class which draws text directly on the desktop
Downloads