Difference between revisions of "LazRGBGraphics"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
===About===
 
===About===
 
LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line). The main class is TRGB32Bitmap which is anolog to TBitmap.
 
LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line). The main class is TRGB32Bitmap which is anolog to TBitmap.
TRGB32 features:
+
 
 +
TRGB32Bitmap features:
 
* load form file, save to file
 
* load form file, save to file
 
* create form TBitmap
 
* create form TBitmap

Revision as of 14:09, 28 September 2006

About

LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line). The main class is TRGB32Bitmap which is anolog to TBitmap.

TRGB32Bitmap features:

  • load form file, save to file
  • create form TBitmap
  • rotating, stretching
  • inverting colors
  • drawing primitives via canvas (TRGB32Canvas)

The download contains the package and simple example application.

This package was designed for cross-platform usage.

Sceenshots

Example application Drawing primitives

Author

Tom Gregorovic

License

Modified LGPL

Download

Comming soon...

Change Log

  • Version 0.1

TODO:

  • halftone stretching 0.2
  • polygons 0.2
  • masking 0.2
  • alpha blending 0.3

Notes

Status: Alpha

Issues:

  • Tested on Windows XP
  • Tested with gtk1 and gtk2 under Linux (Kubuntu 6.06).

Installation

Add LazRGBGraphics package as dependancy to the project and RGBGraphics to the uses section.