-
Notifications
You must be signed in to change notification settings - Fork 43
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
Can it be used for text compress? #5
Comments
No, this repo is only for image compression. For text compression, you can use generic data compression algorithms/formats, e. g., other repo of mine: (1) An FPGA-based Gzip compressor, with 8300 LUTs and 128MB/s of performance on Xilinx Artix 7: (2) An FPGA-based LZMA compressor, with 2300 LUTs, 10MB/s of performance, and higher compression ratio on Xilinx Artix 7: |
Why is it not suitable for text/data compression? I guess the reason is the algorithm architecture, right? thanks. |
Yes, because the algorithm is designed for image compression, which use the correlation between pixels (e.g., local smoothing, regular edges) to achieve compression. |
Thanks! |
As the title and follow your information, thanks.
The text was updated successfully, but these errors were encountered: