It is currently Thu Sep 02, 2010 7:39 am




Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2  Next
 My Channel Mixer 
Author Message
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post My Channel Mixer
Hi, here is my channel mixer. As usual, I release my whole archive. I will be happy if someone can compile it for me under Windows and Mac OS. Linux version is already provided.

I will later release a second version; only two lines of code will change. It will do exactly the same thing but with colors linear (before gamma correction). Right now, it looks like I can't do it because a bug in B5 makes my plugin unable to act at the right stage. Anyway most people want very certainly such a plugin to behave as this current version actually does.


Last edited by baruchel on Sun Feb 07, 2010 5:34 am, edited 1 time in total.

Fri Jan 22, 2010 1:57 pm
Profile WWW
Bibble Plug-in Developer

Joined: Wed Aug 05, 2009 10:13 am
Posts: 532
Post Re: My Channel Mixer
win


Attachments:
ChannelMixer_win.zip [7.48 KiB]
Downloaded 88 times

_________________
my bibble plugins - http://bibble.sadman.net
B5.1 repacks - http://bibble.sadman.net/files/b51/
Fri Jan 22, 2010 2:14 pm
Profile

Joined: Wed Oct 25, 2006 2:02 am
Posts: 86
Post Re: My Channel Mixer
Thanks for the plugin, and super thanks for the source ! :)

Alban

_________________
Open-source plugins for Bibble5 at http://gitorious.org/bibble-5-oss-plugins
- iNDA (kbarni)
- Channel Mixer (baruchel)
- Channel Mixer Linear (baruchel)
- NEW ! Lab Curves (baruchel)

Add yours today !


Sat Jan 23, 2010 9:33 pm
Profile

Joined: Fri May 18, 2007 8:21 am
Posts: 142
Location: Belgium
Post Re: My Channel Mixer
Thanks for that (Win) plugin!!!

_________________
Canon 500D


Sun Jan 24, 2010 12:00 am
Profile WWW

Joined: Wed Oct 25, 2006 2:02 am
Posts: 86
Post Re: My Channel Mixer
I noticed that the sliders didn't reset when double-clicked. So here's a patched .ui file that fixes the issue.
I would have renamed the QLabels more thoroughly because it's a bit confusing at first why the red ones are named cmred, cmgreen, cmblue while the others are cmredg etc.
But well, didn't want to interfere too much :)

Anyway, here it is, with the (linux) compiled version.

Cheers,

Alban


Attachments:
File comment: patched files for Channel Mixer (.ui + linux .so)
ChannelMixer.zip [6.55 KiB]
Downloaded 55 times

_________________
Open-source plugins for Bibble5 at http://gitorious.org/bibble-5-oss-plugins
- iNDA (kbarni)
- Channel Mixer (baruchel)
- Channel Mixer Linear (baruchel)
- NEW ! Lab Curves (baruchel)

Add yours today !
Sun Jan 24, 2010 4:33 am
Profile
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
Thank you very much for that. Really sorry for the names of the slider. I write the *.ui files by hand and I first wrote a grayscale channel mixer with only three sliders. Then I thought that a color channel mixer could do the same and even more, thus I added the new sliders; their names where cmred2, cmred3. But it didn't work and I had to rename them to cmredg, etc. You are right; it's very awfull! Please, don't fear to "interfere". The source now belongs to the community of Bibble users. You can correct it, extend it, or whatever. I didn't look at your new version, but I strongly suggest to everybody to take it as the new "official" version. I will think about a more relevant website for releasing it. Of course, if you already have such a website and want to release it, please do. Though I didn't take the time to copy a license, I am a MIT-license guy, which means that you can do absolutely everything with my files (except send me to jail once my work has destroyed all your pictures :roll: ).

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Sun Jan 24, 2010 5:09 am
Profile WWW

Joined: Mon Jan 08, 2007 3:17 am
Posts: 398
Post Re: My Channel Mixer
baruchel wrote:
I write the *.ui files by hand and I first wrote a grayscale channel mixer with only three sliders.

beautiful !
thanks

would be amazing a black/white channel mixer /monocrome
like photoshop

Code:
Then I thought that a color channel mixer could do the same and even more, thus I added the new sliders

how can i work like a grayscale channel mixer?
i tried to desaturate and use you plugin
but i get duotone (like sepia) black and white

_________________
Regards
Bibble 5 is really now the king of the raw processing
Bibble v5 and v4 under xp sp3 32bit
canon gear


Mon Jan 25, 2010 3:22 am
Profile
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
Quote:
how can i work like a grayscale channel mixer?
i tried to desaturate and use you plugin
but i get duotone (like sepia) black and white


