- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://haraldk.github.io/TwelveMonkeys/
- 软件文档: https://github.com/haraldk/TwelveMonkeys
软件介绍
TwelveMonkeys ImageIO 一个插件集合并且扩展了 Java's ImageIO.
示例代码:
import com.twelvemonkeys.image.DiffusionDither; ... BufferedImage input = ...; // Image to dither BufferedImageOp ditherer = new DiffusionDither(); BufferedImage output = ditherer.filter(input, null);
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!
