开发者

Alpha blending is slow on linux

开发者 https://www.devze.com 2022-12-30 07:00 出处:网络
we are developing an SWT/RCP(Eclipse 3.5) application on both Windows and Linux (on identical hardware).

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(开发者_如何学PythonGTK/KDE) problem? or is there any workaround to improve the performance on Linux?

0

精彩评论

暂无评论...
验证码 换一张
取 消