Re: [Gimp-user] What have you done with Custom Brushes?

2008-01-07 Thread Elwin Estle
The few times I have used custom brushes were for creating textures for the game BZFlag. I modeled a pine tree and used a custom brush I made for the pine-needles on the tree. I also did the same thing for a palm tree I created. For me, most of the time, the default Gimp brushes are more

Re: [Gimp-user] Script-fu gimp-file-save-thumbnail function

2008-01-07 Thread Martin Bradley
Hi Joao, May I suugest this code instead of the above? : from gimpfu import * def python_fu_create_thumb(filename): img = pdb.gimp_file_load(filename, filename) pdb.gimp_file_save_thumbnail(img, filename) register ( python-fuc-create-thumb, Create Thumbnail of Image

Re: [Gimp-user] Script-fu gimp-file-save-thumbnail function

2008-01-07 Thread Manish Singh
On Mon, Jan 07, 2008 at 07:30:22PM +, Martin Bradley wrote: I don't want to try to get your code working because I know nothing about Python, I know it is a good language. The other reason I'm not happy using it is that it adds another layer of software to a solution that should work on