GNOME Bugzilla – Bug 783626
openjpegdec: artifacts when displaying RGB 8 bit images
Last modified: 2017-06-12 07:07:54 UTC
For grayscale, it tries to access three decoded components instead of one. For RGB, there are artifacts when using the following pipeline: gst-launch-1.0 -v filesrc location=Bretagne1.jp2 ! typefind ! openjpegdec ! imagefreeze ! autovideosink
Correction: Grayscale is fine, but RGB has artifacts on my system.
Created attachment 353517 [details] [review] fix display artifacts for RGB 8 bit input
commit a6d1f7729935be8fce1a49743ce7fcf4c4583fe9 Author: Aaron Boxer <boxerab@gmail.com> Date: Sat Jun 10 07:56:48 2017 -0400 openjpegdec: fix display artifacts for RGB 8-bit https://bugzilla.gnome.org/show_bug.cgi?id=783626