Hi,
I have created new package for Lazarus: LazRGBGraphics.
LazRGBGraphics is run-time package for fast in memory image processing and pixel manipulations (like scan line). This package was designed for cross-platform usage. The main class is TRGB32Bitmap which is anolog to TBitmap.

TRGB32Bitmap features:

   * load from file, save to file
   * creating from TBitmap
   * drawing and stretchdrawing to TCanvas
   * rotating, stretching
   * inverting colors
   * drawing primitives via canvas (TRGB32Canvas) with emphasis on
     accuracy
   * per pixel manipulation via GetPixelPtr

You can find more info and download link on the wiki: http://wiki.lazarus.freepascal.org/LazRGBGraphics.

Any help, bug fixes and comments are welcomed.

Best regards,
   Tom Gregorovic

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to