XimingCheng / HEVCAnalyzer

HEVC H.265 stream GUI Analyzer based on wxWidgets
http://ximingcheng.github.io/HEVCAnalyzer
109 stars 34 forks source link

The background color of the LCU rectangle is solid in Windows #4

Closed XimingCheng closed 11 years ago

XimingCheng commented 11 years ago

The brush of the wxWidgets in Windows without GDIPlus enabled will not support the alpha channel, so rebuild the wxWidgets wxMSW with GDIPlus enabled is needed! rect

XimingCheng commented 11 years ago

Rebuild the wxWidgets wxMSW with GDIPlus enabled win32 20130611020453

XimingCheng commented 11 years ago

The sample problem is fix on Linux with rebuilding wxWidgets with wxUSE_GRAPHICS_CONTEXT = 1