数字图像处理
文章平均质量分 93
数字图像处理
YakSue
这个作者很懒,什么都没留下…
展开
-
ImageMagick简介及试用
ImageMagick简介ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications.The authoritative source code repository is https://githu原创 2021-10-10 16:55:40 · 4929 阅读 · 0 评论 -
学习使用 C API 调用 ImageMagick
前言在《ImageMagick简介及试用》中,我学习了安装它并尝试用命令行调用了它。而正如 官方文档中 所说,你还可以使用一些API来调用它。对于C语言的API,有 MagickCore API 和 MagickWand API 可供选择。MagickCore API 和 MagickWand API官方文档中对于二者的描述如下:The MagickCore API is a low-level interface between the C programming language and th原创 2021-11-07 19:50:52 · 1104 阅读 · 0 评论 -
发现个有趣的东西:Tweetable Mathematical Art(用三个140字符以内的函数生成一个1024尺寸的图片)
发现我是在看《构建之法》这本书时,看到作者提到这个:好厉害!用三段140字符以内的代码生成一张1024×1024的图片_IT新闻_博客园这是2014年一个人在 Code Golf Stack Exchange (a question and answer site for programming puzzle enthusiasts and code golfers) 发起的编程挑战:math - Tweetable Mathematical Art - Code Golf Stack Exchang原创 2020-11-16 23:12:50 · 846 阅读 · 0 评论