|
-
Aug 20th, 2002, 01:29 PM
#1
Thread Starter
New Member
writing and reading a line of picture points
I have a program that reads a bmp picture file
manipulates it and writes it back out to the screen
I am using point and pset, which is very slow
I wrote a faster version that uses picture.line to write
(if the color is the same for consecutive points)
otherwise it uses pset
There must be a way to do a SINGLE operation to
read and write multiple picture points into an long array
i.e. a full line of points
I would think this would speed things up concerably
anybody have something that does this
Bitblt may do this with all the "proper setup"
Last edited by shaversm; Aug 20th, 2002 at 03:31 PM.
smshaver
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|