1 Star 0 Fork 0

TaroAltman / libgdiplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TODO 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
wait-money 提交于 2021-11-11 22:38 . 初始话
This file has a list of functionality not yet implemented or issues that
have to be fixed in libgdiplus.
---- Functionality not implemented
* Image formats
- WMF and EMF. We have limited support metafiles.
* Path
- add missing implementation for
- [path gradient brush](https://bugzilla.novell.com/show_bug.cgi?id=321034)
- [path widen](https://bugzilla.novell.com/show_bug.cgi?id=320856)
- [path warp](https://bugzilla.novell.com/show_bug.cgi?id=400775)
---- Not implemented / partially implemented functions
* Handle functions
Functions that use or create Win32 handles and are not yet implemented
(except for window and device needed in System.Windows.Forms.)
GdipCreateBitmapFromResource
GdipCreateFontFromDC
GdipCreateFromHWND
* Generic functions
GdipBeginContainer2
GdipBeginContainerI
GdipGetPixelOffsetMode [2]
GdipGetTextContrast [2]
GdipSetPixelOffsetMode [2]
GdipSetTextContrast [2]
GdipTransformPoints
GdipTransformPointsI
* Image handling
GdipSetImageAttributesThreshold
GdipSetImageAttributesOutputChannelColorProfile
GdipGetImageAttributesAdjustedPalette
GdipSetImageAttributesOutputChannel
GdipLoadImageFromStream
GdipSaveImageToStream
GdipSaveAdd
GdipSaveAddImage
* Functions related to paths
GdipAddString [1]
GdipAddStringI [1]
GdipWindingModeOutline
GdipWidenPath
GdipWarpPath
Notes
[1] Partially implemented. LayoutRect and StringFormat are ignored.
[2] Function exists (return Ok) but doesn't do anything (visually or not)
[3] Function exists (return Ok) but only display a warning on the console
[4] Partially implemented. GpGraphics is ignored.
---- Known Limitations
* Maximum of 32bpp
GDI+ supports bitmaps with more than 32bpp.
http://bugzilla.ximian.com/show_bug.cgi?id=80693
* Coordinates limitations
GDI+ supports 32bips of precision (Cairo is limited to 15bits)
http://bugzilla.ximian.com/show_bug.cgi?id=79729
* Cairo doesn't support 8-bit pseudocolor visuals
http://bugzilla.ximian.com/show_bug.cgi?id=77937
* Cairo doesn't implement cairo_stroke_to_path
GdipWidenPath implementation depends on this feature.
http://bugzilla.ximian.com/show_bug.cgi?id=78110
----
last updated: August 9th, 2007
1
https://gitee.com/zhangxuanzhi/libgdiplus.git
git@gitee.com:zhangxuanzhi/libgdiplus.git
zhangxuanzhi
libgdiplus
libgdiplus
MONO

搜索帮助