Difference between revisions of "LazRGBGraphics"

From Free Pascal wiki
Jump to navigationJump to search
Line 2: Line 2:
 
LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line).
 
LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line).
  
The download contains the package and simple demo.
+
The download contains the package and simple example application.
  
 
This package was designed for cross-platform usage.
 
This package was designed for cross-platform usage.

Revision as of 13:48, 28 September 2006

About

LazRGBGraphics is a package for fast in memory image processing and pixel manipulations (like scan line).

The download contains the package and simple example application.

This package was designed for cross-platform usage.

Author

Tom Gregorovic

License

Modified LGPL

Download

Comming soon...

Change Log

  • Version 0.1

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.