Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找使用迭代函数系统在 Python 上编写分形生成器。
有很多关于在线生成分形的示例和信息,但是我找不到任何使用 .PNG 或 .JPEG 作为基础/原始图像的地方。它们都从绘制或定义自己的图像坐标开始。我对如何使用 Pillow 操作图像有基本的了解,但是我正在努力将其合并到 IFS 中。
任何关于如何开始的帮助,或者我可以建立的简单基础上的示例将不胜感激。