Version: 1.0.0 (using KDE 4.3.2) OS: Linux Installed from: Debian testing/unstable Packages The in-place rotate functions in the image context menu turn 16 bit TIFF files into 8 bit files. Expectation: 16 bit images should remain 16 bit. Steps to reproduce: - Click on a 16 bit/channel image in the thumbnail bar. - Right click over the image in the main panel - Select Rotate/Left or Rotate/Right - The end result is an 8 bit/channel image As the original file is overwritten, this bug is rather destructive.
Correction: this appears to be a "feature" of the underlying utility, convert, as built by Debian in GraphicsMagick 1.3.5-6. This package does not support 16 bit/channel. Replacing GraphicsMagick with the real ImageMagick fixes this issue.