https://bugs.documentfoundation.org/show_bug.cgi?id=137848
raal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected, bisected CC| |[email protected] --- Comment #9 from raal <[email protected]> --- This seems to have begun at the below commit. Adding Cc: to Tomaž Vajngerl; Could you possibly take a look at this one? Thanks 1df7d956210d4a9111e6a88000c9ab2e955b57b4 is the first bad commit commit 1df7d956210d4a9111e6a88000c9ab2e955b57b4 Author: Matthew Francis <[email protected]> Date: Sat Sep 5 19:27:56 2015 +0800 source-hash-698315531414b223b35d8507fdf2f56dbcf6bc4c commit 698315531414b223b35d8507fdf2f56dbcf6bc4c Author: Tomaž Vajngerl <[email protected]> AuthorDate: Sun Jul 28 15:52:14 2013 +0200 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sun Jul 28 16:06:44 2013 +0200 fdo#66006 Convert to PNG for JPEG that can't be losslessly rotated If a JPEG image has a width or height which is not a multiple of 16 (width/heigh % 16 != 0) then it can't be completelly lossleessly rotated (the last uncomplete MCUs can't be rotated) and the image is cropped on the lower size. To prevent this such JPEG images must be rotated to PNG to prevent loss. Afterwards image can still be compressed with "Compress Graphic Dialog". Probably not a bug, but a feature - converting to PNG takes some time. -- You are receiving this mail because: You are the assignee for the bug.
