Looking for GD tutorial in C/C++ [closed]

大兔子大兔子 提交于 2019-12-12 08:40:34

问题


I see a lot of GD tutorials for PHP, even though GD was written in C, not PHP. Could you please suggest any good tutorial for GD in C?


回答1:


A bit of googling turned up nothing for me either - this is one of those things, for now anyway, that you must study the API reference and make up your own toy test programs.




回答2:


I'm making this, which might reasonably be a comment, an answer so that it doesn't get lost in a cloud of comments. It's a very high quality user guide: clear, complete, and correct with full code examples.

The outstanding doc is here: http://www.boutell.com/gd/manual2.0.33.html .



来源:https://stackoverflow.com/questions/2027661/looking-for-gd-tutorial-in-c-c

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