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

Feature Request: Stride Argument #2

Open
GoogleCodeExporter opened this issue May 21, 2015 · 0 comments
Open

Feature Request: Stride Argument #2

GoogleCodeExporter opened this issue May 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

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