Top "Lossy-compression" questions

Reducing video size with same format and reducing frame size

This question might be very basic Is there a way to reduce the frame size/rate of Lossy compressed (WMV, …

video compression video-processing lossy-compression
How to save a JPEG image on Android with a custom quality level

On Android, how do I save an image file as a JPEG at 30% quality? In standard Java, I would use …

java android jpeg lossy-compression
Can a JPEG compressed image be rotated without a loss in quality?

JPEG is a lossy compression scheme, so decompression-manipulation-recompression normally reduces the image quality further for each step. Is it possible …

graphics compression jpeg lossy-compression
Is there a faster lossy compression than JPEG?

Is there a compression algorithm that is faster than JPEG yet well supported? I know about jpeg2000 but from what …

c++ c compression lossy-compression