
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
GimpResourcesThumbnailer is a thumbnail service for KDE. It can be used in any KDE application that supports the thumbnail kioslave, like dolphin or digiKam. You can preview all of your Gimp resources like brushes and patterns, to easily manage them into folders, without the need to open Gimp.
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
9 years ago
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
9 years ago
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
birdflesh
10 years ago
Report
TheGrudge
10 years ago
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
Report
bitcrazy
11 years ago
The old name was a bit shorter, but doesn't fit anymore.
Anyway..., thank you.
Report
TheGrudge
11 years ago
Report
tobgle
10 years ago
Report
TheGrudge
10 years ago
Report
Contrast
11 years ago
Report
TheGrudge
11 years ago
Since Photoshop brushes are mostly brush packs, I can only display the first brush, similar to the animated Gimp brushes.
Report
TheGrudge
11 years ago
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...
Report