"R. Hamm" wrote in
news:tETXa.72009$:
I have photoshop 7, can I rotate a .jpg pic 90 degrees without losing quality?
No. It is possible to rotate a JPEG-stored image in 90 degree intervals without any loss because all you really have to do is shift the order the bits appear in. Any other sort of editing changes the information in the pic and the image has to be re-compressed, losing more each time.
There are plenty of image viewers that will do the rotate and save, but as an image editor, Photoshop must re-compress the image.
I suppose it would be possible to write routines in PS that would recognize that you had only rotated at 90d., but they have chosen not to do so.
I have seen something about jpg2000 format but do not know what it is, I thought it could be edited without losing in re-compression,
I have no idea why you would think that.
No JPEG compression scheme will ever allow re-saving without loss, save for the rotation trick. Store you originals in a lossless format such as Tiff and only save out JPEGs when you absolutely have to. Further, almost all of those applications would involve somebody else viewing it, making JPEG 2000 worthless since it doesn't have any market penetration to speak of.