OS: Windows 10 - 64bit
When a paletted 4-bit PNG is zoomed in, it turns into a series of stripes. Apparently, one column stretches across the entire width of the image. ImageMagick command to create such images:
Code: Select all
magick.exe input.png -remap eink_cmap.gif output.pngTo reproduce:
1. Open attached gradient_dither.png in XnView MP.
2. Zoom in more than 100%.
Actual behaviour (bug): The image turns into a series of stripes
Expected behaviour: The image is displayed correctly.