|
|
|
|
|
by bob1029
1418 days ago
|
|
If image encode/decode speed is the only concern, libjpegturbo is going to be orders of magnitude faster than any of these lossless schemes. With jpeg, you could encode 1080p bitmaps in <10 milliseconds (per thread) on any consumer PC made in the last decade. The frequency domain is a really powerful place to operate in when you are dealing with this amount of data. |
|