PegLeg44 wrote:
This is a pretty cool script. I have found that it is good for effectively rotating an already made height map image. The photo below shows what I started out with as a height map bear. And to the right of that is what it looks like after using the filter. And below is what the images look like after inverting the color to a white back ground and using the emboss filter followed by colorize.

I'm wondering where this script came from and are there any others like it?
Alan
The original author of the c plugin file is Kyoichiro Suda.
The website is here (no longer working) -
http://sudakyo.hp.infoseek.co.jp/gimp/l ... ght_e.htmlAnother great plugin by this author is "Focus Blur"
I don't know of any others right off the bat.
I am pretty sure Sam has windows binaries compiled for Gimp-2.6.12 on the gimp registry somewhere.
Sam may know more about the author.

step7 wrote:
Compiling Gimp looks hairy! I'm not sure I'm ready for that and I'm looking to stick with 2.6.11 (only because 2.8 was totally unstable on my system when I tried it a couple of months back - have things improved?).
I was wondering if I could set up a tool chain for compiling plugins without compiling Gimp (probably same difference though it would most likely be capable of compiling Gimp). I got stuck trying to find a GTK+ 2.16.6 bundle though. I take it you compiled this plugin using library from GTK+ 2.24.10? The resulting plugin works fine with my 2.6 version of Gimp so I'm wondering could I do the same?
Yes i use all the latest dependencies. These can be found on Parthas website (links to them). I have heard compiling just c plugins is possible but i have never successfully accomplished this.Only after compiling Gimp was i able to do this on Windows.It just doesn't seem to work without a full Gimp version install with a path to the pkg config pc files added to the export PATH variable in the ect\profile file.

I also use mono
Example code -
Code:
if [ $MSYSTEM == MINGW32 ]; then
export PATH=".:/usr/mono/lib:/usr/mono/include:/usr/mono/bin:/opt/gimp-2.8/bin:/opt/lib:/opt/perl/bin/:/opt/bin:/opt/lib/bin:/bin:/mingw/bin:/usr/gtk/include:c:/usr/gtk/bin:/usr/python:/usr/python/Lib/site-packages"
export PYTHONPATH=/usr/python
export PKG_CONFIG_PATH=:/usr/lcms/lib/pkgconfig:/usr/ruby/lib/pkgconfig:/opt/gimp-2.8/lib/pkgconfig:/usr/mono/lib/pkgconfig:/opt/lib/pkgconfig:/usr/gtk/lib/pkgconfig:/usr/python/Lib/pkgconfig
fi
Then your fstab file would look like this -
Code:
C:\mingw\ /mingw
C:\src\ /usr/src
C:\Python27 /usr/python
C:\gtk /usr/gtk
c:\Perl /opt/perl
c:\Mono /usr/mono
c:\Ruby193 /usr/ruby
c:\Java /usr/java
c:\fltk /usr/fltk
c:\flex /usr/flex
c:\lcms /usr/lcms