Link to home
Start Free TrialLog in
Avatar of hdashti
hdashti

asked on

Accessing image matrixes under Delphi2/3

how do i access the bitmap image matrixes or create matrixes for manipulation under delphi2/3
Avatar of ronit051397
ronit051397

I think you should use GetDIBits, see API help.
ASKER CERTIFIED SOLUTION
Avatar of mirek071497
mirek071497

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hdashti

ASKER

actually this may work in delphi 2 but in delphi 3 Bitmap.Scanline gives a much much easier access to the matrix. got that from the newsgroups.