Hi Rahul

I looked into your script
the histogram node is clipping your whites to 1
a work around is to set input and output range whites to higher than your
whites in your image
You can also try some of the other color tools as well
Hope it helps



Cheers
*Shailendra*

On Sat, Mar 5, 2011 at 5:00 PM, rahul kv <[email protected]> wrote:

> I  applied a histogram  before the blur operation(Size 400) and I noticed
> there was some considerable shift in the super whites areas as they lost the
> glow around them. I assume this is a basic workflow issue so please let me
> know whats causing it and is there anyway to avoid it?
>
> Here is the script and I am attaching the test file with this mail.
>
> set cut_paste_input [stack 0]
> version 6.2 v1
> Read {
>  inputs 0
>  file
> C:/Users/Makuta/Downloads/openexr-images-1.5.0/MultiResolution/Kapaa.exr
>  format "799 546 0 0 799 546 1 "
>  origset true
>  name Read1
>  selected true
>  xpos -40
>  ypos -232
> }
> set N5131380 [stack 0]
> Histogram {
>  name Histogram1
>  selected true
>  xpos -40
>  ypos -132
> }
> Blur {
>  channels rgb
>  size 400
>  name Blur1
>  selected true
>  xpos -40
>  ypos -88
> }
> push $N5131380
> Viewer {
>  frame 1
>  input_process false
>  name Viewer1
>  selected true
>  xpos -40
>  ypos -29
> }
>
> Thanks,
> Rahul
>
>
>
> _______________________________________________
> Nuke-users mailing list
> [email protected]
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>
>
_______________________________________________
Nuke-users mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to