Alpha blending is slow on linux

匆匆过客 提交于 2019-12-11 03:28:05

问题


we are developing an SWT/RCP(Eclipse 3.5) application on both Windows and Linux (on identical hardware). The application is a GIS app which shows several layered maps(PNG images) rendered with alpha blending.

org.eclipse.draw2d.Graphics.setAlpha(...);
org.eclipse.draw2d.Graphics.drawImage(...);

On Windows the performance is pretty good, but on Linux it is very poor.

is that a Linux(GTK/KDE) problem? or is there any workaround to improve the performance on Linux?

来源:https://stackoverflow.com/questions/2847451/alpha-blending-is-slow-on-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!