摘要:
流媒体常见资源 转载于:https://blog.csdn.net/huangyifei_1111/article/details/87875811 1.视频源下载 MPEG-2 Transport Stream Test Patterns and Tools:http://www.w6rz.net 阅读全文
摘要:
参考:How to use GDI+ library to decode a jpeg in memory? 需求:通过http请求从nginx下载jpg图片,在本地窗口用gdiplus显示 通过http直接访问图片url,返回的jpg图片以字符串形式存在string对象中,可以先写为本地文件,再用 阅读全文