|
I'll give it a play when I get back to my desk in a couple of hours. I think it'll actually be a lot simpler than they make it look.
Posted 54 months ago.
(permalink)
|
|
copy your layer,
desaturate it using luminocity
set it to multiply mode. 100%
copy that layer
invert the color
set it to saturation mode about 50%
looks pretty close to me.
Originally posted 54 months ago.
(permalink)
jeffegg2 edited this topic 54 months ago.
|
|
Hey, jeffegg2, that looks nice! 4th step should be: merge down (or not?)
Posted 54 months ago.
(permalink)
|
|
well, depends on if you want to keep each layer seperate. save what you have as .xcf file, then flatten and then save as .jpg is what I usually do.
Posted 54 months ago.
(permalink)
|
|
yes, you're right! I've made a mistake setting upper layer to multiply. (By the way I ask myself, why the Photoshop way seems so complicated. Some extra clicks for the extra bucks?)
Posted 54 months ago.
(permalink)
|
|
Jeff you're brilliant! Thanks!
Posted 54 months ago.
(permalink)
|
|
Where do you find the luminocity? I would like to try this but I don't know where things are yet on gimp. Please help.
Posted 54 months ago.
(permalink)
|
|
Hi, JMBull!
You can find it on the open image window under the Colors Menu > Desaturate...(there are 3 desaturation options there, with one of them being luminosity)
Cheers!
Art
Posted 54 months ago.
(permalink)
|
|
Thanks!
Posted 54 months ago.
(permalink)
|
|
You might wan't to try GIMP FX Foundry. 90 fresh & hot plugins/scripts made easy for GIMP 2.4.
Posted 54 months ago.
(permalink)
|
|
yes I second the fx foundry! they are must have additions to gimp!!
Posted 54 months ago.
(permalink)
|
|
I've put together a GIMP scheme script that will perform the above mentioned muted color steps. The muted color script can be downloaded --> here.
Posted 53 months ago.
(permalink)
|
|
I believe this approach www.flickr.com/photos/ptyap/2082069989 gives better results and offers more flexibility.
Originally posted 53 months ago.
(permalink)
alebedenko edited this topic 53 months ago.
|
|
Thanks alebedenko, that approach does provide better results. The s-curve procedure is more subtle than the previous method and can provide a better control over the result.
I've changed the script I put together to reflect the inverted s-curve based procedure. Like before the script can be downloaded --> here
Posted 53 months ago.
(permalink)
|
|
SOULFX...I get a ".htm" file when I download...How do I convert to the right extension for a script?
Posted 53 months ago.
(permalink)
|
|
Elmer Fishpaw says: "How do I convert to the right extension for a script? "
Try right click on link and "Save link as..."
It should produce SCM file then.
soulfx - thanks a lot!
Originally posted 53 months ago.
(permalink)
alebedenko edited this topic 53 months ago.
|
|
very cool....just removed ".txt" and all is good! I really like the effect very much...seems a tad warmer. Thank You!
Posted 53 months ago.
(permalink)
|
|
soulfx -- do you think that leaving layers un-merged may be a good idea? E.g. for further adjustment of opacity between them. So, may be just comment those two lines out?
Posted 53 months ago.
(permalink)
|
|
alebedenko,
Keeping the layers un-merged is a good idea. During my tests changes in the opacity of the adjustment layers didn't change the final result much. I found that better results could be obtained from adjusting the curves and saturation of each un-merged layer.
I've updated the script with an option to disable the layer merge and added a saturation reduction adjustment. During testing I found that setting the saturation reduction to -50 will produce similar results to the images produced by jeffegg2's method. -25 is a nice compromise.
2008-01-14 Update
I've tweaked the value level's s-curve a little so that the muted image isn't so dark after the effect has been applied.
Download: mute-colors
Originally posted 53 months ago.
(permalink)
soulfx edited this topic 53 months ago.
|
|
hi, i have gimp 2.4.2, and i dont know how to do this muted colour thing, tho id really like to, if some one could pleaseee give me a dummies tutorial on how to do this, that would be muchly appreciated... treehs333@yahoo.com thanks
Posted 53 months ago.
(permalink)
|
|
ps i cant download that mute-colours thing either so a way not using that would be awesome
Posted 53 months ago.
(permalink)
|
|
why you can't download it?
script are just text ,you may just download as it is and move in a script folder,
your should be in something as C:/document and setting/treesh333/gimp/script
Posted 53 months ago.
(permalink)
|
|
right click on the link, chose save target as, there, in your gimp folder
Posted 53 months ago.
(permalink)
|
|
What is the name of the filter? I can't find it in my filter selection tools
Posted 53 months ago.
(permalink)
|
|
It is not a filter it is a script. After it was copied into the script folder try:
Colors -> Mute Colors...
Posted 53 months ago.
(permalink)
|
|
Used jeffegg2's simple instructions on a photo I've been wanting to edit for a while. It was the perfect effect! Thanks so much. Here's the photo:
Posted 51 months ago.
(permalink)
|
 |
αndy emcee [deleted] says:
thanks a lot...worked like a charm!
Posted 49 months ago.
(permalink)
|
|
I loved the script, but it needs to be updated for Gimp 2.6. Please, soulfx!
Posted 40 months ago.
(permalink)
|
|
I am having a look at it, I will see what I can figure out.
Posted 40 months ago.
(permalink)
|
|
Here is the fixed script.
I searched the error the script was giving me and it lead me to a page with one of my scripts.... I am off to check all of my 2.4 scripts and make the 2.6 compatible.
Posted 40 months ago.
(permalink)
|
|
Thank you, Tux; It works now. I noticed that several script-fu have a problem with this instruction :
(let* (,
and have also some problems with Gimp menu registration.
As I am more specialized in plug-ins (though I need script-fu too...), I compiled a Windows version of gimp-drt (aka magie-0.3, Dynamic Range Transformer), which works under Windows, but when I wanted to compile it under Linux, it did not seem to be properly registered. I should RTFM, probably...
Posted 40 months ago.
(permalink)
|
|
Yeah the old Script-Fu allowed you to initialise a variable with no value.
Now with Tiny-Fu in 2.6 you have to set the variable and a value. I set it to a zero, then the the script sets the proper value later on.
Posted 40 months ago.
(permalink)
|
|
François Collard
Simply edit the plugin registration path do not work ?
(no idea How same path may work in win and not in linux, but in case i will try to change it)
Posted 40 months ago.
(permalink)
|
|
@ tuxcomputers
>Here is the fixed script.
>I searched the error the script was giving me and it lead me to a page with one
>of my scripts.... I am off to check all of my 2.4 scripts and make the 2.6
>compatible.
Thanks for that :-)
Especially if you intend to fix a number of these 2.4 scripts to 2.6 compatability, maybe you could/should stick a change note at the top and move its menu position out of Script-Fu (I presume this one should be in Fx-Foundry-Colors?)
Posted 40 months ago.
(permalink)
|
|
Thanks, Tux.
Photocomix, the trouble with the compiled Windows plugin I sent you is that the same source is correctly compiled for Windows and does not appear in the menu under Linux.
Maybe because I use older Gimp sources with MinGW Windows.
Posted 40 months ago.
(permalink)
|
|
Alec_Burgess wrote
move its menu position out of Script-Fu (I presume this one should be in Fx-Foundry-Colors?) I always put my scripts under Script-Fu, it allows you to know that it is an add-on not supplied as default.
That's my reasoning, if you wish to place it elsewhere then you can easly chnage it, just open the script in a text editor. The menu location setting should be at the bottom of the script.
Posted 40 months ago.
(permalink)
|
Would you like to comment?
Sign up for a free account, or sign in (if you're already a member).
|