On Sat, 21 Jul 2007 05:30:42 +0300, "carl feredeck"
<> wrote:
>what you say is terribly wrong.. once you save in jpg again you have lost
>data...
>
>I seldom see an MVP say something correct lately.. is this some retardation
>due to vista use?
>
>See this page MVP and learn http://www.snapfiles.com/get/rota.html
>
> "Rotating a JPEG image usually takes 3 steps: de-compress JPEG to bitmap,
>rotate bitmap, re-compress bitmap to JPEG. This re-compression process
>causes additional loss of image quality. "
Don't confuse marketing hype with reality. Doubtless everyone has seen
all the threads saying Media Player, Movie Maker can't open such and
such video file. The reason is they are missing or can't use the de
compressor that's part of the CODEC. Same holds true with still
images. If they're compressed, then they need to be decompressed in
order to open them. What the ad copy on the above link implies is they
stop half way, which is just snake oil.
You can't un ring a bell, once any image video or still is compressed
some bits have been squeezed out, you can't put them back. In a
similar vain if you manipulate a raster based image then some pixels
are getting redistributed, discarded or added depending on what you're
trying to accomplish. It's the process itself and how well the
application can do the task that matters. The two most common methods
are Bilinear and Bicubic Interpolation. Better software uses smarter
algorithms.
Recompressing some already compressed image is a no-no. However
freezing it in it's current state by first transcoding it to a
lossless file format minimizes the re compression assuming the user
plans on re saving it in a compressed format again once he's done
working on it. Again HOW you do that, meaning what application you use
to accomplish it determines the final result.