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
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
To install gimp-resynthesizer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gimp-resynthesizer
To see what files were installed by gimp-resynthesizer, run:
port contents gimp-resynthesizer
To later upgrade gimp-resynthesizer, run:
sudo port selfupdate && sudo port upgrade gimp-resynthesizer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.