File: readme

package info (click to toggle)
gimp-texturize 1.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,152 kB
  • ctags: 1,074
  • sloc: sh: 3,541; cpp: 793; ansic: 752; makefile: 105; xml: 4
file content (21 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Texturize GIMP Plugin
=====================

This plugin takes a small image and creates a texture out of it by
repeating the image and calculating the best way to put the different
copies together so that seams are invisible.

The webpage of the plugin is
  http://www.manucornet.net/Informatique/Texturize.php
It contains explanations, examples, tips...

It is based on the article "Graphcut Textures: Image and Video
Synthesis Using Graph Cuts" by Vivek Kwatra, Arno Schdl, Irfan
Essa, Greg Turk and Aaron Bobick. Here is the webpage of this article :
	http://www.cc.gatech.edu/cpl/projects/graphcuttextures/

To build and install the plugin, just ...
	./configure
	make
	make install
 ... and it's there.