pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-warp-sharp Initial import of gimp-warp-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46b310756eec
branches:  trunk
changeset: 483091:46b310756eec
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 07 15:06:08 2004 +0000

description:
Initial import of gimp-warp-sharp.

Sharpening images with traditional methods increases the amount of
noise in the image.  This script implements a method to sharpen images
described by Joern Loviscach in the german computer magazine c't,
22/1999.

Basically it "squeezes" unsharp edges. This method is a simplified
Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by
Image-Dependent Warping", IEEE Transactions on Image Processing, 1999,
Vol. 8, No. 8, S. 1063.

diffstat:

 graphics/gimp-warp-sharp/DESCR            |   9 +++++++++
 graphics/gimp-warp-sharp/Makefile         |  26 ++++++++++++++++++++++++++
 graphics/gimp-warp-sharp/PLIST            |   2 ++
 graphics/gimp-warp-sharp/distinfo         |   5 +++++
 graphics/gimp-warp-sharp/patches/patch-aa |  13 +++++++++++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 52161a011b2c -r 46b310756eec graphics/gimp-warp-sharp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-warp-sharp/DESCR    Sun Nov 07 15:06:08 2004 +0000
@@ -0,0 +1,9 @@
+Sharpening images with traditional methods increases the amount of
+noise in the image.  This script implements a method to sharpen images
+described by Joern Loviscach in the german computer magazine c't,
+22/1999.
+
+Basically it "squeezes" unsharp edges. This method is a simplified
+Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by
+Image-Dependent Warping", IEEE Transactions on Image Processing, 1999,
+Vol. 8, No. 8, S. 1063.
diff -r 52161a011b2c -r 46b310756eec graphics/gimp-warp-sharp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-warp-sharp/Makefile Sun Nov 07 15:06:08 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
+
+DISTNAME=      warp-sharp
+PKGNAME=       gimp-${DISTNAME}-1.4
+CATEGORIES=    graphics
+MASTER_SITES=  http://www.home.unix-ag.org/simon/gimp/
+EXTRACT_SUFX=  .scm
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.home.unix-ag.org/simon/gimp/warp-sharp.html
+COMMENT=       Image sharpening script for GIMP
+
+DEPENDS=       gimp>=2.0:../../graphics/gimp
+
+WRKSRC=                ${WRKDIR}
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+EXTRACT_CMD=   ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \
+               ${PREFIX}/share/gimp/2.0/scripts
+
+.include "../../mk/bsd.pkg.mk"
diff -r 52161a011b2c -r 46b310756eec graphics/gimp-warp-sharp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-warp-sharp/PLIST    Sun Nov 07 15:06:08 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
+share/gimp/2.0/scripts/warp-sharp.scm
diff -r 52161a011b2c -r 46b310756eec graphics/gimp-warp-sharp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-warp-sharp/distinfo Sun Nov 07 15:06:08 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
+
+SHA1 (gimp-warp-sharp-1.4/warp-sharp.scm) = 5f53121fe82f4874c48dbc37a3bcb4aaf1630100
+Size (gimp-warp-sharp-1.4/warp-sharp.scm) = 3875 bytes
+SHA1 (patch-aa) = 94d62a9e72e9bc700345744dcf7dd7e8b1599ab1
diff -r 52161a011b2c -r 46b310756eec graphics/gimp-warp-sharp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-warp-sharp/patches/patch-aa Sun Nov 07 15:06:08 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $
+
+--- warp-sharp.scm.orig        2004-11-07 08:49:09.000000000 -0600
++++ warp-sharp.scm
+@@ -77,7 +77,7 @@
+ 
+ (script-fu-register
+     "script-fu-warp-sharp"
+-    "<Image>/Script-Fu/Alchemy/Warp Sharp"
++    "<Image>/Script-Fu/Alchemy/Warp Sharp..."
+     "Sharpen the current drawable by squeezing unsharp edges. Algorithm described by Joern Loviscach in c't 22/1999, p 236."
+     "Simon Budig <simon%gimp.org@localhost>"
+     "Simon Budig"



Home | Main Index | Thread Index | Old Index