
GimpResourcesThumbnailer
Source (link to git-repo or to original if based on someone elses unmodified work):
The following resource types are supported:
* Gimp-Brushes (.gbr, .ghi, .vbr)
* Gimp-Patterns (.pat)
* Gimp-Palettes (.gpl)
* Gimp-Gradients (.ggr)
* Adobe Photoshop Brushes (.abr (v6))
Note: I moved the code to GitHub, so that it is easier for me to share the code:
http://github.com/aclemens/GimpResourcesThumbnailer
2.1.2
- Small bugfixes in memory management
2.1.1
- Small bugfixes, better memory management
2.1.0
- implement HSV color mode for gradient rendering
2.0.2
- fix minor memory leak
2.0.1
- fix rendering of palettes
2.0.0
- quite a big version increment (;-)), but now all basic resource types are
supported, which makes this a new milestone release
- added Gimp Gradients support
- added Gimp Palettes support
- added Gimp Generic Brushes support (.vbr)
1.0.7
- fixed a memory leak
1.0.6
- split mime-types into separate files
(I would suggest to uninstall the package first, to get rid of the old mime-type file in the system).
1.0.5
- Add support for Photoshop brushes (v6) (.abr)
1.0.4
- Add support for Gimp patterns (.pat)
- Refactoring of the loader code
1.0.3
- Add support for animated brushes (.gih)
1.0.2
- Add support for Gimp Brush v1
1.0.1
- fixed thumbnailer for colored Gimp brushes
Ratings & Comments
9 Comments
Since you are an arch linux user, why don't you provide this on AUR too? And thanx for your work, it's really useful.
Simply because I don't have much time anymore for such things :-( I added a PKGBUILD file once to the git repository, but even this is too old now I guess. This is why I moved the code to github, so I don't have to provide a tar.gz here every time I do a little bit of bugfixing. Andi
Really handy tool for someone who uses extensively Gimp, although the name is a bit long and the Camel notation doesn't it make easier to create a package for it. The old name was a bit shorter, but doesn't fit anymore. Anyway..., thank you.
Yeah the name is not the best, but I can not think of a better one at the moment. Do you have a suggestion?
How about Brushnails?
It is not only displaying brushes, but also palettes, gradients and patterns...
Great idea, I'll try this ASAP. I always zoom the screen to the size of the brushes window in GIMP, but with the ATI card in my laptop (and the consequential suckage of compositing on it), this isn't practical at all. Thanks for your work on this.
Hope it is working for you! The only thing that will not be displayed at the moment are .abr (Photoshop Brushes) and .vbr (preset Gimp Brushes). ABR will not be supported by this plugin, since it is no Gimp Brush at all. VBR is a little bit difficult. I need to write a generator for it so it can be displayed, because I don't want to link against Gimp libraries. It should work without having Gimp installed, so the generator is a must-have. I will add it later...
Ok ABR (v6) is now supported, too. Since Photoshop brushes are mostly brush packs, I can only display the first brush, similar to the animated Gimp brushes.