Saturation equalizer is saturation plugin that can adjust saturation of an image via 6 sliders – effectively the saturation curve. You can alo modify brightness of image with two spinboxes – they work like „levels“ tool.
Additionally you can autoalign RGB channels to eliminate color cast and there are few more features. I believe they are self-explanatory, once you work with plugin.
It internally works in floats, that means no information is lost during processing.
Plugin is multithreaded.
To learn more visit homepage (with examples): http://code.google.com/p/satequalizer/wiki/Introduction
Feedback welcomed.
| Attachment | Size |
|---|---|
| 121.96 KB | |
| 16.64 KB |
Comments
ubuntu and gimp
Many thanks for the answer.
I did this in a terminal,so as you say here and in the readme too . I think there is something wrong in my installing process but don't understand what!!! I become the output "such file is unknown" or so what.
you must run
you must run "gimptool-2.0....." command in directory with saturate.c.
You can get content of current directory with "ls".
Ubuntu and gimp
Many thanks for tibor95 and other contributors. I tested and it works fine on windowsXP and GIMP 2.6. But i would better use it under UBUNTU 11.04 and GIMP2.6 : i couldn't get it working ! « build-essential,fakeroot,checkinstall » are installed but nothing happened !!
Could somebody help ? I think Photocomix has an idea about this !
install it locally unpack tgz
install it locally
unpack tgz and run (as user, not root)
gimptool-2.0 --install saturate.c
and watch output.
It should create binary file:
~/ .gimp-2.X/plug-ins/saturate
To uninstall it - simply delete the file
Saturation Equalizer 0.6 - Binaries Gimp 64 bits & 32 bits - Win
Bonjour,
http://www.aljacom.com/~gimp/sateqalizer-0.6-32bits-64bits.zip
41 131 bytes
Alpha chanel
First of all, thanks to Tibor95 for this plugin, and thanks to samj for the win binaries!
I have a problem with the 32bit-version (using XP and Gimp 2.6.8): applying the plugin to a layer with alpha channel results in a transparent layer; without alpha channel it works fine!
please visit
please visit http://code.google.com/p/satequalizer/downloads/list and test version 0.6.1
EDIT: I found there is memory problem when working with RGB (no alpha channel) images. It might lead to segmentation fault. So there is bugfix 0.6.2 on code.google.com.
Easy to fix error on code.google (sateqalizer 0.6.2)
..in line 200 the accolade "}" is captured in comment :
---------------
//printf ****; }
else {
---------------
so the gimptool will not compile the file
the easy fix is to move the accolade outside of comment.
-----------------
#printf ****;
}
else {
-----------------
after I do that all was OK
this correction is here for users which already downloaded 0.6.2 but they can't compile
0.6.3
I found that error one day after publishing on google code, it is fixed in 0.6.3.
By now, I dont have any plans or 'feature requests' for this plugin, so 0.6.3 will probably be latest version for some time.
A proposal for future
A proposal for future releases: a bigger preview. At present size seems fixed even if I increase the plugin's window.
Pages