Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.65 KB

BUGS.md

File metadata and controls

46 lines (34 loc) · 1.65 KB

Known bugs and limitations

Bugs

Here is a list of know bugs, ordered by priority from high to low:

  • Resampling nodes (Transform, CornerPin) do not implement texture filtering, see MrKepzie#258. When downsizing an image with a factor larger than 1.5, the image should be blurred before being downscaled to avoid aliasing artifacts. Mipmapping and anisotropic texture filtering, which solve this problem, will be implemented in the future.

  • black borders around the viewer when zooming out and multithreading is disabled

  • Tab traversal is not set up properly, and sometimes couter-intuitive. Many users still have a keyboard and use it, so this should be fixed. Refs: http://qt-project.org/doc/qt-4.8/qwidget.html#setTabOrder http://qt-project.org/doc/qt-4.8/focus.html

Limitations

  • Resampling nodes (Transform, CornerPin) do not implement texture filtering, see MrKepzie#258. When downsizing an image with a factor larger than 1.5, the image should be blurred before being downscaled to avoid aliasing artifacts. Mipmapping and anisotropic texture filtering, which solve this problem, will be implemented in the future.

Missing and wanted features

Here is a list of non-blocking bugs / wanted features: