[Gimp-user] script-fu treatment of TIF images

2001-05-11 Thread Stephen Odewahn
Before I dig deeply into the world of script-fu, I wonder if someone can answer a question that (so far) is not treated in any of the things I've read. I want to write a script that performs to following task on a color-indexed TIF file: index ---> RGB decompose Save G channel

[Gimp-user] Plug in/flame

2001-05-11 Thread Anders Elle
I have problems with the flame plugin. When i try to render a flame to an image bigger than 1500x1500 pixels the plugin crashes. And another thing; the colors are more pale in bigger images, why? Are there any solutions to these problems? Anders

Re: [Gimp-user] script-fu treatment of TIF images

2001-05-11 Thread Jeff Sheffield
look at http://www.libtiff.org/ http://www.imagemagick.org/ I have used PerlMagick to rotate and scale tiff images but I suspect you will find what you need in image magicks "convert" program. Jeff On Fri, May 11, 2001 at 11:00:45AM -0700, Stephen Odewahn wrote: > > > Before I dig deeply