Hi,
what do you mean with 'combine'? You want to average them? Assign each to a channel?
Hi,
well there are at least two ways:
- use pixel math to add your images and then divide them, something like this: (img1 + img2) / 2
- use ImageIntegration
I hope you understand that 'combine' can also refer to combining monochrome lights into an RGB image. That is done differently. That's why I needed that clarified first.
yes, make a luminance mask with the desired strength and have it active when you apply the HDRWT (or any other process for that matter.)
this is the 'right' way to do it in PI. i can see why you are frustrated with having to do it with pixelmath.
Well, I did get that to work.
It seems like a complex way of adding data from one image session to another one.
ImageIntegration wouldn't work with less than three images.
QuoteCan you explain what workflow leads to having 2 stacked lights that need combining? Whenever I have lights from multiple sessions I stack the whole thing.
Sure, in this case I just finished modding a 350D and wanted to combine it with an image from my 60Da.
I'm more playing around trying to learn PI better.
Thanks for the help all
Jim
Thanks that makes sense. If I want to do a 50%/50% blend what is the best way to make the mask?
Mike
...IMO lack of layering is a weakness of PI...
Ok...now I want to see who will continue to say that photoshop is better ;)
Quote...IMO lack of layering is a weakness of PI...
Don't take this as an official announcement, but see below... :)
Quote...IMO lack of layering is a weakness of PI...
Don't take this as an official announcement, but see below... :)
yes, make a luminance mask with the desired strength and have it active when you apply the HDRWT (or any other process for that matter.)
this is the 'right' way to do it in PI. i can see why you are frustrated with having to do it with pixelmath.