I need to rotate some existing JPG images. They have already lost some detail, but I now want to rotate them and lose no further detail.
With a little research, it seems the only lossless Image rotation library for PHP is by using the jPegTran library.
Are there any other options when it somes to doing lossless jpg rotation?
Thanks!