add pixelize 0.9.2

Use many scaled down images to try to duplicate another image
This commit is contained in:
Ying-Chieh Liao 2002-10-20 09:57:41 +00:00
parent 6fad764e91
commit fbec738ceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68406
6 changed files with 47 additions and 0 deletions

View file

@ -284,6 +284,7 @@
SUBDIR += phplot
SUBDIR += picturebook
SUBDIR += piddle
SUBDIR += pixelize
SUBDIR += pixmap
SUBDIR += plasma-kmod
SUBDIR += plotmtv

View file

@ -0,0 +1,33 @@
# ex:ts=8
# Ports collection makefile for: pixelize
# Date created: Oct 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pixelize
PORTVERSION= 0.9.2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://lashwhip.com/pub/ \
http://lashwhip.com/pixelize/
MASTER_SITE_SUBDIR= apps/graphics/misc
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12 imlib
IMLIB_CONFIG= ${X11BASE}/bin/imlib-config
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \
-e "s|gtk-config|${GTK_CONFIG}|g" \
-e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/make_db ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/pixelize ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (pixelize-0.9.2.tar.gz) = 8f61c0c604d7418acb3ff0b922a2be9e

View file

@ -0,0 +1 @@
Use many scaled down images to try to duplicate another image

View file

@ -0,0 +1,9 @@
Pixelize works by splitting up the image you want rendered (or duplicated)
into a grid of small rectangular areas. Each area is analyzed, and replaced
with an image chosen from a large database of images. Pixelize tries to pick
images that best match each area.
Pixelize works best when it can choose images from a very large database of
images. With about 1000 images, Pixelize can do a reasonable job.
WWW: http://lashwhip.com/pixelize.html

View file

@ -0,0 +1,2 @@
bin/make_db
bin/pixelize