diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-12 06:02:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-12 06:02:55 +0800 |
commit | 325628be519c0b9ece7398ebfbe3ed3a7d84ac0f (patch) | |
tree | 2ca7d97fd0b834cb1a42512b46e794a41933b434 /graphics/Makefile | |
parent | 84210356c7ee1f8b3fa46f8da6997cf72325c8fd (diff) | |
download | freebsd-ports-gnome-325628be519c0b9ece7398ebfbe3ed3a7d84ac0f.tar.gz freebsd-ports-gnome-325628be519c0b9ece7398ebfbe3ed3a7d84ac0f.tar.zst freebsd-ports-gnome-325628be519c0b9ece7398ebfbe3ed3a7d84ac0f.zip |
Content-aware rescaling. Keeps the features of the image while
rescaling along a single direction. Tested on Gimp 2.2. It installs
under the Layer menu now.
WWW: http://web.tiscali.it/carlobaldassi/
PR: ports/117092
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b80dbb92b2a9..280fa69a1861 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -196,6 +196,7 @@ SUBDIR += gimp-gap SUBDIR += gimp-greycstoration SUBDIR += gimp-help + SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-manual-pdf SUBDIR += gimpshop |