02-17-2025, 06:57 PM
Not sure where PixLab is these days.
An old script to batch convert various file types to .gbr batch_brushes.scm Converts a folder of a filetype images to .gbr format.
Very much original 2010, only one line changed for Gimp 2.10 but I have tried out with jpeg/png/gif/xcf test files. Writes to the same folder as the original images. Registers bottom of File menu. Does not need an image open,
I set the brush spacing to 10, if you need different edit this line
Quote:Today I spent a few hours converting .png to .gbr
An old script to batch convert various file types to .gbr batch_brushes.scm Converts a folder of a filetype images to .gbr format.
Very much original 2010, only one line changed for Gimp 2.10 but I have tried out with jpeg/png/gif/xcf test files. Writes to the same folder as the original images. Registers bottom of File menu. Does not need an image open,
I set the brush spacing to 10, if you need different edit this line
Code:
(file-gbr-save 1 image drawable newfilename newfilename 10 filename)