Ken, yes, I think it is similar.
However, I haven't yet discovered how to set up the Texture Synthesis.
I did get this one working though, if anyone is interested....
1) Go to the
download page and get the
GREYCSTORATION v2.0 for Windows (9x,2k,XP) download. Note that this is
not an installer this
is the program.
2) Now into geek territory

.....To run it you'll need the command prompt (
that's a little black icon with C:\ written on it). Navigate your way around (
do you still remember the "cd" DOS command?) to get to the folder where the program is.
3) The basic command is "
greycstoration_win32". The complicated bit is in the parameters that you add on
after this. To get help, just add on
-h (
greycstoration_win32 -h). This brings up a screen of options.
4) There are three flavours to choose from
restore,
resize and
inpaint. To get the options for each one, do the -h trick again like this
greycstoration_win32 -h -inpaint
5) You're going to need some images to test this on. As it stands the program will only process Bitmaps (.bmp).To make things easier, place the bitmap(s) in the same folder.
6) For the restore and resize options you only need one bitmap, for the inpaint you're gong to need a mask as well (
attention: the part to be replaced is
white and the rest is black). You can also specify an output file - but if you don't you can still save at the end of the process.
A sample command line could look like this:
Code:
greycstoration_win32 -inpaint Tiger.bmp -m Bars.bmp -o Result.bmp -iter 200
7) Pressing <Enter> a new screen appears showing the image and a counter on the command screen shows your progress. This process can be
s-l-o-w. A good idea when using inpainting would be to use only a few iterations until you've got things going in the right direction.
8) At the end of the processing, leave the image window selected (not the command window). You have some more options <
S>ave, <
Q>uit <
I>terate again. A nice touch here is that you draw a selection on the image and get a zoomed copy.
9) If you haven't run away screaming yet, and want some more

. Download the ImageMagick package, install this and put a copy of the convert.exe program somewhere where the greycstoration can find it easily - like in the same folder. Now you're free of the BMP limitation.
10) Hey! Where did everyone go?
I remember that taking Danny's tiger out from behind the bars was an interesting challenge. So I thought I'd see what this program could do.
Not too impressive, but the fault is probably with me for not knowing yet how to tweak
all 
those parameters.
Rô
(See you at the beach, Duv)