Well, you definitely don't want the bottom one % 0.5 - just the top one. If you can get it working that way it is much easier. Otherwise you have to draw the images manually to a context.
Well, you definitely don't want the bottom one % 0.5 - just the top one. If you can get it working that way it is much easier. Otherwise you have to draw the images manually to a context.
I am using context and drawing 1st one with alpha of 1, 2nd image with alpha of 0.5. No use, it doesn't come out correctly. The 1st image looks too light.
I am sure someone here have done similar things on Mac OSX. Please share. Exactly what kind of blending mode and alpha should I use?
I am using context and drawing 1st one with alpha of 1, 2nd image with alpha of 0.5. No use, it doesn't come out correctly. The 1st image looks too light.
I am sure someone here have done similar things on Mac OSX. Please share. Exactly what kind of blending mode and alpha should I use?
have you tried drawing one image over another image with Opaque set to NO?
We accidentally did this once when we wanted to remove the old image and it drew on top of the old one. Not really sure how it came out because they were similar images and there were only slight differences that showed up where we could tell they were overlapping, but you might want to try that instead of changing the alpha setting.
Not really sure how to duplicate this since it was a bug and we corrected it, but we basically loaded image views into an array and then we used the array to draw the images on the screen and we accidentally overlapped the images instead of removing the old ones.