| Sign In/My Account | View Cart |
| Article: |
Bitmap Image Filters | |
| Subject: | problem modifying filter | |
| Date: | 2003-05-27 23:22:42 | |
| From: | anonymous2 | |
|
Response to: problem modifying filter
|
||
|
A small bug in your code is you should write: p2 = destData + n*(y*w + w -x -1); to calculate the p2 pointer. This bug might result in the destData array out of bound durning the last transform operation. And if you were luck enough that there were any critical data, you application will crash.
|
||