My B & W photos become negatives after clicking on "edit"

I have scanned and imported several B&W but one keeps showing up in IPhoto Ok, but becomes a negative once I attempt to edit it>

Welcome to the Apple Discussions. You're seeing this because you scanned them as grayscale photos which iPhoto doesn't support. You can rescan them as color with the RGB color provile or use another application to convert them. However the conversion will have to take place outside of iPhoto. Export the photos to a folder on the Desktop and drop the folder onto this Automator workflow application that I created: *+Convert to JPG and Embed sRGB profile+*. You can download it from Toad's Cellar.
Once you've converted the files import them into iPhoto (you'll have to tell iPhoto to import the duplicates) and check them out. If all is well then delete the first batch of scanned B/W files.

Similar Messages

  • Not able to view catalogs in CCM after clicking on "edit catalog"

    Hi all,
    I am not able to view a single catalog (supplier, procurement or master) in CCM after clicking on edit catalog.
    After clicking on "start" pushbutton, it is giving warning message "Error while editing Master catalog"
    Could anybody tell me, what would be the problem ??
    Thanks in advance.
    Regards,
    Vivek !!
    Edited by: vivek kulkarni on May 26, 2009 12:18 PM

    Hi Jason,
    Thanks for reply and solution.....
    but this problem is only for my user ID and not for all other user ID.
    when we tried with other user IDs, all the catalogs are in green state and working fine. For my ID I am not able to view any catalog into edit catalog screen. When I am trying to search any catalog it is giving me warning message "Error in master catalog". When checked in SLG1 I got error as "catalog (catalog name) not found".
    Is it related to any user setting or like that... as this is the issue with my individual ID.
    Please suggest.
    Thanks !
    Vivek

  • GlassPane becomes inactive after clicking JInternalPane's resize border

    Hi all,
    I wrote a program which has a JFrame with a JDesktopPane on it's content pane.
    Then I add two JInternalFrames on the desktop pane, and my own glass pane by JFrame's setGlassPane() method.
    In my glass pane, I intercept all mouse events for the glass pane and If the event comes up NOT on the JDesktopPane, I convert and forward the event to component beneath the glass pane.
    This almost works fine except two problems.
    One is that once I pressed mouse button on the resize border of a JInternalFrame, the glass pane stops forwading event. It seems to become inactive.
    Second, if I move mouse cursor on the JinternalFrame's resize-border, the cursor does not change to resize-cursor, while it changes to resize-cursor If I remove the glass pane.
    Attached is the sample program (in one file) to recreate the problems.
    If glass pane is working, the message "forward <EVENT_TYPE> event to <COMPONENT_CLASS_NAME>" will be shown on stdout.
    I have a serious and very complecated reason to use glass pane. So I must overcome thease problems anyhow.
    I appreciate any idea or help. Thanx in advance.
    package GlassPaneTest;
    import java.awt.Component;
    import java.awt.Dimension;
    import java.awt.Point;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.MouseMotionListener;
    import javax.swing.JComponent;
    import javax.swing.JDesktopPane;
    import javax.swing.JFrame;
    import javax.swing.JInternalFrame;
    import javax.swing.SwingUtilities;
    public class GlassTest extends JFrame {
        public static void main( String[] args ) {
            SwingUtilities.invokeLater( new Runnable() { public void run() {
                new GlassTest();
        public GlassTest() {
            super("");
            JDesktopPane desktop = new JDesktopPane();
            getContentPane().add(desktop);
            JInternalFrame frame1 = createFrame("1",  50, 20);
            JInternalFrame frame2 = createFrame("2", 300, 20);
            desktop.add(frame1);
            desktop.add(frame2);
            Glass glass = new Glass(desktop);
            setGlassPane(glass);
            glass.setVisible(true);
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            setSize(600,300);
            setVisible(true);
        private JInternalFrame createFrame(String title, int x, int y) {
            JInternalFrame f = new JInternalFrame(title,true,true,true,true);
            f.setPreferredSize(new Dimension(200,200));
            f.setLocation(x, y);
            f.pack();
            f.setVisible(true);
            return f;
        public class Glass extends JComponent
                        implements MouseListener, MouseMotionListener {
            JDesktopPane     desktop;
            public Glass(JDesktopPane desktop){
                this.desktop = desktop;
                addMouseListener(this);
                addMouseMotionListener(this);
            public void mouseMoved(MouseEvent e) { redispatch(e); }
            public void mouseDragged(MouseEvent e) { redispatch(e); }
            public void mouseClicked(MouseEvent e) { redispatch(e); }
            public void mouseEntered(MouseEvent e) { redispatch(e); }
            public void mouseExited(MouseEvent e) { redispatch(e); }
            public void mousePressed(MouseEvent e) { redispatch(e); }
            public void mouseReleased(MouseEvent e) { redispatch(e); }
            private void redispatch(MouseEvent e) {
                Point p = e.getPoint();
                int id = e.getID();
                long when = e.getWhen();
                int mod = e.getModifiers();
                int clicks = e.getClickCount();
                boolean trigger = e.isPopupTrigger();
                Component c = SwingUtilities.getDeepestComponentAt(desktop, p.x, p.y);
                Point cp = SwingUtilities.convertPoint(this, p, c);
                if (c==null) return;
                showEvent(c, id);
                MouseEvent me = new MouseEvent(c, id, when, mod, cp.x, cp.y, clicks, trigger);
                c.dispatchEvent(me);
            public void showEvent(Component target, int id) {
                String E="UNKNOWN";
                switch (id) {
                case MouseEvent.MOUSE_CLICKED: E="CLICKED"; break;
                case MouseEvent.MOUSE_DRAGGED: E="DRAGGED"; break;
                case MouseEvent.MOUSE_ENTERED: E="ENTERED"; break;
                case MouseEvent.MOUSE_EXITED: E="EXITED"; break;
                case MouseEvent.MOUSE_MOVED: E="MOVED"; break;
                case MouseEvent.MOUSE_PRESSED: E="PRESSED"; break;
                case MouseEvent.MOUSE_RELEASED: E="RELEASED"; break;
                if (target instanceof JDesktopPane) return;
                System.out.println("forwad "+E+" event to "+target.getClass().getName());
    }

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: 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

  • Clips become grey after clicking on them

    I uploaded some video and wanted to create a new movie. However, each time I click on a clip in an attempt to drag them to the pane below, they grey out and won't move or play. Once I try the same thing with a different clip, then the original shows up again and the new clip greys out. HELP!!!

    Hi
    Just as Rich839 writes:
    (I write like this)
    *Not knowing the origin to Your problem - General approach when in trouble is as follows:*
    • Free space on internal (start-up) hard disk if it is less than 10Gb should rather have 25Gb
    • Hard disk is untidy: Repair Permissions, Repair Hard disk (Apple Disc Util tool)
    • Delete iMovie pref file - or rather start a new user/account - log into this and re-try
    • Third party plug-ins that doesn't work OK (not relevant for iMovie’08)
    • Program miss-match: iMovie 5.0.2, up to Mac OS X.4.11 AND QuickTime 7.4.1 - is OK
    • Program miss-match: iMovie 6.0.3 or 6.0.4, Mac OS X.4.11 AND QuickTime 7.4.1 - is OK (might work under Leopard)
    • Program miss-match: iMovie’08 v. 7.0.1, Mac OS X.4.11 AND QuickTime 7.4.1 - is OK (might work under Leopard)
    iMovie pref file resides: Mac Hard Disk (start-up HD)/Users/"Your account"/Library/Preferences
    and is named: com.apple.iMovie.plist
    While iMovie is NOT RUNNING - move this file out to desk-top.
    Now restart iMovie.
    QT 7.5 might be problematic – try QuickTime 7.4.5
    Yours Bengt W

  • After iOS 5.1 update on iPhone 4, some of my pictures in the camera roll become pixelated after a crop edit?

    I will elaborate.  Lets say I save an image from a website.  Then I go to the camera roll and edit crop it to make the image a tad bit smaller. Suddenly the images becomes pixelated and blocky.  When  I return to the image and tap the edit button, it becomes clear again and I can see the original picture.  When I tap cancel, it goes back to beign pixelated/blocky.  I tired restoring my phone to factory setting and losing all my data.  That didn't work.  As soon as I tested it, the same thing happened.  I tried some weird method from www.iphoneincanada.ca an that didn't work either. 
    This is very annoying!

    I have more info.  I am using a program to look at the files on my iPhone.  I did some testing and I came up with this.  When a photo is edited ( in my case cropping) an image is created in the Metadata folder.  The metadata folder is contained in a folder called PhotoData.  For some reason, the cropped JPG is put within this metadata folder.  The  DCIM folder contains the "actual image" you saved from the internet or wherever.  When a photo is edited in camer roll, a .XMP file is created for that image (Sometimes) and it's about 1kb.  Coincidentally, the image that is pixelated DOES NOT have an .XMP file associated with it in the DCIM folder.  
    To conclude, it seems that the pictures that have a .XMP file associated with it in the DCIM folder does not come out as pixelated.
    If there is a .XMP file then the photo in the Metadata folder become pixelated. 

  • Where are my photos in Lightroom after I have edited and saved them in Photoshop?

    I'm using LR and Photoshop CC. When I export a photo from LR to edit in Photoshop and then save it in PS and close the file why doesn't the saved file appear next to the original file? I know it's in Lightroom somewhere, but I always have to close LR and reopen it before the edited file will show up in Lightroom next to the original file with the same keyword. What determines where the file will be located within the list of files with a particular keyword. It seems to depend on which external editor I use. Sometimes the edited file is not shown with the original until I close and re-open Lightroom, sometimes it will be at the end of the list of files with that keyword and for some external editors it will immediately show up next to the original file.

    Anyone looking? Or has everyone given up on solving this problem. Apparently, most don't have this problem but no one knows how to solve or why it happens. Others have had this or very similar problems and no one has found an answer. Adobe just ignores my queries about this as is normal for them.
    When I select photos in LR and Export to Photomatix Pro to create an HDR photo the saved result appears immediately next to the original files in LR. When I select the photos in LR and go to Photo > Edit in >Merge to HDR PRO in Photoshop the resulting photo does not appear next to the original files even though LR says they are in the catalog. After I close and reopen LR they will be there next to the original files. Photoshop is the only editor where I have this problem. When I use any other editors such as those by OnOne, Topaz, Photomatix Pro, process a file and save the new files shows up immediately in LR right next to the original file. When I process a file in Photoshop and Save it I notice the filmstrip in LR jumps but the saved file from PS doesn't show itself until after I close and reopen LR.
    AAARGH!

  • Downloaded 143 files, can't see photo's unless I click on edit.  Then I can see thumbnails on top, but can't view larger.  How do I recover them?  What did I do?  Never Happened before.

    I downloaded 143 photo's.  The photo's were visible.  Tried to burn to CD.  When CD finished.  The photo's were blank in iphoto and I have deleted the originals from my camera.
    If I click on one of the blank files in iPhoto and hit edit, I can see all of the photo's at the top of the screen in thumbnail size, but nothing appears in the large editing area. 
    Are my photo's lost?  How can I get them back?
    Thanks,
    Anthony

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • In content query webpart columns are not displaying after clicking on edit webpart.

    Hi,
    I created a content query webpart. I added one custom item style in ItemStyle.xsl. This template having some date operations. Some date comparisons. The issue is, template containing some variables but after selecting my template it is not showing the variable
    names to enter the list column. What will be the issue? Below is the code..
    <xsl:template name="BirthdayList" match="Row[@Style='BirthdayList']" mode="itemstyle">
        <xsl:variable name="SafeImageUrl">
            <xsl:call-template name="OuterTemplate.GetSafeStaticUrl">
                <xsl:with-param name="UrlColumnName" select="'ImageUrl'"/>
            </xsl:call-template>
        </xsl:variable>
        <xsl:variable name="DisplayTitle">
            <xsl:call-template name="OuterTemplate.GetTitle">
                <xsl:with-param name="Title" select="@Title"/>
                <xsl:with-param name="UrlColumnName" select="'LinkUrl'"/>
            </xsl:call-template>
        </xsl:variable>  
    <xsl:variable name="EmployeeDesignation">
            <xsl:value-of select="@EmployeeDesignation" />
        </xsl:variable>
        <xsl:variable name="Birthday">
            <xsl:value-of select="@Birthday" />
        </xsl:variable>
        <xsl:variable name="dateTimeBirthday" select="ddwrt:FormatDate(string($Birthday), 1033, 3)" />     
                    <xsl:variable name="dateOfBirthday"  select="substring-before(substring-after($dateTimeBirthday, ', '), ', ')"
    />
                    <xsl:variable name="monthOfBirthday" select="substring-before($dateOfBirthday, ' ')" />
                    <xsl:variable name="yearOfBirthday"   select="substring-after(substring-after($dateTimeBirthday, ', '), ',
    ')" />
                    <xsl:variable name="TodaysDateOfBirthday">
                        <xsl:value-of select="ddwrt:FormatDate(string(ddwrt:Today()), 1033,3)"/>
                    </xsl:variable>
                    <xsl:variable name="TodaysDateOfBirthdayyy"  select="substring-before(substring-after($TodaysDateOfBirthday, ',
    '), ', ')" />
                    <xsl:variable name="TodaysmonthOfBirthday" select="substring-before($TodaysDateOfBirthdayyy, ' ')" />
                    <xsl:variable name="TodaysyearOfBirthday"   select="substring-after(substring-after($TodaysDateOfBirthday,
    ', '), ', ')" />
                     <xsl:if test="($dateOfBirthday)=($TodaysDateOfBirthdayyy)">
                     <xsl:if test="($monthOfBirthday)=($TodaysmonthOfBirthday)">
         <div>
            <div>       
        </div> 
        </div> 
        <table width="100%"> 
        <tr width="100%">
                    <td width="80%">
                                    <table>
    <tr>
     <td><b><xsl:value-of select="$DisplayTitle"/></b></td>
                       </tr>
    <tr>
    <td>  <xsl:value-of select="$EmployeeDesignation"/>
    </td>
                       </tr>
                                    </table>
                    </td>
                    <td width="20%">
                                    <table>                                               
    <tr>                      
    <td valign="top">
       <img width="60" height="60" src="{$SafeImageUrl}" alt="{@ImageUrlAltText}" title="{@ImageUrlAltText}" />                                                  
     </td>       
                                    </tr>
                                    </table>
                    </td>
       </tr>
        </table>
    </xsl:if>
           </xsl:if> 
    </xsl:template>

    Hi,
    Based on your example above, which columns / variables are not appearing when editing the CQWP that you want to bind managed properties / list columns to?
    Eric Overfield - PixelMill -
    ericoverfield.com -
    @EricOverfield

  • Error(valuated stock becomes negative - see text) during CO15 confirmation?

    Dear Experts,
    I am running a CO15 for order confirmation and I got a error message ..Error(valuated stock becomes negative ->see long text).
    This error I m  getting  randomly not regularly .I mean not for all produciton orders.
    Please suggest me the solution .
    Help would be appriciated.
    Regards
    Steve

    Dear,
    During the creation of new batch of material batch valuation , a "-"ve price is determined.the Symptom occurs under the following circumstances.
    . Negative stocks are allowed
    . The material to be handled in batches and subject to individual batch valuation
    . A new batch and thus a  valuation type may be automatically created during the posting of goods movement
    . The material is valuated with moving average price
    . At the time of posting the total of the values was positive for all valuation segments(Batches), But on the other hand the entire valuated stock was -ve or batch is -ve and stock is +ve.
    . During the posting no external value was assigned for Ex from purchase order or from a production order or thru a manual entry.
    After the posting of DOC which can result in the following problem
    1) The posting of doc causes a data inconsistency Between MM and FI. The Gl A/Cs is posted in the credit while the value of the stock segment (Batch) is increased
    Ref the Link:
    Error "Price of goods mvt will become negative" in MFBF
    Pavan
    Edited by: ch pavan on Apr 23, 2010 4:48 PM

  • HT1689 I want to close apps running in back ground but after double clicking I dont get apps running in back ground instead photo apps open after double clicking home screen

    I want to close apps running in back ground but after double clicking I dont get apps running in back ground instead photo apps open after double clicking home screen Please help.

    iPhone 3G does not support multitasking

  • Firefox tabs close when I click on a tab and windows become unresponsive after I launch a site. Using latest version for MacOSX. How do I fix this bug? Have already tried a bunch of things.

    Firefox tabs close when I simply click on a tab and windows become unresponsive after I launch a site. I am using the latest version for MacOSX but this happened a couple days ago with an older version of Firefox as well. Is this some kind of bug? How do I fix this bug? Have already tried a bunch of things like clearing/reinstalling etc. This does not help.
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    You can middle click a link to open that link in a new tab.
    *Open Link in New Tab: https://addons.mozilla.org/firefox/addon/open-link-in-new-tab/
    *Tab Utilities Lite: https://addons.mozilla.org/firefox/addon/tab-utilities-lite/

  • Can No Longer See Photos After Double Click to Edit

    Photos and videos only visible as thumbnails. When double click to edit, cannot see. However, can double click on books and see them in edit mode. All photos still located in iPhoto Library. Have run backup and gone through all four options for database repair. Have uninstalled and reinstalled version 9.5.1. Still cannot see photos. Running latest version of OS Mavericks and latest version of iPhoto.

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). (On iPhoto 11 this option is under the File -> Reveal in Finder.) Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/ Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help: As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Plugin: Seems to be a basic screen and a more elaborate one after clicking the adobe logo...

    I use Adobe Acrobat 8.1.  I prefer to use the version 11 reader plugin.  There are two differing "screens".  1. comes up with the document and when you hover the mouse at the center bottom third of the screen, a dialogue appears allowing basic operations.  Clicking on the logo brings up a second screen which is more elaborate..  I would love to know what these screens are called in AdobeSpeak... Now...
    After setting the adobe acrobat 8.1 as the system default, the reader plugin in chrome is still version 11.0.05.3 per the plugin section, however where before there were two screens available, the second screen appears and there seems no way to set it to the first simplier one.  No toggle to go back to it.
    I am pretty certain that the plugin is not the one from 8.1.
    I went into the general preferences and set the default to the adobe reader 11 and this gave me the simple first screen, once again.  For acrobat 8, I used folder options to make it the system default for .pdf files.  I use several programs that rely on the default system pdf program, 8.1 my choice, so this is important to me.
    So I guess the relevant question is how, if I only see the more intricate second screen in google chrome, can I set it up so that the simple one with the hovering tool bar is available and not the more elaborate one that come up after clicking the Adobe Logo at the far right of the hovering tool bar?

    ...This is the hovering tool bar.  click the adobe icon on the right side and
    you get this...
    click the diagonal double arrow head and you return.
    However when 8.1 installs, the plugin says that its 11.0.05.3 but the
    plugin which looks a lot like the the directly above is not exactly the same.
    It is not 8.1 plugin, for sure.  The plugin list says its the 11.0.05.3  and its
    not the chrome version.  There is no hovering tool bar when the doc first comes
    up.  The question is how to revert a setup to be like the top two pics without
    having the reader take over the default of the system through the preference
    -> general option.
    This is not that important.  It just seems like the two photos above are
    replaced by... a third which has sign in, tools and comment at the bottom of the
    screen.  A might strange.

  • When I zoom in to see all the details of a photograph with photoshop elements 8 the photo become pix

    When I zoom in to see all the details of a photograph with photoshop elements 8 the photo become pixelated.  is there a way I can anti alias the photo after I blow it up?

    Hi ,
    Anti- alisa feature only available to text layers not image layers.
    you can add blur to make it smooth (if image has not too much details ).
    thanks,

  • Free Transform Rotation Issue - Layer rotates/moves by itself after clicking on it?

    Hey all.  Since the last update, I have been experiencing this weird issue while using Free Transform.  Sometimes, after I invoke Free Transform and then click on the layer I am transforming, it seems to rotate by itself.  Usually clockwise.  It happens really quickly.  It's almost like my mouse cursor is off center when I click on the layer and the it's like the layer rotates to match the location of my cursor.  It's so weird and quite difficult to describe.  I have also experienced the layer moving quickly to the right after clicking on it while in the Free Transform state.  I have tried 2 different mice and experienced the issue on both of them. I have also tried different mousing surfaces and experienced the same thing.  It doesn't happen every time but just sometimes.  It started doing it since the latest update.  It's really annoying.  Just wondering if anyone else has this issue.
    Adobe Photoshop Version: 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 6
    Logical processor count: 12
    Processor speed: 3500 MHz
    Built-in memory: 16325 MB
    Free memory: 4904 MB
    Memory available to Photoshop: 14659 MB
    Memory used by Photoshop: 63 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 690/PCIe/SSE2
    Display: 2
    Display Bounds:=  top: 0, left: 1920, bottom: 1080, right: 3840
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 3
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2018
    Driver Date: 20130512000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um.dll,nvwgf2um.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 2
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2018
    Driver Date: 20130512000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um.dll,nvwgf2um.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 1
    Video Card: LogMeIn Mirror Driver
    OpenCL Unavailable
    Driver Version: 7.1.542.0
    Driver Date: 20060522000000.000000-000
    Video Card Driver:
    Video Mode:
    Video Card Caption: LogMeIn Mirror Driver
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: 91198134259239288106
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\%%username%name%s\Neo\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      W:\, 931.5G, 694.5G free
      S:\, 232.9G, 110.0G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/26-12:17:19   4.0.95   66.510504
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 8.1
       Camera Raw Filter 8.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Collada 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       Comp%%username%name%ve GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Measurement Core 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Picture Package Filter 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Pinch 13.0
       Pixar 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0.1
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       ShineOff [x64] v2.1.5 2.1.5.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    You may have downloaded an app that kick started something that caused the system to go whacko (how's that for a technical explanation) and maybe resetting the system will take care of it.
    Good luck. I hope it solves your issue!

Maybe you are looking for

  • Scratches on the bottom of my MacBook Pro

    My own carelessness has unfortunately resulted in scratches on the bottom edges of my MacBook Pro. There is also a rather unsightly crack that has appeared from the top right hand corner where the charger connects to the middle section on the bottom

  • Linking Errors with rwtools7.so in C++ v6.2.p2

    Hi , We are migrating our application from c++ 4.2 to 6.2.p2 and Sol 2.6 to Sol 8. we are using the option -compat = 4 for backward compatibility. and used -library=rwtools7 and ' -lrwtool' is also a prameter while liking .. while linking we are gett

  • Can't create JCo Destination ( No puedo crear JCo Destination)

    When i try to make the conection y obtain the follow error (Cuando trato de hacer la coneccion me sale el siguiente error) "Please choose another name for the new JCo destination. The defined name 'No connection to SLD.' is used in the SLD" Please...

  • Team Calendar View in new WD ABAP Lea Req. app in EhP5

    We are in the process of upgrading to EP5 and we have configured leave request application for MSS and working fine. Team calendar is working for some countries and for some countries when we choose team calendar getting below DUMP. Please advise. Th

  • Error in LSMW for T code TS01 in program RFBISA00

    Hi, I am creating GL Account using LSMW  with below specifications: Object               0010   GL A/C Master Record Method               0001   Hier. structure Program Name         RFBISA00 Program Type         B   Batch Input When i am executing th