Hey there /prog/, if one has two differently compressed versions of something (say, a photo) both of which are lossy, is it possible to 'combine' them in an attempt to re-create the original? If so, what techniques for doing this are available?
Name:
Anonymous2012-09-01 17:52
yes
save you're image as .png
Name:
Anonymous2012-09-01 17:56
>>2
Sorry if I didn't make this clear, but the goal is to re-create the original image/data which is presumed lost/missing/inaccessible/absent.
Name:
Anonymous2012-09-01 18:00
Or at least end up with something less lossy than the two files you start with.
If you have two signals that are both replicates of an original signal with some bounded error added, you can create a new signal with tighter or equal error bounds by averaging the two signals.
Name:
Anonymous2012-09-01 19:46
whoa, what if you compress a JPEG, do a delta against the original, then try to compress that and see the increase in quality.