You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
fbarch...@google.com
on 12 Jul 2012 at 6:07The text was updated successfully, but these errors were encountered: