# cximagecrt_drill **Repository Path**: drill_up/cximagecrt_drill ## Basic Information - **Project Name**: cximagecrt_drill - **Description**: GIF生成/拆解库 此库专门提供GIF接口,生成cximagecrt_drill.dll。 给库 DrillGIFActionSequenceEditor(GIF动画序列编辑器)作为基础库使用。 (此库同步于我的github上的GIF生成/拆解库) - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## cximagecrt_drill.dll GIF生成/拆解库 这里我基于 cximagecrt.dll 封装了一层,过滤了古老的c++不支持中文的问题,并且支持QString。
cximagecrt.dll 这个库我也编译了release版本,在DllModule里面能找到。 该dll是由 qt5.5 + vs2013 编写而成,能够打包成32位程序,支持xp系统。 >工程目录下有两个项目:
>cximagecrt_drill
>cximagecrt_drill_Test
>
>两个项目相互独立,没有关联。
>在Test项目里面,放置了前者项目生成的 .h .lib .dll 三种文件,调用后实测有效。