Friendly Jira Robot created ERT-770:
---------------------------------------
Summary: ImageLoader save() creates striped images on Linux [EBZ#553240]
Key: ERT-770
URL:
https://issues.jboss.org/browse/ERT-770
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
I have this Java code where I retrieve a PNG tile image from OpentopoMap
(
https://a.tile.opentopomap.org/14/3405/6169.png) and save it on disk using the
ImageLoader(https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse....
SWT class ()
My issue is that when I run this code on Linux, the image written on disk is all blurry
(see attachment TileLinux.png) while on Windows, it is as expected (see TileWindows.png)
My Linux is(Debian 10.2, Cinnamon). My Windows is Windows 10 1909
Here is the repo I have created so you can reproduce the issue
https://gitlab.com/fjbdev/SWTIssue.git
--
This message was sent by Atlassian Jira
(v7.13.8#713008)