Just put your three values tree times. For instance choose three values there: http://www.prime-junta.net/pont/How_to/100_Curves_and_Films/_Curves_and_films.html?page=7. Let's take the first ones: 18,41,41. Use my nine sliders-channel mixer and put the following values:
0.18,0.41,0.41,0.18,0.41,0.41,0.18,0.41,0.41
which will do exactly the same as a three-sliders grayscale channel mixer.

Best regards, TB.

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Wed Jan 27, 2010 12:17 pm
Profile WWW

Joined: Mon Jan 08, 2007 3:17 am
Posts: 398
Post Re: My Channel Mixer
baruchel wrote:
Quote:
how can i work like a grayscale channel mixer?
i tried to desaturate and use you plugin
but i get duotone (like sepia) black and white


Just put your three values tree times. For instance choose three values there: http://www.prime-junta.net/pont/How_to/100_Curves_and_Films/_Curves_and_films.html?page=7. Let's take the first ones: 18,41,41. Use my nine sliders-channel mixer and put the following values:
0.18,0.41,0.41,0.18,0.41,0.41,0.18,0.41,0.41
which will do exactly the same as a three-sliders grayscale channel mixer.

Best regards, TB.

yes
but is there a mod ui to have only 3 sliders,it will be more easy

thanks

_________________
Regards
Bibble 5 is really now the king of the raw processing
Bibble v5 and v4 under xp sp3 32bit
canon gear


Fri Feb 05, 2010 8:58 am
Profile
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
mantra wrote:
but is there a mod ui to have only 3 sliders,it will be more easy


OK, I will hack a 3 sliders version. Will you be able to compile it? I can provide a Linux compiled version. What OS do you use?

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Fri Feb 05, 2010 9:05 am
Profile WWW
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
baruchel wrote:
I will hack a 3 sliders version


I think I will spend some more time on the "official version" rather than hacking a tiny 3-sliders.
Please tell me what you think it should look like?

I could add a second option with "Use red settings for a grayscale conversion"; maybe even: a checkbox for "convert to grayscale" and a combo for choosing between the red/green/blue settings?
If you think to more options, I will add them but then probably I will use a tab-based UI: one tab for the nine sliders, a second tab for all settings?

Please, tell your ideas on the topic. Do you want some other special features?

The second thing I will do is take more care concerning layers issues (no idea of what happens now... but I will check if everything is OK and fix what may not work now).

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Fri Feb 05, 2010 9:18 am
Profile WWW

Joined: Thu Feb 05, 2009 6:48 am
Posts: 43
Post Re: My Channel Mixer
Would it make sense to just link the sliders ? Add a b&W tickbox and if it's set, the appropriate sets of sliders act in parallel ? You could initially mix the colours into B&W, and then unlock and fine-tune to get a bit of toning ?

thorsten


Fri Feb 05, 2010 10:05 am
Profile
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
This is a good idea but what about the following issue:
I set the nine values like (for instance):
1,2,3,4,5,6,7,8,9
Now I enable this kind of linking: the slider with value 1 is now linked with sliders with values and 4 and 7. Does that mean that when enabling the linking part, the sliders first get aligned on the three first one? If I enable the grayscale mode: do the sliders have to first go to the values:
1,2,3,1,2,3,1,2,3 ?
Of course unlocking that is much easier, because nothing special has to happen. But again, what should be the behaviour of the sliders when enabling this mode?

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Fri Feb 05, 2010 10:30 am
Profile WWW

Joined: Thu Feb 05, 2009 6:48 am
Posts: 43
Post Re: My Channel Mixer
I can't see any 'right' way of doing it, so just copying from red to green and blue is as good as any other method - and it would follow the principle of 'least surprise' I think.

thorsten


Fri Feb 05, 2010 10:59 am
Profile
Bibble Plug-in Developer
User avatar

Joined: Mon Jan 12, 2009 1:12 pm
Posts: 279
Post Re: My Channel Mixer
OK, I will go to bed but here is already a first idea for an UI.
You can replace the old one by this new one if you want but of course new buttons will have no effect. The interface still should work with no problem with old settings.

Four new buttons: reset, gray/red, gray/green, gray/blue. They will replace all current settings with settings taken from red, green or blue. For instance, say you have the following values: red(1,2,3), green(4,5,6), blue (7,8,9). Now if you click on Gray/Green, you will have: 4,5,6,4,5,6,4,5,6

I write my UI by hand, which is quite difficult. If someone can have a look at it for adjusting the alignment for buttons (it is now very ugly in my humble opinion :? ) I will be very happy. I will fix the code for using the new buttons tomorrow (or sunday). Best regards, TB.

_________________
Thomas Baruchel
Photoblog
Plugins and presets


Last edited by baruchel on Sun Feb 07, 2010 5:35 am, edited 1 time in total.

Fri Feb 05, 2010 1:30 pm
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2  Next


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin