▲ | Doohickey-d 3 days ago | |||||||||||||||||||||||||||||||||||||
One reason I can think of: when you rotate an image in the windows photo viewer (and probably lots of other apps), it stores that in the EXIF metadata. So the rotation is lossless, by not having to re-compress the JPEG. I could also imagine that the earliest digital cameras wouldn't have had the processing power, or RAM to store the entire image in memory after reading it from the sensor, in order to do such a rotation. Hence EXIF rotation as a cheap alternative. | ||||||||||||||||||||||||||||||||||||||
▲ | esperent 3 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||
You can rotate (in 90 degree increments) and mirror jpgs losslessly. I assume it doesn't require much ram or compute since you're just reordering the blocks. | ||||||||||||||||||||||||||||||||||||||
|