Re: [Gimp-user] Newbie perl-gimp question

2009-01-15 Thread Owen
Hi guys, I finally got Gimp installed and running for the purpose of writing a web application with image manipulation in perl. I've been scouring documentation and found a few useful tutorials. But I still don't have a complete picture. My first script (see below; I am running it from

[Gimp-user] Help with script

2009-01-15 Thread none
Hi again. I just have one question about the script. Well it's more about Scheme in general but i couldn't find the answer in any tutorials (i was probably just looking in the wrong place). Anyway, i want to write a comma to the file but (write , file) writes the comma with the quotes included.

Re: [Gimp-user] Help with script

2009-01-15 Thread Mark J. Reed
The comma isn't the problem; there's nothing special about commas in Scheme strings. It's the output function you're using - (write) formats things in Scheme source-code form so they can be (eval)'ed when read back in. To just output some text as text, use (display) instead. For a single comma

Re: [Gimp-user] Newbie perl-gimp question

2009-01-15 Thread Kate T Yoak
Thanks Owen for trying it! I was able to sort of focus and try figuring out what's going on with my system instead of googling madly for what the hell am I doing wrong with gimp? :-) I haven't figured out *everything* that was going wrong yet. But I think there were two separate issues: one is,

[Gimp-user] Setting up gimp server for the web

2009-01-15 Thread Kate Yoak
Hi! Here is a list of my thoughts on how to set up gimp to do image manipulation on the web. Could anyone with some experience please comment! 1. We are going to need a server. I guess I start perl-server like this: gimp -i -b '(extension-perl-server 0 0 0)' 2. Now I write client functions

[Gimp-user] gimp-2.6.4-i686-setup.exe win-gimp

2009-01-15 Thread Jim Carlock
I've run into a few problems with this version of GIMP. I uninstalled all previous versions of GIMP. And I uninstalled gimp-2.6.4-i686-setup.exe. Then I reinstalled gimp-2.6.4-i686-setup.exe and the problems STILL occur. I uninstalled GTK. Went through the whole uninstall/reinstall but the

Re: [Gimp-user] gimp-2.6.4-i686-setup.exe win-gimp

2009-01-15 Thread Jim Carlock
Jim Carlock wrote... The first time I run GIMP from the install it works great. But then when I close GIMP and the picture I've opened, I end up with the following error message when I double-click upon the image. In previous reinstalls, the error messages get worse as I continue to play along.

Re: [Gimp-user] gimp-2.6.4-i686-setup.exe win-gimp

2009-01-15 Thread Jim Carlock
One last thing I'll add to this... script-fu.exe - Entry Point Not Found The procedure entry point g_format_size_for_display could not be located in the dynamic link library libglib-2.0-0.dll. It appears script-fu.exe makes a function call to the DLL file listed above. Now, when I dump the

Re: [Gimp-user] gimp-2.6.4-i686-setup.exe win-gimp

2009-01-15 Thread Martin Nordholts
Jim Carlock wrote: One last thing I'll add to this... script-fu.exe - Entry Point Not Found The procedure entry point g_format_size_for_display could not be located in the dynamic link library libglib-2.0-0.dll. GIMP 2.6 comes with GTK+/GLib .dlls. If you have .dlls in a system wide