You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jpeg has this fantastic option to do some image transformations losslessly, mostly rotate and crop (well, beyond the loss of the data you crop out :))
Would be great if Zune image woud be able to losslessly manipulate jpegs
(this would also help some fully replace turbojpeg with your great memory-safe library woelper/oculante#264)
The text was updated successfully, but these errors were encountered:
But basically, jpeg images have very weird scaling factors that make for a lot of problems,the decoder is written in a certain manner that handles this, with some hacks to handle esoteric configurations, the code is complex, complicated and full of long explanations of why things are like that, and without care will break,(it does sometimes, see the other issues relating to jpeg), and I am generally right now against adding new features unless either wanted by a large majority or sometimes sponsored.
But in case there is a big need for this, I can guide one on where to write hooks that can enable this, further discussion is welcome
Jpeg has this fantastic option to do some image transformations losslessly, mostly rotate and crop (well, beyond the loss of the data you crop out :))
Would be great if Zune image woud be able to losslessly manipulate jpegs
(this would also help some fully replace turbojpeg with your great memory-safe library woelper/oculante#264)
The text was updated successfully, but these errors were encountered: