-rotate more than double jpg size
Posted: 2018-11-15T10:41:50-07:00
I'm trying to "just" rotate some jpg & png images in a folder
`magick mogrify -rotate 180 *.jpg`
this works fine but all jpg images almost triple in size.
This doesn't seem to happen with png located in the same folder: most increase very slightly in size (a few Kb), some would also go roughly x2.5 in size.
How can this be explained? Preview on Macos does this perfectly, all be it with a few Kb change in size.
Is there a way to avoid the size increase?
`magick mogrify -rotate 180 *.jpg`
this works fine but all jpg images almost triple in size.
This doesn't seem to happen with png located in the same folder: most increase very slightly in size (a few Kb), some would also go roughly x2.5 in size.
How can this be explained? Preview on Macos does this perfectly, all be it with a few Kb change in size.
Is there a way to avoid the size increase?