lossy-compression Questions

4

Solved

On Android, how do I save an image file as a JPEG at 30% quality? In standard Java, I would use ImageIO to read the image as a BufferedImage, then save it as a JPEG file using an IIOImage instance...
Ceria asked 2/1, 2011 at 17:52

6

Solved

This question might be very basic Is there a way to reduce the frame size/rate of Lossy compressed (WMV, MPEG) format, to get a smaller video, of lesser size, with same format. Are there any open...
Propose asked 20/12, 2010 at 13:39

5

Some years ago I made a music audio recording, and I can't find the original WAV files, I have only compressed MP3s. Now I found an audio CD, but I don't know if it was made using the original, unc...
Barboza asked 10/8, 2014 at 11:43

10

Solved

JPEG is a lossy compression scheme, so decompression-manipulation-recompression normally reduces the image quality further for each step. Is it possible to rotate a JPEG image without incurring fur...
Mcallister asked 12/2, 2009 at 21:35

6

Solved

Is there a compression algorithm that is faster than JPEG yet well supported? I know about jpeg2000 but from what I've heard it's not really that much faster. Edit: for compressing. Edit2: It sho...
Laquitalar asked 29/12, 2010 at 16:50

5

Solved

The JPEG compression encoding process splits a given image into blocks of 8x8 pixels, working with these blocks in future lossy and lossless compressions. [source] It is also mentioned that if the...
Parabasis asked 16/9, 2008 at 17:37
1

© 2022 - 2024 — McMap. All rights reserved.