SVG2EMF

码农软件 · 软件分类 · SVG开发包 · 2019-08-03 19:44:09

软件介绍

SVG2EMF 是一个用 Java 编写的用来将 SVG 可伸缩向量图专为 EMF(Enhanced Meta File) 的工具。

示例代码:

public void testConvert() throws IOException {
    String svgUrl = "http://upload.wikimedia.org/wikipedia/en/7/7f/Mickey_Mouse.svg";
    File emfFile = new File("mickey.emf");
    SVG2EMF.convert(svgUrl, emfFile);
}

转换效果:

本文地址:https://www.codercto.com/soft/d/11579.html

The Algorithmic Beauty of Plants

The Algorithmic Beauty of Plants

Przemyslaw Prusinkiewicz、Aristid Lindenmayer / Springer / 1996-4-18 / USD 99.00

Now available in an affordable softcover edition, this classic in Springer's acclaimed Virtual Laboratory series is the first comprehensive account of the computer simulation of plant development. 150......一起来看看 《The Algorithmic Beauty of Plants》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具