Blending modes help?

Hi, I loaded a picture up and placed a white square with opacity "10%" to act as a "watermark". I merged it down and duplicated that square with the same opacity. Then I changed the second square to "subtract". They should cancel eachother out and I should be left with the original image, correct? But the result is a grayish/desaturated square. No values reached 255, so there shouldn't be any data loss. Can someone explain this? And how would I go about cancelling out the first square I made if this is not how to do it?

It's the best solution so far, as it seems to be the closest to cancelling out the square. But it's nothing I haven't tried already. I've tried every blending mode on the second layer with both white and black squares. They all leave a desaturated (not completely desaturated, but less than the original) looking artifact.
I just tried with an even simpler set up. I opened a 10x10 document, and filled it with the color (123,164,93). then i added a new layer of white, turned opacity to 20% and merged.Then I added another layer of white, turned the opacity to 20%, selected "subtract", and merged. The final image should be a 10x10 square that's (123,164, 93) but instead it's (119, 146, 100). And I just checked and that doesn't even return the same brightness value.
I tried different blending modes for the second layer and even tried putting the first white layer on "linear dodge (add)" thiking "well, since add is the opposite of subtract, it should work". Still, I never get the original color.
Is this a bug in just my software??? Have you tried doing this experiment yourself and it works on your end??? Is there a setting somewhere that I can adjust that should be adjusted??? Or is this a bug or issue that Adobe hasn't worked out? Maybe they need another blending mode called "super simple subtract"?? lol please help because I think this should be sooo freakin easy. The programming for it would childsplay! R - R, G - G, B - B... that's how "subtract" should work

