No1KState wrote:
1 - I have gimp 2.8.4. It's the only gimp I've ever worked with. Anything that won't work with 2.8.4 won't help me.
2 - I run vista 64bits. Anything that won't work . . . you get the idea.
3 - What is Forge and where do I get it? Are you talking about the package of ATN files listed with the other gimp # files?
4 - Where do I get #.18? Will it work for 2.8.4 on 64bits? Yes, I'm
VERY interested!
5 - When you say change the name of gimp 2.8, or you talking about the .exe file I already have or a file in the # download. If you're talking about the .exe that's start in the gimp bin folder, do you mean the gimp.exe file or the gimp_console.exe file?
Gimp is the major photo/illustration editor I'm (most) familiar with. I've never worked with any adobe photo/illustration products, but I keep coming across atn files even when I'm searching for a py or scm file. At this point, am I wrong to think it'd be easier to just learn how to re-write an atn file as a scm file? I know I can convert an atn file to an xml file to work on it (edit it). But my mastery of code is limited to whatever comes up when I google "html code." Though, I'm pretty comfortable with the <a ". . ."></> codes. But that's as far as that goes.
Still. A cut here and a paste there - surely it's possible to convert an atn file to a scm or py file?
But I digress.
I have shell-out. Is there any program that can run atn files that will work with shell-out? The more I think about it, would it be inconsiderate to ask gimp devs to create some native atn/abr/asl functionality?

Or at least not make atn functional add-ons obsolete (re: PSPI).
I know I must sound like some ditz, but your help is GREATLY appreciated!
PS Since I have your attention (anyone who's read this far), can someone kindly direct me to a gimp theme tutorial? I couldn't even figure out how to get the gimp theme.exe package to work.

The theme package for Gimp-2.6 will not work in Gimp-2.7 and up versions.If you are using Parthas build he includes a default darker theme.You can also use my own theme
Blue LicoriceThe file that needs to be renamed is the gimp-2.6.exe file in the bin folder.
I wouldn't bother with Gimp Sharp in Gimp-2.8 though it really isn't worth it.
As far as a program to run through shellout for ATN files there is only PhotoShop.
SCM's are basically action files for Gimp.Writing a script to perform an everyday set of commands isn't very difficult.
Check out monsoonami's script-fu tutorial set here.
http://www.youtube.com/watch?v=dAuJJ6P8JxsYou can learn many of the basics for script writing from that set of 4 tutorials.Also take any scm file you find available here or elsewhere, and look at it inside Notepad ++. Once you understand the PDB calls you are halfway there.
Forge is part of the gimp-sharp package.This plugin renders a planet scene.There are many other plugins besides Forge that come with it.Again though i would only use it in Gimp-2.6 as it seems to work the best in that version.
I think the closest thing to a scripter for actions in Gimp is
GimpScripterGimp sharp should work in 64 bit if you can get someone to compile it for 64 bit.I do not have a 64 bit environment.
There is no other program except Photoshop that will run Adobe action files correctly.I have the -0.18 photoshop actions binary compiled for 32 bit, but i won't attach it here as you need the 64 bit version for your 64 bit Gimp.