blob: 7479ce3c83034efd1bc8d8e55b94fe5d05ea046b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
|