Similar Messages

  • Blending mode help please!!!!!

    Hi everyone.
    I'm now using a mac for indesign and I've found that to preview different blending modes (normal-multiply-screen etc) on an object I have to click on each mode separately. Is there any way you can cycle through them and see the results? - In photoshop you press shift, and then + or - and it will cycle. - This way is far quicker and less fiddly!
    Any thoughts?
    Thanks,
    Chris.

    That's very strange, I'm nearly sure I got that tip from someone who works with Mac Os?
    I find that if I call up the panels with a shortcut key the first field is highlighted, I can then Tab around the panel.
    If I click withing the Panel at any stage, then the tab key hides all the panels.
    Sorry it doesn't work for you, cycling the blend modes is great, sometimes I know I need Multiply, but I cycle them anyway to see if anything looks better.
    Maybe someone who is Mac orientated knows of another way.

  • Photoshop Help Video - Can't Locate Katrin Eismann Blending Modes Video

    I bookmarked a Katrin Eismann video on blending modes on May 7, 2010. I am trying to locate that video now, so far without success.
    Here's the former link: http://www.adobe.com/designcenter/video_workshop/?id=vid0012
    As I recall, she showed a great example of how to isolate just a portion of a night time scene. As best I recall, the trees were colorful while everything else was black and white.
    I have been hunting for a while without success. I believe it used to be associated with the help file. In fact it still is. If you search on Adobe's help for "blending modes" your first link is likely:
    Photoshop Help | Blending modes
    And as you work your way though the discussion, you find this:
    These examples show the result of painting part of the image’s face using each blending mode.
    For a video on blending modes, see www.adobe.com/go/vid0012.
    Does anyone know how I can locate this video?

    This same non-existent link is still listed on various Adobe web pages, but alas, the page with the video no longer exists. This is obviously an error on the part of the (huge) Adobe website.
    The best thing to do is to submit a bug report, and hope they fix it:
    Adobe - Feature Request/Bug Report Form

  • HELP:  Script to find: blending mode: Multiply

    Hi all,
    Trying to find of write a script that searches an Indesign CS4 document for anything set to blending mode multiply.
    Cant find anything on google..... Please help
    Thank you in advance
    Shot8

    Hi.
    try code below.
    I think it is unnecessary to select the objects
    var graphics = app.activeWindow.activePage.allGraphics;
    app.select(graphics); //=>  undefined. because select method return undefined
    // apply filter to each graphic
    var i = graphics.length;
    while (i--) {
      graphics[i].transparencySettings.blendingSettings.blendMode = BlendMode.MULTIPLY;
    thank you
    mg.

  • Help on blending mode

    Im looking for a in-depth explanation of blending mode algorithms.  Can someone tell me where I can find that for all modes?
    tex

    Try this link.   http://www.google.com/url?sa=t&source=web&cd=4&ved=0CDYQFjAD&url=http%3A%2F%2Fhelp.adobe.c om%2Fen_US%2Fphotoshop%2Fcs%2Fusing%2FWSfd1234e1c4b69f30ea53e41001031ab64-77e9a.html&rct=j &q=blending%20modes%20cs5&ei=0rPWTcGqOYLQsAO-672xBw&usg=AFQjCNGZTAE7YfZkzxT5DU72ofA6GxMT6g &cad=rja

  • Is there a way to get the result of using multiple blending modes in one object?

    Hello,
    I wonder if there's a way to merge multiple objects with blending modes to one object. Here is the example:
    On the left rhere are three objects with the same appearence but different blending modes(color dodge, normal, overlay), on the right they are overlapped, which are still three object. I'm looking for the way to have the same result as the right overlapped one, but as one object. Having the same multiple objects only for the result of color blending mode uses too much memory for my computer.
    Thank you for your help in advance.

    create one object: then in your appearance panel, duplicate the fill twice. Select the top fill and expand the sub menu, click on opacity, choose blending mode. repeat.
    G

  • Hue Blend Mode Confusion

    Hello,
      In reading about the Hue blend mode, I have come to understand (perhaps erroneously) that given two layers (T)op and (B)ottom, that if the Blend Mode of T is set to Hue, then the hue information in T will be blended with the saturation and luminosity in B, which essentially means that the hue information in B is replaced by the hue information in T. However, in running some experiments, I've noticed that when dealing with a very simple document comprised of two layers only, that setting the Blend Mode to Hue also changes the saturation and brightness.
    Here are the steps to duplicate the observed phenomena using two regular layers:
    Create a new blank document.
    Fill with the color that corresponds to the HSB values (0, 70, 50).
    Add a new layer above the existing layer (blend mode Normal).
    Fill the topmost layer with the color that corresponds to the HSB values (230, 70, 50).
    Using the Info panel, the HSB values for the document should read as (230, 70, 50).
    Change the Blend Mode of the topmost layer to Hue.
    Using the Info panel, the HSB values for the document should read as (230, 70, 50), but instead read as (230, 66, 53).
    And here are the steps to duplicate the observed phenomena using a regular layer and an adjustment layer:
    Create a new blank document.
    Fill with the color that corresponds to the HSB values (0, 70, 50).
    Add a Hue/Saturation adjustment layer (blend mode Normal).
    Adjust the Hue value in the Properties panel for the Hue/Saturation adjustment layer to be -130.
    Using the Info panel, the HSB values for the document should read as (230, 70, 50).
    Change the Blend Mode for the Hue/Saturation layer to be Hue.
    Using the Info panel, the HSB values for the document should read as (230, 70, 50), but instead read as (230, 66, 53).
    The results in both (for me) are identical. Am I misunderstanding the Hue blend mode?
    Thanks,
    Matt
    Photoshop Info:     13.0.1 x64 Extended
    OS:                        Windows 7 64-bit
    CPU:                      Dual Xeon E5440
    RAM:                     16 GB
    Video:                    Nvidia GeForce GTX-580

    Hi Chris,
      Thanks very much for your straightforward and helpful answer. So, it would appear that my simplistic understanding of the Hue blend mode as 'replacing' the hue of the underlying layer(s) is incorrect. Would a fair rendering of what the Hue blend mode actually does be as follows?
    "The Hue blend mode will perform a direct replacement of the hue in the underlying layer(s). The brightness and saturation of the underlying layer(s) will not be affected *unless* the resultant hue, saturation, and brightness 3-tuple would result in an illegal HSL combination, in which case the saturation and brightness of the resultant pixels will be altered to bring the HSL values into compliance."
    Also, is there a way for the Info panel to display HSL values?
    Thanks again,
    Matt

  • CS4 bringing photoshop layered files into illustrator - blending modes

    Hello.
    I have a layered photoshop file that is being brought into illustrator. One layer is a drop shadow and is set to multiply within photoshop. The drop shadow is NOT an effect. It's just a plain layer of a drop shadow. When I bring it into illustrator it doesn't act as if it is set to multiply when placed over my illustrator object. I know it's easy enough to make the shadow within illustrator and set the blending mode there but I would like to know why this is not working.
    Thanks in advance for the help.
    -PB

    Illustrator's blending math is not the same as Photoshop's -- there will be differences if you import/export layered data between the apps.

  • How do I mask a path with a blending mode so that if only effects the groups below?

    I am working on a logo but have run into what seems like a simple problem but nothing about masks that I have found seems to work. I have
    two groups and in one of them I have a path with an overlay blending mode. Above both groups I have the same path with the same blending mode. (I have used two as I wanted a stronger effect on the lower group)
    Here is the project against white:
    As you can see the logo itself looks fine and I thought it was ready to use.
    However upon exporting it I noticed that the layers with opacity that where invisable agaist the white where now visable. I ussumed this would eb a simple fix as I am used to this problem with After Effects. Illistrator is not my forte and I am not used to how the masks work.
    After two hours of messing around and searching on the internet for answers I have given up. This must be a common thing to pop up but I couldn't find the answer so here I am. Please can someone help me remove the unwanted white circles.
    Thanks,
    Ben.

    Thank you for replying Monika,
    I have copied the Paths but dont understand what you mean by expand the 3D effect. With the text I was able to click ungroup and edit the individual sides. I am unable to do this with the logo, I dont know exactly why. Also when I combine all my paths they just go into one group. You will have to excuse me, I still have a lot to learn.
    Thanks,
    Ben.

  • CS5.5 Blending Modes Won't Work?

    Being an avid user of AfterEffects CS4, the transition to CS5.5 was painless.. Except for the fact that the blending modes don't work. This has halted all my projects.
    What happens is that when I select a blending mode, nothing happens. It shows that I set the layer to 'add', but absolutely nothing happens. I just got CS5.5 yesterday, so I haven't changed any settings that could mess it up (That I know of).
    Any help would be appreciated!!!

    I'm confused. Blending modes require two or more layers. They work to blend one layer with the layer beneath it. But you only have one layer. How are you determining that blending modes aren't working?
    See this for basic information about blending modes.

  • I can't set a layer blend mode to "Screen"

    Hello, I'm new to Photoshop as of an hour ago (I've been using GIMP for 2 years).
    I have a layer selected and I want to set the blend mode to "screen". However, the screen mode as well as several others are greyed out and won't let me select them. I'm using Windows 8 Home Premium 64 bit, and Photoshop CS6 Extended (Trial) 64 bit. I'm intending to get Adobe Creative Cloud tomorrow, but is the reason for this that I'm using the trial version? If not, what am I doing wrong? There is a screenshot below to show what I am talking about. Any help would be appreciated. Thank you!
    http://i1289.photobucket.com/albums/b504/thomasbowe34/ps_zpsc5e055f5.png

    Took me a few second to figure out whats wrong. But the answer is, you're in the 32 bit mode. Changing the mode to 16 or 8 { (Image>Mode>8Bits/Channel) or (Image>Mode>16Bits/Channel) } will make it available.

  • Layered image with blending mode won't display properly in Indesign CS3

    Hello,
    I'm having trouble placing a layered psd and/or tiff with blending modes into my indesign cs3 document. Basically I have a flattened image with a shadow on a white background. I've had to doctor the image a bit in photoshop and I've used the multiply blending mode to remove the white background. (I'm trying to get around having to clip the image and having to recreate the shadow). Anyone know how I can drop my layered image into indesign and have it keep the blending modes I've applied in photoshop?
    Any help would be much appreciated.

    I'll try and do my best to describe what it is I'm doing.
    I've started out with a “flat” image of a product on a white background with a shadow on it. I need to make the background transparent and so that all I’m left with is the product with the shadow on a transparent background.I want to be able to place this image over another image in indesign and have the background remain transparent.
    On the first layer I have a clipped out version of the product with no background (All by itself with no background or shadow). On the second layer I have the original “flat” image with the shadow and white background. On this layer I’ve used the multiply blending mode to remove the white background.
    Now that I have the product on one layer by itself and the product and shadow on layer two with the multiply blending mode I have an image of the product with a shadow with no background. When I place this into indesign, my image shows up with the white background as if the multiply blending mode isn’t applied.
    I’ve tried this on other images. It doesn’t appear that it lets you bring an image over with that blending mode. It's like I'd have to bring over a clipped image and then place that on top of my original image with a blending mode placed on it "in" Indesign.
    Hope that make sense?

  • Blending modes not working in CS6

    High everybody, i am working in cs6 and starting to frustrate more and more, tried everything and nothing seems to work. Layer blending modes just seems to stop working at one moment, or at certain layers, i dont know. I have two layers one on top of other, and when i set blending mode on top layer everything just goes white, I will post screenshot of my ps, so if anybody can help me pls.. Thanks!
    .

    I wanted to do some quick tutorial and this is the one i chose to kill boredom... http://psd.tutsplus.com/tutorials/designing-tutorials/creating-a-cool-3d-web-design-effect / (step 10) if you have time look into it.
    The guy copies white rectangular background layer with radial gradient fx (dark red) on top, disables gradient and applies pattern overlay fx with overlay blend mode, so he just inserts pattern onto header layer and result is header with radial gradient and pattern, i know what you are saying and probably know how to do it some other way, but i am really buged how he did it, is it because he worked in older v. of ps?
    p.s. this means then that in order for pattern overlay fx to work in overlay blend mode - shapes must have color (not working when colored with #fff or #000) - right?
    Thanx

  • Question about using blending modes when cloning

    Hi I want to clone on a blank layer above the background layer. I have the tool set to curent and below and the blank layer is set to normal blending mode.  I want the cloning to be in darken blending mode. I change the blending mode of the clone stamp tool to darken. Will that work on a blank layer that is set to normal or is it necessary to also change the blending mode for the blank layer to darken as well? Thanks for your help.

    Well thanks. It's not just a portion of the image that I want to clone on using different blend modes, but the entire image. I didn't want to duplicate the background to clone on as it adds a lot in size to the image and its harder to edit out incase I make a mistake. Guess I will have to have two layers, one set to lighten and one to darken. I wish that Adobe would make photoshop work in the next version so that you could just change the blending mode of the clone stamp tool in the tool bar. Wasn't it like this in versions before CS5?
    So I have another question for you. Can I use the healing brush on lighten and darken blending modes on a blank layer set to normal with sample current and below selected? Or do I have to switch between two separate layers, one set to lighten, one set to darken?
    Thanks again.

  • Dynamic Link Blending Modes

    Hello Premiere Pro´s
    Is there a way where an After Effects Dynamic Linked comp imported into Premiere Pro can preserve its blending modes to the outside layers in a sequence?
    A little like the logic of the continuously rasterize option that exists in After Effects.

    That´s what i was suspecting, but that feature would be a great add. ( Plus solving another workflow issue i´m having also with dinamic lynk. )
    My feature is very heavy on the use of dynamic linking. And in this case i have a Premiere sequence "edit" that i would like to be imported into AFX via dinamic link - then compose FX on top and then re-import that AFX Comp into the same Premiere Project into a "final" sequence. But this workflow gives me loop redundancy problem that makes Premiere dont update its dynamic linking, unless i close and open the app.
    So my second try was importing the "effects ae comp" into premiere and hope there could be some workaround where the blending modes could pass into dinamic link, like the logic of the continuously rasterize option.
    But thanks for the reply and help, Jo.
    Regards

Maybe you are looking for

  • Tips and Tricks-how 2

    I was looking for any place where I could get answers on how to make my ipod do the things that I know it can. For example on more than a couple of occasions I have managed to turn off the video but leave the sound by holding down the play pause butt

  • ITunes and Quicktime Installation Troubles

    I had to completely remove iTunes and Quicktime from my computer, and now I am having difficulties reinstalling it. When I download iTunes+Quicktime it begins to install, and then stops, saying there was an error installing Quicktime. The error is th

  • Unable to Install ITunes 8.0 and unable to access IPhone

    All, Update attempts from ITunes 7.x & now though initially it said cannot upgrade to IPhone software 2.0.1 without 8, all of a sudden it kicked off and upgraded successfully. But now my Iphone is totally locked out as it is not even getting recogniz

  • ORA-01403: No data found (only affects 1 user)

    Hi We have an application that is used by 100+ users a day - 1 particular user however is unable to view the report and gets the following error message (no one else experiences this): failed to parse SQL Query ORA-01403: No data found For info all u

  • JDev902: Calculated Entity Attribute

    I've got two Entity Objects: - MasterEO - DetailEO In the MasterEO I wrote a method to calculate the sum over an attribute of the DetailEO using the RowIterator returned by the accessor-method getDetailEO. Everytime the attribute in the DetailEO chan