Black pixels on certain colours

One some images, as I increase the resolution, black pixels appear. When the image fits the screen, I can't see anything but as I increase the resolution, these black pixels become very obvious, but only on certain colours, like the blue of this dress.
Help !!!  What's going on ?
Anyone know ?
CS5

Looks like a known problem with some AMD/ATI graphics card drivers: pixels with red=0 are displayed black. As far as I know, the very recent Catalyst 13.2 beta 5 is good.
http://support.amd.com/us/kbarticles/Pages/AMDCatalyst132BetaDriver.aspx

Similar Messages

  • Strange black pixels appearing in photoshop but not in bridge, help?

    First Photo is viewed in Adobe Bridge (Print Screen Image)
    Second Photo is viewed in Photoshop (Print Screen Image)
    Third Photo is saved as JPEG in Photoshop (Print Screen Image) - Notice no strange black pixels
    Sorry there's no consistency in crop but why am I seeing these strange black pixels and why do they disappear when saved as jpeg  or same photo viewed in different viewing software? Please help.
    Thanks in advance for all your time and understanding.

    A bug in AMD/ATI graphics driver. Update to Catalyst 13.2 beta 5. See thread:  Black pixels on certain colours

  • Draw line between black pixel : coordinates of selected pixels ?

    Hi
    I want to build a script which can check a Photoshop file and :
    - find black pixel
    - for each black pixel, look for another black pixel within maximum distance of 5 pixels
    - then draw a line between the two black pixels.
    I wrote this script below (my first script ...), but it's VERY slow (and my final image is VERY big), I think because I test the colour for each pixel of the image.
    So another solution would be to first select black pixel with magic wand, then the script save all coordinates of selected pixels, then my script wil test only this pixels (less than 1% of the pixels are black in my image).
    Is it possible with JavaScript ?
    Thank you for your response !
    Marc
    function main(){
    var startRulerUnits = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    var myHeight = app.activeDocument.height;
    var myWidth = app.activeDocument.width;
    // Find black pixel
    for(var i=5; i<myWidth; i++) {
      for(var j=5; j<myHeight; j++) {
       activeDocument.colorSamplers.removeAll()
       var sampler = activeDocument.colorSamplers.add([new UnitValue (i, 'px'), new UnitValue (j, 'px')]);
       if (sampler.color.rgb.hexValue === "000000") {
    // For each black pixel, search another black pixel below left up to 5 pixels
        for (var m=i-5; m<i; m++) {
         for (var n=j+1; n<j+5; n++) {
          activeDocument.colorSamplers.removeAll()
          var test = activeDocument.colorSamplers.add([new UnitValue (m, 'px'), new UnitValue (n, 'px')]);
          if (test.color.rgb.hexValue === "000000") {
    // Then draw a black line between the two black pixels
           var FillColour = new SolidColor;
           FillColour.rgb.hexValue = '000000';
           var ad=activeDocument;
           ad.selection.select([[m,n],[i,j],[m,n+1],[i,j+1]], SelectionType.REPLACE, 0, true);
           ad.selection.fill(FillColour);
           ad.selection.deselect()
    // For each black pixel, search another black pixel below right up to 5 pixels
         for (var m=i+1; m<i+5; m++) {
          for (var n=j; n<j+5; n++) {
           activeDocument.colorSamplers.removeAll()
           var test = activeDocument.colorSamplers.add([new UnitValue (m, 'px'), new UnitValue (n, 'px')]);
           if (test.color.rgb.hexValue === "000000") {
    // Then draw a black line between the two black pixels
            var FillColour = new SolidColor;
            FillColour.rgb.hexValue = '000000';
            var ad=activeDocument;
            ad.selection.select([[i,j],[m,n],[m,n+1],[i,j+1]], SelectionType.REPLACE, 0, true);
            ad.selection.fill(FillColour);
            ad.selection.deselect()
    main();

    The first alert should have shown the first pathPoint.anchors for all the subPaths in the path.
    The xyArray is just something I added for the alerts. The array 'myPathInfo' should have all the info extracted from the path.
    myPathInfo.length will tell you how many subPaths are in the Path.
    myPathInfo[index].entireSubPath.length will tell you how many pathPoints are in that subPath
    myPathInfo[index].entireSubPath[index].anchor will tell you the position of that pathPoint.
    The indexes start with zero.
    The bounding box of the entire subPath can be hard to work out just from the pathPoints. Unless all the point are corner points the path may extend beyond the anchors. One think you can do is create a new path from just one of the subPaths, convert by to a selection, and then get the bounds from the selection. You can make a new path from a subPath using the 'myPathInfo' array from above.
    app.activeDocument.pathItems.add("myPath1", [myPathInfo[0]]);
    That line will make a new path from the first subPath. Change the index to use a different subPath.
    Some other info that may help.
    app.activeDocument.histogram[0] will tell you how may black pixels are in the document. But its no help determining where they are. If that returns 0 there are no black pixels.
    If you don't have any luck working with converting the original color range selection into a path and need to go back to searching with the colorSampler it may help to use a grid approach. For example make a square selection, the size depending on how scattered the black pixels are, say 25x25px. Then use color range to select black. With an active selection it will only select pixels in that selected area( if any). You could then check to see if there is a selection. If not make another same size square to the right edge of the last area. If there is a selection, the solid property will tell you if more than one black pixel was selected( unless they are right next to each other ). If solid == true the selection bounds will tell you where the pixel is. If false you have to then search that square. But if there are areas where there are no black pixels checking a square range of pixels at once should be quite a bit faster than checking every pixel. And checking the historgram first will let you know if you should bother searching to start with.

  • HP photosmart premium C309a photos printing black and white not colour

    My printer is printing photos in black and white not colour as requested on print preferences. any ideas?

    Hi fossil1, are the color ink levels ok? Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • My ipad mini is cracked in the bottom left corner of the screen and their is a thick black line with smaller coloured lines within it, is their anything I can do to fix it?

    My ipad mini is cracked in the bottom left corner of the screen and their is a thick black line with smaller coloured lines within it, is their anything I can do to fix it?

    Does this only happen on specific pages?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can try to disable notifications as a test (you may want to reverse this).
    You can try to set the dom.webnotifications.enabled pref to false on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • I'm having problems creating a slideshow that I can burn to a DVD. I can see all of the pictures but it goes black at a certain point every time. I'm using iPhoto. I've tried copying it but the same thing happens. Ideas?

    I've loaded about 100 photos into a slideshow that I would like to burn into a DVD to share with friends at a 50th birthday celebration. It keeps going black at a certain point but I can see the pictures in the cue. Any ideas on how to correct this and how to burn it to disc easily? Thanks! This is my first time trying to do this.

    With the amount of information you've provided it's impossible to offer a potential solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    how are you trying to export the slideshow?
    Here's how I recommend one get a slideshnow to iDVD: export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  Select Size = Medium or Large.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • HP 1050A J410g wont print black and white only colour

    Hello,
    My HP1050A J410g - 14 months old hardly ever used stopped printing black and white.
    Colour will print.
    No error message
    Test page prints blank
    Cartridges are new and not empty.
    Paper feeds through but prints blank.
    Please help.
    Thanks

    Good day and welcome to the forums londonsw,
    I saw your post about your HP Deskjet 1050A no longer printing in black. I would like to offer my suggestion to you that might help.
    Please click the guide and follow the steps: Fixing Ink Streaks, Faded Prints, and Other Common Print Quality Problems
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    Have a wonderful Monday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Finding out where a certain colour is used

    Hi everyone,
    is there a way to find out where a certain colour (swatch) is used inside a document, like on what page or something?
    Inside a single-page document is not a big deal, in a 200+ paged document it is hell to find out…
    I can search for "character colour" and search again for object fill and again for stroke and again and again.
    I'm looking for an "easy" way to use.
    or maybe there is a script for that?
    thanks for helping me out!

    jocstone_me wrote:
    Hi everyone,
    is there a way to find out where a certain colour (swatch) is used inside a document, like on what page or something?
    Inside a single-page document is not a big deal, in a 200+ paged document it is hell to find out…
    I can search for "character colour" and search again for object fill and again for stroke and again and again.
    I'm looking for an "easy" way to use.
    or maybe there is a script for that?
    thanks for helping me out!
    The commercial Blatner Tools plug-in for InDesign from dtptools.com can find colors and can create a report of all colors or only those used in the current document. There's a 14-day free trial.
    I have no connection to the company other than being a satisfied user.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • 4 black pixels appear on the top left

    If I work on my iMac for a while, 4 black pixels appear on the top left area of my desktop. If I move an application window over top of them, they are not visible. They are only visible on the wallpaper. If I change the wallpaper they disappear and if I go back to my old wallpaper, they aren't there any more either...
    Has anyone an idea, what this might be? I guess a dead pixel, or a stuck one should be permanently visible, even if I move another window on top of it...

    : D I have no clue, I've never done it before, i think it had something to do with taking out the batter and holding the power button or something-another
    http://docs.info.apple.com/article.html?artnum=303319
    i think this is it.
    Another problem may be an app you have running. It could be causing a conflict and making the pixels go gimpy. I dont think its a serious problem and it could be fixed software wise. If all else fails, reinstall OSX. : P

  • 32 bit HDR - black pixel speckling when Remove Ghosts checked

    Hi,
    I'm using LR4.4, PS CS5 12.0.4, OS X 10.6.8. I'm able to view the 32 bit TIF back in LR, but when I zoom in to 2:1, I can see obvious speckling of mostly black pixels in various dark parts of the image. This only happens when I have Remove Ghosts checked. I actually had just thought of doing a test without it checked to confirm my suspicion, and I was right. Unfortunately I need it checked for some of the images with motion.
    http://tv.adobe.com/watch/the-complete-picture-with-julieanne-kost/qui ck-tip-creating-32bit-hdr-images-in-lr-41/
    Thanks,
    John
    Here's a very noticeable example. Others are less apparent.
    http://www.johnmaclean.com/32bit_black1.png
    And I'm getting these dialogs, which I don't think have any relevance.

    I am having a similar problem with Merge to HDR from Lightroom 4 to CS6.
    First of all, here is the dark exposure processed entirely in Lightroom.  As you can see there is good shadow detail and no blown highlights:
    I
    Now here is the image using the darkest and lightest (of 3 exposures) manually blended.  Here the shadow detail is naturally better (although it isn't obvious on the small image shown here):
    Now here is the image from HDR Pro with remove ghosts on the darkest of the 3 images.  As you can see there is very bad (practically no) shadow detail (look at the hillside on the left):
    Here is the HDR Pro with remove ghosts on the middle of the 3 images.  As you can see the clouds are badly blown/posterised:
    And here is the HDR Pro with remove ghosts on the most over-exposed image.  As you can see the sky is completely messed up:    
    Essentially unusable for this sort of image.  Hope this gets fixed soon!!

  • Bug with big Black Pixel on Photoshop CC

    Hi,
    I recently install Photoshop CC (iMac 2,8 Ghz Intel Core i5, 16Go 1333 Mhz DDR33, Mavericks)
    When using different layers, I have a HUGE BLACK PIXEL coming on the picture (365x365px) , often on the low lef corner.
    It disapears when I strongly zoom inside but it comes back when I zoom out...
    Any idea please ????

    Many thx Mylenium,
    it seems to be working right now without OpenCL... I also had a bug with zoom in and zoom out but it seems to be ok too...
    I hope it will continue..
    (I use to work on heavy pictures with many layers, hope everything will not be too slow without OpenCL)

  • HP Photosmart Premium - C309g and it has stopped printing in black (but will print colour)

    Hi my HP Photosmart Premium - C309g and it has stopped printing in black (but will print colour). I've tried:-
    printing test page - blank apart from windows logo
    powering off and on
    printing form different programmes.
    Both black printer cartridges are full.
    printer is 3 days out of one year guarantee!
    I'm not very technical so easy solutions would be preferred.
    Thanks
    This question was solved.
    View Solution.

    Try the solution in this thread for cleaning the C309g printhead.
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • No Special Event Stream with QT7.1.3? Just a black pixel. :-(

    hi all,
    the official link to the stream of the latest Apple Special Event (http://events.apple.com.edgesuite.net/sep_2006/event/index.html) doesn't work for me.
    When I click the "Watch the Special Event" button, QT 7.1.3 starts but just with a 1 second lasting 1x1 black pixel.
    Anybody else with this problem?
    I reenabled Flash in the settings and HTTP with port 80 as protocol but that didn't help. Before the upgrade to 7.1.3 I was able to watch every Apple Event stream with no problem at all!
    strange thing ...
    thx
    Stefan.

    works now.
    changed nothing.
    just tried again and again and again.
    maybe Apple changed something, maybe it still was the tremendous demand.

  • Getting random blocks of black pixels in blue areas of image.

    For no apparent reason I am opening images where there would be a blue background, and getting blocks or streaks of black pixels. Using CS 5. How do I prevent or correct? Thanks, Jim.

    Thank you, that corrected the problem. In a screen shot you would have seen just random scattered blocks of black pixels in place of blue. The blue could be any shade of blue. Can you please explain why disabling the OpenGL Drawing option corrected the problem? Is it primarily a function of incompatability with Photoshop and my video card? Finally am I just primarily sacrificing speed if I were working in 3D. Thanks for any information you may have since it is obvious you know what's going on. Jim

  • Dead like black pixel splotches..

    I have a mbp c2d 2.16 ghz...
    Ive been reading and it seems that many people has had this same problem..
    I have some dirty like dead pixels in my screen that look like if it was dirty.. but it is not, it is under the screen...
    Ive seen some pictures of other posters and they are exacty.. what worries me is that theyhave been multiplying...
    has someone that had this same problem have been helped or the problem has been solved ?
    thanks

    For reference, here are all the threads I found that appear to discuss this problem:
    "Dispay Bruising"
    http://discussions.apple.com/thread.jspa?threadID=1170476&tstart=45
    "Dark Blotch on Screen"
    http://discussions.apple.com/thread.jspa?threadID=1219609&tstart=45
    "Display black spots"
    http://discussions.apple.com/thread.jspa?messageID=5768589&#5768589
    "Dead like black pixel splotches.." (this thread)
    http://discussions.apple.com/thread.jspa?threadID=1092319&tstart=0

Maybe you are looking for

  • Unable to get URL Variable

    I've seen many posts about URL Variables, and I've tried implementing the solutions, but nothing seems to be working, so I'm hoping that someone out there might be able to help me with my situation. I have built a JSP page in JDeveloper. The page mus

  • Adobe Dreamweaver CC 2014 crash on startup!

    I'm using Windows 7 32-bit with 4GB of RAM on an Intel i3 processor with 500GB of storage. I've tried every solution available out there, removing preferences, reinstalling, removing caches, but all didn't work! This was the error I got, hope you guy

  • Sculpture Object Automation

    I want to make changes to the position of object 1 and 3, and make changes to the strength of object 3 during my project. First thing I tried was using Automap Server and Novation midi controller, map expression pedal to object 1 location, a slider f

  • External load real and target data in SSM?

    Hi, I have a question, Can I load the real and target data  in the "metrics manager" module externally? Any connector is for this? Can I bring from BW the actual and target data? In the "metrics manager" manually load the data ... Is there another wa

  • Video components not showing up in flash

    I am only using Flash MX 6, so I hope it is ok, but I am having a major problem. First I need a video component that works, hopefully there is a few one that is floating around out there. I have a QT.mov, I have converted it to flash and I drop a vid