码迷,mamicode.com
首页 >  
搜索关键字:agg    ( 607个结果
AGG第三十九课 rasterizer_scanline_aa画线函数疑惑
头文件#include<agg_rasterizer_scanline_aa.h>类型template<classClip=rasterizer_sl_clip_int>classrasterizer_scanline_aa成员函数voidadd_path(VertexSource&vs,unsignedpath_id=0)加入顶点源voidreset()清空上一次的渲染缓存数据,每次调用add_path函数..
分类:其他好文   时间:2017-09-29 19:53:10    阅读次数:206
AGG第四十课 SVG 使用的三种管道
ThecurrentversionofSVGcontains3pipelines:Simplepolygons:path_storage->conv_curve->conv_transform->conv_clipStrokes:path_storage->conv_curve->conv_stroke->conv_transform->conv_clipContouredpolygons:path_storage->conv_curve->conv_co..
分类:其他好文   时间:2017-09-29 19:47:42    阅读次数:151
AGG第四十三课 例子image1从椭圆到矩形替换问题
Iambasingmycodeonthep_w_picpaths1exampleandIhavechangedthep_w_picpath‘partner‘shapefromanellipsetoarectangle.ThepartnerrectanglecomesoutatX,Yandscalesandrotates,butthetopleft-handcornerofthep_w_picpathisalwaysstuckat(x,y)=3D(0,0).Onlythepartofthep_w_picpath..
分类:其他好文   时间:2017-09-29 19:36:07    阅读次数:171
AGG第四十一课 AGG和GDI渲染字体大小对比
如下是GDI渲染字体的代码:CClientDCdc(this);CPenpen(PS_SOLID,3,RGB(0,255,255));CPen*pOldPen;pOldPen=dc.SelectObject(&pen);dc.SelectObject(&pOldPen);CFontfont;CFont*pOLdFont=NULL;font.CreatePointFont(10,_T("System"),&dc);pOLdFont=dc.SelectObject(&..
分类:其他好文   时间:2017-09-29 19:30:39    阅读次数:145
AGG第四十二课 Blitting an image over another with transparency
问题:I‘vemanagedtoblitaloadedp_w_picpathontoanotherthroughthemethod"copy_from(...)"ofrenderer_base.I‘dliketoknowhowcaniblitthesamep_w_picpathandalsospecifyingacolorthatwillNOToverwritethepixelsofthedestinationp_w_picpath(acolorthatwillthenresulttransparent..
分类:其他好文   时间:2017-09-29 19:26:43    阅读次数:173
Python的Tkinter库的安装
在FCN代码中运行infer.py时出现如下错误: File "infer.py", line 4, in <module> import matplotlib.pyplot as plt File "/usr/local/lib/python2.7/dist-packages/matplotlib ...
分类:编程语言   时间:2017-09-27 13:12:16    阅读次数:754
touch.js——常见应用操作
touch.js——常见应用操作 基本事件: touchstart //手指刚接触屏幕时触发 touchmove //手指在屏幕上移动时触发 touchend //手指从屏幕上移开时触发 touchcancel //触摸过程被系统取消时触发(少用) 一、事件绑定(常用,重要) touch.on( e ...
分类:Web程序   时间:2017-09-26 10:42:10    阅读次数:270
[err] 1055
本人mysql安装在ubuntu16.04上,mysql版本是5.7.19;在创建表和插入数据时报了 在网上查到的解决方案是修改/etc/mysql/my.cnf文件,在其中添加如下内容,然后重启mysql(重启命令:service mysql restart) 我尝试了之后,发现重启出现问题。 后 ...
分类:其他好文   时间:2017-09-26 00:01:33    阅读次数:165
1-AT指令ESP8266-TCP Sever
因为有的朋友说感觉8266很难入门,所以自己就打算整合一下自己的资料,,,自己看缺少什么就直接补上,,一直写到SDK开发....,,为了能够不会重复,如果用到自己以前的自己会在文章中调用以前的链接,不过这次力求立竿见影,,测试呢会用自己做的板子,如果亲们手头有8266的其它板子,我会告诉其它的板子如 ...
分类:其他好文   时间:2017-09-22 10:11:49    阅读次数:224
滚动插件
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <link rel="stylesheet" href="css/jquery.mCustomScrollbar.css"> <s ...
分类:其他好文   时间:2017-09-21 18:07:53    阅读次数:109
607条   上一页 1 ... 50 51 52 53 54 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!