aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/metapixel.rb
AgeCommit message (Collapse)Author
2012-06-27Remove metapixelAdam Vandenberg
Metapixel doesn't compile against libpng 1.5 without patching. There was some movement upstream, but now the head source is hard-coded to Lion pathnames, which won't work on Snow Leopard and might break on Mountain Lion too. Rather than maintain our own patches, move to the boneyard. Interested parties should work with upstream to get broad OS X compatibility.
2012-02-12metapixel: avoid inreplaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-23Metapixel 1.0.2Alexis Hildebrandt
A program for generating photomosaics. It can generate classical photomosaics, in which the source image is viewed a matrix of equally sized rectangles for each of which a matching image is substitued, as well as collage-style photomosaics, in which rectangular part of the source image at arbitrary positions (i.e. not aligned to a matrix) ar substituted by matching images. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>