diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-04-11 10:52:41 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:51 +0200 |
commit | cf002491328b476af28900a4de735715c72c5179 (patch) | |
tree | 24bc8d03f1a181780be9f5ed569f5578ee081ac1 /graphics/resynthesizer/README | |
parent | 40da3c7a015d11ec5db09306d862853f1fc54089 (diff) | |
download | slackbuilds-cf002491328b476af28900a4de735715c72c5179.tar.gz |
graphics/resynthesizer: Added (Gimp plug-in for texture synthesis)
Diffstat (limited to 'graphics/resynthesizer/README')
-rw-r--r-- | graphics/resynthesizer/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/resynthesizer/README b/graphics/resynthesizer/README new file mode 100644 index 0000000000..7479ce3c83 --- /dev/null +++ b/graphics/resynthesizer/README @@ -0,0 +1,22 @@ +Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample +of a texture, it can create more of that texture. This has a surprising +number of uses: + + * Creating more of a texture + (including creation of tileable textures) + + * Removing objects from images + (great for touching up photos) + + * Creating themed images + +This plug-in installs itself in the Filters/Map menu as "Resynthesize". +It generates a texture based on a sample image of the texture. The +result can be made to fit the boundary pixels of a region, or to have +a specified arrangement of features. + +Also included in this package are some scripts that use Resynthesizer: + + Filters/Enhance/Smart enlarge + Filters/Enhance/Smart sharpen + Filters/Enhance/Smart remove selection |