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
Right now encoding and decoding images requires a lot of extra memcpys since
the encoder and decoder are only written to interact with 4x4 RGBA buffers.
Ideally it would be nice to pass an optional stride argument in, so images can
be compressed and decompressed without using intermediate RGBA block buffers.
Adding this to the decoder is very easy (patch attached), but adding it to the
encoder looks a bit trickier.
Original issue reported on code.google.com by ShaneCal...@gmail.com on 10 Jan 2014 at 8:31
Original issue reported on code.google.com by
ShaneCal...@gmail.com
on 10 Jan 2014 at 8:31Attachments:
The text was updated successfully, but these errors were encountered: