Lut for part of image

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Lut for part of image

Maximilian Loy
Hello,
 
i would like to dye only a part of my image with a LuT not the entire image.
 
Is this possible?
 
Thanks,
Max

 ** Confidentiality Statement and Disclaimer **
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
** End of Statement **
Reply | Threaded
Open this post in threaded view
|

Re: Lut for part of image

leo durosemont
LUTs are typically for 8-bit images, so you can't mix two luts in the same 8-bit image window. Therefore, you should apply the lut to the subregion , then convert to RGB and put everything together in a new RGB image. An example follows.
 
Leo.
 
run("2D Gel (38K)");
makeRectangle(265, 61, 196, 139);
run("Duplicate...", "title=2D_Gel.jpg-copy");
run("Spectrum");
run("RGB Color");
run("Select All");
run("Copy");
close();
selectWindow("2D_Gel.jpg");
run("RGB Color");
run("Paste");
run("Select None");



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com