From c7a4de54b47b2643f7f385bbded079ca6c186f28 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Mon, 4 Jan 2010 18:00:47 +1300 Subject: OptiPNG 0.6.3 OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. http://optipng.sourceforge.net/ --- Library/Formula/optipng.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/optipng.rb (limited to 'Library') diff --git a/Library/Formula/optipng.rb b/Library/Formula/optipng.rb new file mode 100644 index 000000000..fa1e4a92e --- /dev/null +++ b/Library/Formula/optipng.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Optipng