Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARGBInterpolate corrupts 4 pixels per row #50

Closed
GoogleCodeExporter opened this issue Jul 19, 2015 · 1 comment
Closed

ARGBInterpolate corrupts 4 pixels per row #50

GoogleCodeExporter opened this issue Jul 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The interpolation extrudes the last pixel of a row, as it was intended for 
filtering.
Solution is to do a custom function, or preserve the last 16 bytes somehow.

As a work around/optimization, if all 3 images are the same size, call the 
function with width * height, 1 for dimensions and provide 16 extra bytes at 
the end of buffer.

Original issue reported on code.google.com by fbarch...@google.com on 12 Jul 2012 at 6:07

@GoogleCodeExporter
Copy link
Author

fixed in r303 by saving the last16 bytes per row.

Original comment by fbarch...@google.com on 13 Jul 2012 at 1:59

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant