python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What is the optimum precision to use in an arithmetic encoder?
I've implemented an arithmetic coder here - https://github.com/danieleades/arithmetic-coding
i'm struggling to understand a general way to choose an optimal number of bits for representing integers wi...
danieleades
Votes: 0
Answers: 0
Lossless Image compression in python using Open CV or any other modules
I want to perform lossless compression on the image Example image attached here. It is a 16 bit image of 1024*1024.
I realized that lossless compression is possible using PNG format with Open CV. Open...

Manjunath K Mayya
Votes: 0
Answers: 0
Does JPEG allow lossless encoding?
As far as I know, a modern JPEG decoder produces the same image when given the same input JPEG file.
Normally, we create JPEG files in such a way that the decoded image is an approximation of some inp...
Matthias
Votes: 0
Answers: 1