Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about lossless-compression

Read more about lossless-compression

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)

Questions - lossless-compression

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...
test-img

danieleades

encoding

compression

integer-arithmetic

lossless-compression

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...
test-img

Manjunath K Mayya

python

opencv

lossless-compression

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...
test-img

Matthias

compression

lossless-compression

Votes: 0

Answers: 1

Latest Answer

No. Even with no quantization, the RGB to YCbCr transformation is lossy in the low few bits. Also the chroma channels are then downsampled, but that step can be skipped. While the DCT is mathematicall...
test-img

Mark Adler

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved