-
Notifications
You must be signed in to change notification settings - Fork 39
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
Direct buffer compression #10
Comments
And follow up question, would this be the best algorithm for compressing 32bit bitmap? I want the highest possible compression ratio with absolutely no concern for compression time on the CPU. Thank you! |
Hello? |
Please I really need some help! |
Seems like this is only a sort of a mirror of what happens in the real development environment of the project, which is encode.ru |
What do you want? I do not understand what your problem is. This tool compresses a file, if you want to compress any data, just put it into a temporary file, compress it and then you can use the resulting file... |
Hi! Do you think you could post an example of using this compression directly on a char array? Something along the lines of: compress(char* buffer, int size, int compression_mode, int compression_type);
Thank you so much!
The text was updated successfully, but these errors were encountered: