Code to apply texture a raw image?

i tried loading a raw image using the code i wrote below.
can anybody please help me debug this code.
i can only see a black and white strip on the entire screen with this.
import javax.swing.*;
import javax.swing.event.*;
import java.awt.image.*;
import java.awt.*;
import javax.media.j3d.*;
import javax.vecmath.*;
import com.sun.j3d.utils.geometry.*;
import com.sun.j3d.utils.universe.*;
import com.sun.j3d.utils.image.TextureLoader;
import java.io.*;
public class TexTry extends JFrame
     Image img;
     public static void main(String arg[])
          new TexTry();
     public TexTry()
          img=null;
          Container c=getContentPane();
          readImage();
          if(img==null)
               System.exit(1);
          SimpleUniverse u=new SimpleUniverse();
          //c.add(u);
          BranchGroup bg=new BranchGroup();
          Background back=new Background();
          back.setApplicationBounds(new BoundingSphere( new Point3d(0.0,0.0,0.0), 200.0 ));
          Appearance app=new Appearance();
          Texture tex=new TextureLoader(img,this).getTexture();
          app.setTexture(tex);
          BranchGroup bgGeometry = new BranchGroup();
          Sphere sphere = new Sphere( 1.0f,
Primitive.GENERATE_TEXTURE_COORDS |
Primitive.GENERATE_NORMALS_INWARD, app );
          bgGeometry.addChild( sphere );
          back.setGeometry( bgGeometry );
          bg.addChild(back);
          u.addBranchGraph(bg);     
          //setSize(500,500);
          //show();
     public void readImage()
          try
               FileInputStream f=new FileInputStream(new File("himg.raw"));
               int size =f.available();
               byte b[]=new byte[size];
               f.read(b);
               byte[] gray=new byte[256];
               for(int i=0;i<256;i++)
                    gray=(byte)i;
               ColorModel cm=new IndexColorModel(8,256,gray,gray,gray);     
               img=createImage(new MemoryImageSource(640,480,cm,b,0,640));
          }catch(Exception e)
               System.out.println("Error:"+e);

Have you tried this code with another image that you know does work - just using a textureLoader to load in a gif or jpg for example? If the problem isn't with the loading then it is likely your viewPlatform is in a funny place or can't see the entire shape for one reason or another.

Similar Messages

  • Aperture not showing camera settings applied on RAW images

    I have the Canon EOS 1D Mark II N. When in-camera settings like contrast, sharpening, etc are applied in camera, then those images are loaded directly from card reader into Aperture the in-camera changes are not applied to the Raw images. The Jpeg images DO show the in-camera settings contrast/sharpening etc being applied. I can take the memory card and load those same images into DPP Digital Photo Professional and the settings applied in camera do show on the BOTH Raw and Jpeg files.
    In Aperture when I look at the thumbnails of the RAWs and JPEGs side by side. It is obvious which ones are the jpegs just by the contrast added in camera.
    I can Also take the images within Aperture-export masters to desktop, then open them in DPP and the contrast/sharpening shows on the raws and jpegs the same in DPP.. It seems to be just Aperture..
    Is this Normal? That Aperture does not read the in-camera changes on the Raw files? On the Metadata EXIF Expanded, It does read the exposure Bias, shutter speed etc correctly on the Raws, just not the Contrast or sharpening changes.

    Hi Kathy,
    This is expected. Settings you make in the camera, for things like color space, sharpening, white balance, etc. don't really apply to RAW images. This is the way the camera and RAW software are designed -- the RAW is really untouched, and this information is tagged along as "meta information." No actual transformation on the image is performed.
    You take the RAW image into a RAW converter (Aperture's a good one and make the changes you want. In some cases (White Balance) the tagged info is used, but in others (sharpening, color space) it's not. Aperture uses the widest possible color space (it's wider than ProPhoto RGB from what I've been told, though I haven't used my handy gamut checker to verify
    So this contrasts with JPEGs. JPEG is a "final" format -- so the settings you have configured in your camera are actually used in the creation of the JPEG. It is sharpened, color balanced based on your settings, fit into a color space (sRGB, Adobe RGB, etc.) compressed, and written as a JPEG. You can't take these things "back" once that has been done.
    Aperture actually makes working with both types of images so similar that it's difficult to really notice the differences. If you work with a more labor-intensive workflow like Adobe Camera RAW, you'll notice all the extra steps you must employ to get from RAW to JPEG.

  • LR 2.3 applies a green tint to RAW image AFTER making adjustments

    Hi all,
    Thanks for having this great forum, it looks like there is some great information here. I clicked around the LR threads and the FAQ but I haven't found anything applying particularly to my issue/question, though, and I'm hoping some of you can help me understand what is going on. .
    I have read about LR changing the colorcast on import, however in my case the images look fine after importing and processing. When I click BACK to an image that I have already processed, I am seeing LR 2.3 apply a green tint to it, and I have no idea why.
    What I am doing:
    -Import Canon RAW files into LR collection (images look fine, no abnormal colorcast)
    Develop tab:
    -I can click around the collection and view the images without any colors changing
    -Process an image to my heart's content (image color still looks fine)
    -Click to the next image and process the next one
    -Mouse-over on the previously processed image on the bottom filmstrip, and preview shows up on the Navigator pane (preview looks as the image was edited previously)
    -if I click to a previously processed image in the filmstrip, it will load into the center pane
         -while the processed image loads here, the green tint gets applied to the image
    -Color tint/green saturation has not moved from its previous position (even if it was moved during initial processing)
    -In order to correct it, I either have to adjust the color tint slider about 20 points away from green, or dial down the green saturation to compensate.
    Once I re-correct the image, I can click back to it again, and the mysterious green tint will no longer re-apply itself on this image.
    This happens to most if not all of the images in the collection. I have only processed one other RAW collection in LR, but I did not have this issue.
    I dont know what exactly is being changed to result in this green tint applying on its own, so I'm not sure if the adjustments I'm making are correcting it.fully.
    I hope I'm detailed enough in explaining what I'm seeing, and that it makes some kind of sense.
    Does anyone know what is going on here?
    Thank you!

    Hi John, thanks for the reply.
    Thanks, I'll look into the preferences in LR, although everything has remained mostly in its default settings. I've loaded JPG collections without seeing this either.
    Would monitor profiles matter in my case? I ask because I am simply clicking back to a previous picture in the strip. When I leave the picture it looks fine, and returning to it shows that image but with the green tint. I haven't gotten to the point of exporting/converting the image, or anything further.
    Some more information if it helps:
    Using MS Vista
    Using Canon Rebel XTi 400D
    I copy only the raw files from the memory card to a folder, and then point the LR Import to that folder.
    I will try replicating the issue on another computer in hopes to narrow it down. I am baffled.

  • How can I keep my RAW images from having anything applied to them when I import them?

    Hi All,
    I shoot with a Canon 5D Mark III and I use a picture profile in my camera that keeps all my images with low saturation, low sharpness etc... but whenever I import RAW pictures into Lightroom, I initially see the images the way I saw them in my camera, then, one by one, when I click on them, they change without me doing anything - like if some sort of preset was being applied, to every photo, one by one -
    I don't want this. I want my photos to be as RAW as possible when I import them and I don't want anything to change. I like what I see in camera and Lightroom changes this after import - how do I stop this? I checked in my Preferences under Presets and NOTHING is checked -
    Help...
    Thanks

    This is in the FAQ and is normal behavior. Picture profiles are not actually encoded in the raw image data but written as a metadata tag in the raw file. Lightroom cannot understand these metadata tags as they are Canon proprietary. So Lightroom will show its own default rendering for the raw data. What I would do in your case is to go on one of your images into develop, scroll down to Camera Calibration and select camera neutral (probably the picture style you were applying in camera). Then set this as the default for your camera (hit option and the reset button will change). Newly imported images will now use the camera neutral profile. This is probably close to what you are looking for. It is important to remember that any treatment you select in the camera such as the picture style, black and white, extra saturation, etc. has no effect whatsoever on the raw data. They only get written as metadata tags for canon software and are reflected in the jpeg that is embedded in the raw file. Lightroom takes the raw data (which is basically simply what the sensor actually saw) and apply its own default interpretation.
    You should definitely check out the camera profiles in the calibration section. They tend to give more pleasing color than the "adobe standard" profile that is there by default.

  • I want to edit my raw images on cs5 photoshop.  But when I go to open the .CR2 file it says  '' Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit

    I want to edit my raw images on cs5 photoshop.  But when I go to open the .CR2 file it says 
    '' Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for additional information.  '' 
    When I go to updates in photoshop help i try to update photoshop and photoshop camera raw but it then says 
    '' Updates could not be applied the error log file may help you in identifying the problem. Then, try updating again. If the problems persist, contact customer support for further assistance. 
    Photoshop Camera Raw 8.7.1(CS6) There was an error installing this update. Please quit and try again later. Error Code: U44M1I216 ''  
    I dont know how to get around this please help

    CR2 files from which Canon camera?
    Supported cameras are listed here
    Camera Raw plug-in | Supported cameras

  • Loading a raw image in BufferedImage

    Hi guys,
    I'm very new to java .I have a raw image which has 32 bit pixels which has ABGR...with alpha as the most signficant byte and the red as the least significant byte. I have an array of ints and I want to load this to a BufferedImage object. I then use a JPanel and render the BufferedImage on to it. I tried doing with other file formats like jpg , gifs and so the rendering to the JPanel works fine. But I'm not able to get the array of ints to be stored in BufferedImage correctly. Could you please let me know what I did was wrong or any suggestions?
    Currently I have a class called RGBAImage that reads the raw image and stores it as an array of ints.
    So in order to create a BufferedImage I do this roughly,
    DataBufferInt buffer = new DataBufferInt(img.getPixels() , img.getPixels().length) ;
    //                                                        bits  red                   green                   blue                 alpha
    ColorModel cm = new DirectColorModel(32, (int)0x000000ff , (int)0x0000ff00 , (int)0x00ff0000 , (int)0xff000000) ;
    SampleModel sm = cm.createCompatibleSampleModel(img.getWidth , img.getHeight) ;
    WriteableRaster raster = Raster.createWritableRaster(sm , buffer , null) ;
    BufferedImage bimg = new BufferedImage(cm , raster , false , null) ;Is this how its to be done? I am not getting the image drawn on the panel. Any suggestions or links?
    Thank you
    Siddharth

    I have an array of ints and I want to load this to a BufferedImage object.In your sample code I cannot see how the int array you are talking about becomes the image data. Also, what is the img variable? Please provide a more complete code sample.

  • Oversaturated RAW images in Lightroom 4

    All of a sudden, all of my RAW images are oversaturated and over contrasted in Lightroom 4.  When they are initially "loading" the photo looks great, but then when it loads the pictures it is WAY oversaturated and overcontrasted.  I have not changed any settings in Lightroom, so I am not sure what has happened.  I have attached screen shots to show it when it's loading and when it is loaded.  This is a HUGE difference.  All of my settings on the menu on the right are at 0 or whatever the original setting is in the Develop mode.  I've checked everything in the column on the right in the develop mode, settings, etc. I have checked to make sure that my Lightroom is not pending any updates and that my camera is up to date. I've looked in several forums.  From what I can see, there have been others with this issue, but I can never seem to find a resolution to fix it.  Any help would be greatly appreciated!!
    Camera: Nikon D7100 (if this matters)

    If something changed recently, it is likely one of:  you’ve recently shifted from shooting JPG to shooting RAW, a LR Preset being applied in Import, your LR defaults are different than before, your monitor profile is different, your video drivers have been updated, your video-card’s control-panel settings are different, or your monitor’s own settings are different.
    When you newly import an image are all the toning sliders still set to zero?  (i.e. Exposure, Contrast, …, Clarity, Vibrance, Saturaton)  A screenshot of the Basic panel at the top right of the Develop module would show this.
    What Profile do you have selected in the Camera Calibration area?  A screenshot of the bottom right of the Develop module would show this.
    To confirm whether your LR defaults have changed to something non-zero, you can make a virtual copy of a representative image and then click the Reset button and see if all the toning sliders return to zero in the Basic panel, and also check the Profile setting in the Camera Calibration area.
    If you want to upload that specific pumpkin image to http://www.dropbox.com/ and post a public download link to it, here, then others can load it on their systems and see what it looks like, to compare with your screenshots.
    So far the difference between the two screenshots appears to be camera-embedded JPG and default LR settings which will never be the same.  The 2nd (right) screenshot in your initial post also looks out-of-focus compared to the initial camera preview which seems odd.  Maybe things hadn’t fully-rendered, yet.

  • IPhoto can't import RAW Images (HELP!!!)

    Since I updated My mac to the new Yosemite software, I can't seem to import any RAW images.
    It hangs and out of 100 images that im trying to import , only 2 are imported ( for half an hour ) and they are distorted
    I 've reinstalled it and still the same problem.
    I'm using a Nikon D610
    MacBook Pro (13-inch, Early 2011)
    OS X Yosemite 10.10.1
    looking forward for your help.
    Thank you

    First Boot into the Recovery volume (boot with the Command + R keys held down), select Disk Utility and repair disk permissions and the disk.  Reboot normally.
    If that doesn't help try either of these fixes:
    #1 -
    léonie including Apple logo changes for feature 126 Apple image including Apple logo changes for feature 126 Apple image ends here
    Dec 28, 2014 7:36 AM
    Re: Digital Camera Raw Compatibility 6.02 - Nikon D800
    in response to ceylin.e
    [DocumentBodyStart:3bf5afd7-94e9-4fb4-acfa-7aa13198efec]
    Make a backup of your system and try to downgrade the RAW support to version 6.01
    To downgrade the RAW Support to the last version from before the last update try this:
    To reinstall the 'RAW Compatibility Update' it is necessary to uninstall the currently installed raw support. Otherwise the installer will rightfully say, that you already have the latest version installed.
    If your tests are showing that the problem happens also in a different user account, try this:
    The RAW support files are installed in the System Library in the folder "/System/Library/CoreServices" Folder:
    To open this folder, use the Finder's "Go" menu. Click the smiling Finder icon in the Dock to bring the Finder forward.
    Then type the keyboard shortcut ⇧⌘G  (for "Finder > Go > Go to folder")  and copy and paste "/System/Library/CoreServices" into the text field. Click the "Go" button.
    In the Finder window that will open, delete both the files "RawCamera.bundle" and "RawCameraSupport.bundle". You will have to enter your Administrator password. (don't empty the Trash, so you can put the files back, if need be)
    Download the current RAW support update from Apple's Support Site:
    Digital Camera RAW Compatibility 6.01 http://support.apple.com/kb/DL1777?viewlocale=en_US&locale=en_US
    In the Downloads folder you will find the disk image with the installer. Double click it to open and run and the installer.
    Then restart your Mac.
    However, instead of Digital RAW Compatibility 6.0.1 download and apply Digital Camera RAW Compatibility 5.01
    which is the updater specifically for D610.
    or #2 - Boot into the Recovery volume (boot with the Command + R keys held down) and reinstall the system.

  • 5D Mark II raw image quality

    There's been a post by A Museman (earlier this year) on "5D Mark II raw image quality" that attempts to discuss the differences and problems with Aperture with flat / poor quality raw photo's as compared to sharper, clearer, more saturated pictures processed in Digital Photo Professional.
    That thread "seems" to have faded in discussion. I am still having problems with Aperture and raw photo quality from my Canon 5D Mark II camera.
    Can someone shed some light on this subject, in that has the problem been been identified, validate, resolved or does the problem still exist (as it does for me).
    This problem is causing me a lot of frustration since I want to use Aperture because of its organization and potential processing capability. Although I get superior results with DPP, it does cause a lot of file storage requirements by having large raw and jpeg files for the same picture (in essence it doubles the file storage requirements).

    On my end there are no issues. I get absolutely beautiful portrait renderings out of aperture and my 5d2 - the dynamic range is amazing with this combo. I can often adjust exposure 3+ stops if needed before getting into too much noise.
    The best output I've ever had - completely smokes the ACR rendering of skin tones.
    Aperture 2 doesn't apply the "Picture Style" preset to the raw decode like DPP does. This makes raw images look flat in comparison to the camera rendered jpeg - shoot in "faithful" mode and you will have a pretty much exact match.
    So My quick recipe to match the default setting is adding a little vibrancy, definition, and contrast. FWIW I would turn off the auto lighting optimizer, and the highlight tone priority if using aperture.

  • Photoshop crashes when opening RAW images

    Hello!!
    I've been having problems when trying to open RAW images in Photoshop CS5 (it crashes), but not in Lightroom 3 (I have both installed in my computer). My RAW images come from 2 Canon cameras: a EOS 5D Mark II and a Canon G11. Can anyone help me? (below the crash report).
    Tks.
    Marcelo.
    Process:         Adobe Photoshop CS5 [1203]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.1 (12.0.1)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [132]
    Date/Time:       2010-09-25 00:48:29.322 -0300
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          22011 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  31166 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      145430C4-20AF-45D7-8C79-11A09D90D4C2
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.CameraRaw           0x000000012c3c9fd4 EntryFM + 1700580
    1   com.adobe.CameraRaw           0x000000012c4c3bd4 EntryFM + 2723556
    2   com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    3   com.adobe.CameraRaw           0x000000012c56c748 EntryFM + 3414616
    4   com.adobe.CameraRaw           0x000000012c4c3b3e EntryFM + 2723406
    5   com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    6   com.adobe.CameraRaw           0x000000012c56e1d4 EntryFM + 3421412
    7   com.adobe.CameraRaw           0x000000012c4c3b3e EntryFM + 2723406
    8   com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    9   com.adobe.CameraRaw           0x000000012c4cc59b EntryFM + 2758827
    10  com.adobe.CameraRaw           0x000000012c1e6da6 0x12c001000 + 1990054
    11  com.adobe.CameraRaw           0x000000012c4c3b3e EntryFM + 2723406
    12  com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    13  com.adobe.CameraRaw           0x000000012c56e1d4 EntryFM + 3421412
    14  com.adobe.CameraRaw           0x000000012c4c3b3e EntryFM + 2723406
    15  com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    16  com.adobe.CameraRaw           0x000000012c56e1d4 EntryFM + 3421412
    17  com.adobe.CameraRaw           0x000000012c4c3b3e EntryFM + 2723406
    18  com.adobe.CameraRaw           0x000000012c4cc3e7 EntryFM + 2758391
    19  com.adobe.CameraRaw           0x000000012c56e1d4 EntryFM + 3421412
    20  com.adobe.CameraRaw           0x000000012c4c3bf5 EntryFM + 2723589
    21  com.adobe.CameraRaw           0x000000012c4a8cab EntryFM + 2613179
    22  com.adobe.CameraRaw           0x000000012c2434e6 EntryFM + 100342
    23  com.adobe.CameraRaw           0x000000012c244308 EntryFM + 103960
    24  com.adobe.CameraRaw           0x000000012c203736 0x12c001000 + 2107190
    25  com.adobe.CameraRaw           0x000000012c222b56 0x12c001000 + 2235222
    26  com.adobe.CameraRaw           0x000000012c54dba8 EntryFM + 3288760
    27  com.adobe.CameraRaw           0x000000012c5511ef EntryFM + 3302655
    28  com.adobe.Photoshop           0x00000001006ffe25 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4338069
    29  com.adobe.Photoshop           0x0000000100460c94 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1589252
    30  com.adobe.Photoshop           0x000000010046188b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1592315
    31  com.adobe.Photoshop           0x0000000100461419 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1591177
    32  com.adobe.Photoshop           0x0000000100467b89 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1617657
    33  com.adobe.Photoshop           0x000000010050f3f4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2303844
    34  com.adobe.Photoshop           0x00000001004c0474 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1980388
    35  com.adobe.Photoshop           0x0000000100080afb 0x100000000 + 527099
    36  com.adobe.Photoshop           0x0000000100c320ff AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9786479
    37  com.adobe.Photoshop           0x000000010008069f 0x100000000 + 525983
    38  com.adobe.Photoshop           0x000000010006bb56 0x100000000 + 441174
    39  com.adobe.Photoshop           0x00000001004623a0 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1595152
    40  com.adobe.Photoshop           0x000000010006c47c 0x100000000 + 443516
    41  com.adobe.Photoshop           0x000000010006c673 0x100000000 + 444019
    42  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    43  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    44  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    45  com.adobe.Photoshop           0x00000001012df459 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16787401
    46  com.adobe.Photoshop           0x0000000100078ce0 0x100000000 + 494816
    47  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    48  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    49  com.adobe.Photoshop           0x00000001012df459 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16787401
    50  com.apple.AppKit              0x00007fff80b81922 -[NSApplication run] + 474
    51  com.adobe.Photoshop           0x00000001012dd5ee AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16779614
    52  com.adobe.Photoshop           0x00000001012de819 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16784265
    53  com.adobe.Photoshop           0x00000001000688c2 0x100000000 + 428226
    54  com.adobe.Photoshop           0x0000000100237c01 0x100000000 + 2325505
    55  com.adobe.Photoshop           0x0000000100237c91 0x100000000 + 2325649
    56  com.adobe.Photoshop           0x00000001000028e4 0x100000000 + 10468
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff8329608a kevent + 10
    1   libSystem.B.dylib             0x00007fff83297f5d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff83297c34 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff8329775e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff83297088 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff83296f25 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000107f23c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services        0x0000000107f1ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services        0x0000000107f23cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff8327d34e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff8250188e MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011bb44bd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff8246cea1 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8252b4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff8249acc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff82494bcf MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010595eccd 0x105924000 + 240845
    6   AdobeACE                      0x000000010595e67a 0x105924000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff8246cea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832b7d45 nanosleep + 148
    2   com.adobe.PSAutomate          0x0000000120cc409b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x0000000120ca5fd3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x0000000120cc4196 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000121f8789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000121d405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x0000000121f8789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000121d405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff8327d2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8327d96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff8869b3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff8869a84f CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff8405763f MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff8405920a CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff8327d35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff832bbbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000121f87869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x0000000121fa40ec APXGetHostAPI + 2582620
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff8327d35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff832bbbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000121f87869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x0000000122121ef3 APXGetHostAPI + 4146787
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff832c0df2 recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x00000001248ee982 Invoke + 54020
    2   ServiceManager-Launcher.dylib 0x00000001248edadf Invoke + 50273
    3   ServiceManager-Launcher.dylib 0x00000001248ecb26 Invoke + 46248
    4   ServiceManager-Launcher.dylib 0x00000001248ecb81 Invoke + 46339
    5   ServiceManager-Launcher.dylib 0x00000001248ecc02 Invoke + 46468
    6   ServiceManager-Launcher.dylib 0x00000001248e730d Invoke + 23695
    7   ServiceManager-Launcher.dylib 0x00000001248e74a6 Invoke + 24104
    8   ServiceManager-Launcher.dylib 0x00000001248e7f2f Invoke + 26801
    9   ServiceManager-Launcher.dylib 0x00000001248e801d Invoke + 27039
    10  ServiceManager-Launcher.dylib 0x00000001248eb31f Invoke + 40097
    11  ServiceManager-Launcher.dylib 0x00000001248eb5c5 Invoke + 40775
    12  ServiceManager-Launcher.dylib 0x00000001248ebb84 Invoke + 42246
    13  ServiceManager-Launcher.dylib 0x00000001248ebd71 Invoke + 42739
    14  ServiceManager-Launcher.dylib 0x00000001248dddaf Login + 1773
    15  ServiceManager-Launcher.dylib 0x00000001248df295 Login + 7123
    16  ServiceManager-Launcher.dylib 0x00000001248ec2a8 Invoke + 44074
    17  ServiceManager-Launcher.dylib 0x00000001248ee6c1 Invoke + 53315
    18  libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    19  libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff8327d35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff832bbbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000121f87869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x0000000121fa40ec APXGetHostAPI + 2582620
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff8327d35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff832bbbc2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000121f87869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x0000000122121ef3 APXGetHostAPI + 4146787
    4   com.adobe.adobeswfl           0x0000000121f879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000121f87d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000121f87e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff8327d2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8327d96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff8869b3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff8869a84f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation          0x00007fff844544c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation          0x00007fff843d4e8d __NSThread__main__ + 1429
    6   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff832c0dce select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x00007fff886bce92 __CFSocketManager + 818
    2   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    3   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff8327d2fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8327d96d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff8869b3c2 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff8869a84f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation      0x00007fff8869a5d6 CFRunLoopRun + 70
    5   com.apple.DesktopServices     0x00007fff81773636 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6   ...ple.CoreServices.CarbonCore 0x00007fff8246cea1 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff83296eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff832972bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff83296f25 start_wqthread + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff83296eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff832972bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff83296f25 start_wqthread + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff83296eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff832972bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff83296f25 start_wqthread + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff8327d35a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff832bbbc2 _pthread_cond_wait + 1015
    2   com.apple.Foundation          0x00007fff8440ed57 -[NSCondition waitUntilDate:] + 399
    3   com.apple.Foundation          0x00007fff844020a6 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    4   com.apple.AppKit              0x00007fff80fe2839 +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 100
    5   com.apple.Foundation          0x00007fff843d4e8d __NSThread__main__ + 1429
    6   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff83296eaa __workq_kernreturn + 10
    1   libSystem.B.dylib             0x00007fff832972bc _pthread_wqthread + 917
    2   libSystem.B.dylib             0x00007fff83296f25 start_wqthread + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c431ad0 EntryFM + 2125280
    3   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    4   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff8252b4c3 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff8249acc4 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff82494bcf MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000012c1b839d 0x12c001000 + 1799069
    6   com.adobe.CameraRaw           0x000000012c1b7d3b 0x12c001000 + 1797435
    7   ...ple.CoreServices.CarbonCore 0x00007fff8246cea1 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   com.adobe.CameraRaw           0x000000012c03dce5 0x12c001000 + 249061
    3   com.adobe.CameraRaw           0x000000012c2ef657 EntryFM + 805223
    4   com.adobe.CameraRaw           0x000000012c0df21b 0x12c001000 + 909851
    5   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434260 EntryFM + 2135408
    Thread 26:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434215 EntryFM + 2135333
    Thread 27:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832bbcd1 _pthread_cond_wait + 1286
    2   com.adobe.CameraRaw           0x000000012c03dce5 0x12c001000 + 249061
    3   com.adobe.CameraRaw           0x000000012c369dd8 EntryFM + 1306856
    4   com.adobe.CameraRaw           0x000000012c0df21b 0x12c001000 + 909851
    5   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib             0x00007fff832b7eb6 __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff832b7d45 nanosleep + 148
    2   libSystem.B.dylib             0x00007fff832b7caf usleep + 57
    3   com.apple.AppKit              0x00007fff80d07619 -[NSUIHeartBeat _heartBeatThread:] + 1540
    4   com.apple.Foundation          0x00007fff843d4e8d __NSThread__main__ + 1429
    5   libSystem.B.dylib             0x00007fff832b6456 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff832b6309 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434260 EntryFM + 2135408
    Thread 30:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434215 EntryFM + 2135333
    Thread 31:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434260 EntryFM + 2135408
    Thread 32:
    0   libSystem.B.dylib             0x00007fff8327d336 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c401dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c434215 EntryFM + 2135333
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000012c8a57c0  rbx: 0x0000000000000001  rcx: 0x00007fff705a8630  rdx: 0x0000000000000001
      rdi: 0xacac25c844c40100  rsi: 0x000000012ec00000  rbp: 0x00007fff5fbe1aa0  rsp: 0x00007fff5fbe1a70
       r8: 0x0000000000000001   r9: 0x000000012ec7b6a0  r10: 0x000000012ecfc0a4  r11: 0x000000012ec7b4d0
      r12: 0x0000000000000004  r13: 0x000000012ec5ead0  r14: 0x0000000000000002  r15: 0x0000000000000004
      rip: 0x000000012c3c9fd4  rfl: 0x0000000000010286  cr2: 0x00007fff83de9260
    Binary Images:
           0x100000000 -        0x1026a7fff +com.adobe.Photoshop 12.0.1 (12.0.1) <CFDED939-0A8A-EBC4-215B-94A4A224A1D1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
           0x1032c7000 -        0x10333ffef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103355000 -        0x10335cfff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103364000 -        0x103374ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10337f000 -        0x103385ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <1AB34F57-2E8D-42FB-A484-5CCB928CA456> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10338c000 -        0x103592fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x103625000 -        0x1037d3fef +com.adobe.owl AdobeOwl version 3.0.93 (3.0.93) <74CF40F6-B216-DB73-5C8F-FC5533220CD9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103875000 -        0x103ca5fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dff000 -        0x10412aff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041f7000 -        0x10451ffe7 +AdobeCoolType ??? (???) <7EF54CD5-3426-A1E5-7961-FA34CCC2018D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1045b7000 -        0x1045d8ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045e5000 -        0x104610ff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x104622000 -        0x104766fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1047ad000 -        0x104812fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x10482e000 -        0x104844fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10485c000 -        0x1048f2fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104969000 -        0x104987fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x1049a4000 -        0x104bd3fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104cb2000 -        0x104d45fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d65000 -        0x1050aefef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10523e000 -        0x1053c0fe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x105462000 -        0x1057dafff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x105924000 -        0x105a39fff +AdobeACE ??? (???) <5BFBC4A1-1704-06A7-B656-D28BF592307A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a5e000 -        0x105a7afff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a84000 -        0x105aeeff7 +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x105b21000 -        0x105bf4ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105c14000 -        0x105c18ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x105c1c000 -        0x105c93fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105cb4000 -        0x105d12ffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105d20000 -        0x1061bbfff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x106741000 -        0x106797feb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1067dc000 -        0x106801ffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x10683b000 -        0x106840ffd +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x106845000 -        0x1069e1fff +com.adobe.PlugPlug 2.0.0.109 (2.0.0.109) <83092855-E671-F64A-EE0D-1110CF669634> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106a89000 -        0x106aa2feb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106ab3000 -        0x106ab9feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106ac0000 -        0x106ac0ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106ac3000 -        0x106acbff3 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x106ad2000 -        0x106bb8fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106f84000 -        0x106f86fef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x107f00000 -        0x107f70ff6 +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
           0x107fd9000 -        0x107ff0fe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <1B9D1076-CC7C-521A-676C-F7BE51F65271> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x107ff4000 -        0x107ff5fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <5EB939D1-53CF-EDD2-36DF-3E8A3FB13179> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x119d30000 -        0x119d51fef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <FA6280BD-A73C-3A3D-6494-81EB80FE1C24> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x119d55000 -        0x119d64fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <0628B99F-F193-89BF-6332-B8C50D301F29> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x119d68000 -        0x119d7afff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <A77665EF-B6FB-00B4-2F3D-90D7845814C9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x119d7e000 -        0x119d86fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
           0x119dde000 -        0x119de5fff +DisableGetInfoComment ??? (???) <CCC3DE94-9BDB-5D6D-BEA1-05E449C78276> /Applications/Adobe Photoshop CS5/Plug-ins/DisableGetInfoComment.plugin/Contents/MacOS/DisableGetInfoComment
           0x119dee000 -        0x119df5fff +DisableDragBoundingBox ??? (???) <7B07929B-43B9-5C9E-AB26-6CE6CD12E2A4> /Applications/Adobe Photoshop CS5/Plug-ins/DisableDragBoundingBox.plugin/Contents/MacOS/DisableDragBoundingBox
           0x11b86e000 -        0x11b875fff +DisableScratchCompress ??? (???) <A13EDF4C-A6A6-3BB7-EF38-E51A18F87E46> /Applications/Adobe Photoshop CS5/Plug-ins/DisableScratchCompress.plugin/Contents/MacOS/DisableScratchCompress
           0x11b87e000 -        0x11b885fff +DisableVMBuffering ??? (???) <AC93FC67-6767-C60F-C76C-7F1A58826E77> /Applications/Adobe Photoshop CS5/Plug-ins/DisableVMBuffering.plugin/Contents/MacOS/DisableVMBuffering
           0x11b88e000 -        0x11b895fff +Enable Async IO ??? (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11b89e000 -        0x11b8a5fff +ForceVMBuffering ??? (???) <FC3AF71C-F973-F0BB-D037-FC2D4B9BFE3F> /Applications/Adobe Photoshop CS5/Plug-ins/ForceVMBuffering.plugin/Contents/MacOS/ForceVMBuffering
           0x11b8ae000 -        0x11b8b5fff +Force VM Compression ??? (???) <D072C85C-CBCA-5EAF-5185-C9574B23781A> /Applications/Adobe Photoshop CS5/Plug-ins/Force VM Compression.plugin/Contents/MacOS/Force VM Compression
           0x11b8be000 -        0x11b8c5fff +Overscroll Always ??? (???) <E7399F9C-62C1-D593-A535-A1178F10B481> /Applications/Adobe Photoshop CS5/Plug-ins/Overscroll Always.plugin/Contents/MacOS/Overscroll Always
           0x11b8ce000 -        0x11b8d5fff +Overscroll Floating Windows ??? (???) <399BE1EC-BDDD-FEC9-BF08-8ECEEFD9A461> /Applications/Adobe Photoshop CS5/Plug-ins/Overscroll Floating Windows.plugin/Contents/MacOS/Overscroll Floating Windows
           0x11b8de000 -        0x11b8e5fff +RememberSlowFiles ??? (???) <CF752275-EC22-3FA8-9769-656BE684DFB6> /Applications/Adobe Photoshop CS5/Plug-ins/RememberSlowFiles.plugin/Contents/MacOS/RememberSlowFiles
           0x11b8ee000 -        0x11b8f5fff +Unlimited Clipboard Size ??? (???) <4B63AAE0-CBC9-E0DB-521E-1ADC16437083> /Applications/Adobe Photoshop CS5/Plug-ins/Unlimited Clipboard Size.plugin/Contents/MacOS/Unlimited Clipboard Size
           0x11ba00000 -        0x11ba07fff +Unlimited Preview Size ??? (???) <166F57AD-8FF6-C103-3F25-E9A821D750D4> /Applications/Adobe Photoshop CS5/Plug-ins/Unlimited Preview Size.plugin/Contents/MacOS/Unlimited Preview Size
           0x11ba10000 -        0x11ba19fff +FastCore ??? (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11ba26000 -        0x11ba89ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11bb0f000 -        0x11bb7aff0 +MultiProcessor Support ??? (???) <8A0A7B32-67A5-4CD5-80DC-F9BEDA271F2C> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x11cef2000 -        0x11cef2fff +com.ononesoftware.phototune3.batch 3.0.2 (3.0.2) <605918B9-F3E1-6C7E-FF9B-423D3C4F1801> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoTune 3.plugin/PhotoTune Batch.plugin/Contents/MacOS/PhotoTune Batch
           0x12039e000 -        0x1203a7ff7 +com.ononesoftware.photoframe45.professional.batch ??? (4.5.1) <8446F75E-224B-11A7-0B50-8255AD65AC74> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoFrame 4.5 Professional Edition 64.plugin/PhotoFrame 4.5 Professional Edition Batch.plugin/Contents/MacOS/PhotoFrame 4.5 Professional Edition Batch
           0x1203c4000 -        0x1203d5ff7 +com.ononesoftware.onOneToolbox 3.0 (3.0) <199E8B23-51A5-B7D5-944C-A2B17E895F9D> /Library/Frameworks/onOneToolbox.framework/Versions/A/onOneToolbox
           0x120700000 -        0x12072efff +com.ononesoftware.FocalPoint2.Automation 2.0.1 (2.0.1) <8FF85B5F-2EE2-2116-86BC-B2C02874904A> /Applications/Adobe Photoshop CS5/Plug-ins/FocalPoint 2.plugin/FocalPointAutomation.plugin/Contents/MacOS/FocalPointAutomation
           0x12073f000 -        0x12075fffb +com.adobe.ape adbeapecore version 3.1.70.10055 (3.1.70.10055) <66373ADB-0865-ECDB-D3D0-B3373FC43919> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
           0x12076c000 -        0x1207e2fe7 +com.ononesoftware.photoframe45.professional.auto 4.5.1 (Suite 5.1) (4.5.1) <0467FCBA-754E-E3F4-8A45-8D1AE574CDF0> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoFrame 4.5 Professional Edition 64.plugin/PhotoFrame 4.5 Professional Edition Automation.plugin/Contents/MacOS/PhotoFrame 4.5 Professional Edition Automation
           0x120804000 -        0x120933fff +com.ononesoftware.phototools25 2.5.3 (Suite 5.1) (2.5.3) <2AADDE25-6161-881E-F7B0-74D15236C68D> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoTools 2.5 Professional Edition.plugin/PhotoTools 2.5 Professional Edition.plugin/Contents/MacOS/PhotoTools 2.5 Professional Edition
           0x1209c1000 -        0x120a0dfe7  com.apple.glut 3.4.4 (GLUT-3.4.4) <78324374-C4AC-2358-3D61-55060E44FC38> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x120a8e000 -        0x120ab4fff +com.ononesoftware.ononewidgets ??? (2.0) <0ED56C57-301B-A830-CE90-1BF5FCE9C572> /Library/Frameworks/OnOneWidgets.framework/Versions/A/OnOneWidgets
           0x120ad7000 -        0x120b1cfe7 +com.ononesoftware.phototune3 3.0.2 (Suite 5.1) (3.0.2) <35ACAEE1-BFB8-5675-6C14-9A8A675FF037> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoTune 3.plugin/PhotoTune.plugin/Contents/MacOS/PhotoTune
           0x120b42000 -        0x120d9efef +com.adobe.PSAutomate 12.0.1 (12.0.1) <6A522366-AB0A-E14E-D695-CDC7F5211991> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
           0x120fb4000 -        0x121058ffb +com.adobe.AdobeExtendScript ExtendScript 4.1.25 (4.1.25.8769) <144F37AB-BE20-D159-C326-A34154FE04B3> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x1210ba000 -        0x12115afef +com.adobe.AdobeScCore ScCore 4.1.25 (4.1.25.8769) <28F9410F-A5B5-BB59-FB7E-F5DB8FA70A0C> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x121243000 -        0x121247fff  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <F6E20DCA-3C00-8990-1F60-E5517F7D0C77> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x12124c000 -        0x121252fff  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <97D7045E-CFD7-AD5C-6954-3B7C3F367C63> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x121257000 -        0x121295ff7  com.apple.DP.ScreenInputDevice 13.0 (13.0) <22174597-D163-7A20-C82A-C00C2CA19640> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AppleScreenInpu tDevice.plugin/Contents/MacOS/AppleScreenInputDevice
           0x1213ac000 -        0x1213d6fef  com.apple.mio.DAL.VDC_4 130.0 (1035) <605498BB-69D1-09C2-2720-FC7FBE9C289E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.plugin/Cont ents/MacOS/VDC
           0x121d00000 -        0x122b68ff3 +com.adobe.adobeswfl ??? (2.0.0.10053) <ADE7E8AA-80B6-7BAC-8205-13D7A0E89DF8> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/Ado beSWFL
           0x124883000 -        0x1248c0feb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <CD8BD7C7-0F66-29B6-C158-A6EF8DF69996> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
           0x1248db000 -        0x124903fef +ServiceManager-Launcher.dylib ??? (???) <4608E5E7-7F22-A4FF-527C-E97EA339FCCC> /Library/Application Support/Adobe/CS5ServiceManager/lib/ServiceManager-Launcher.dylib
           0x1296a0000 -        0x1296a3fef  libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <F6C89B8E-8936-FB95-C002-2CAE20F56BB4> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x12c001000 -        0x12c81cfeb +com.adobe.CameraRaw 6.2 (29) (6.2.0f29) <7F28CBAC-B515-5EDA-DDAF-431D0CCD0101> /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80027000 -     0x7fff800acfff  com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff801f5000 -     0x7fff802a4fff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff802db000 -     0x7fff8067cfe7  com.apple.RawCamera.bundle 3.3.0 (533) <84ACD5A6-A184-0D4A-24C6-41D14291E8EC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff806f0000 -     0x7fff80737ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff80738000 -     0x7fff8073bfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8076c000 -     0x7fff8076fff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff807a6000 -     0x7fff808b5fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff808b6000 -     0x7fff809cdfef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
        0x7fff80b78000 -     0x7fff8156efff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8176c000 -     0x7fff81770ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff81771000 -     0x7fff81857fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff81858000 -     0x7fff81859ff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81999000 -     0x7fff81ac1ff7  com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff81ac2000 -     0x7fff81af1ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
        0x7fff81b62000 -     0x7fff81baaff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff81c5b000 -     0x7fff82465fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff82466000 -     0x7fff82799fe7  com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff827a8000 -     0x7fff82966fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
        0x7fff82967000 -     0x7fff8299ffef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
        0x7fff829a0000 -     0x7fff82adefff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff82adf000 -     0x7fff82af1fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff82af2000 -     0x7fff82af2ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff82af3000 -     0x7fff82b44fe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff82b45000 -     0x7fff82b9afef  com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff82b9b000 -     0x7fff82b9cff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff82c76000 -     0x7fff82c7aff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82c81000 -     0x7fff8301aff7  com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8301b000 -     0x7fff83198ff7  com.apple.WebKit 6533.18 (6533.18.1) <1B7655BE-5F18-583B-1A43-72B047339144> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff831b5000 -     0x7fff83272ff7  com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff8327c000 -     0x7fff8343cfef  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
        0x7fff8343d000 -     0x7fff834f3fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff83504000 -     0x7fff83506fff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff83507000 -     0x7fff83507ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff83508000 -     0x7fff83523ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff83524000 -     0x7fff83568fe7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff838aa000 -     0x7fff83936fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8399b000 -     0x7fff83a5bfff  libFontParser.dylib ??? (???)

    Marcelo Santos Guedes wrote:
    …Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.66 GHz, 8 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB…
    Marcelo,
    While Eric Chan or another member of the ACR team will undoubtedly have infinitely more insightful input on your issue, I feel compelled to point out that having two non-identical graphics cards in the same Apple machine is a recipe for guaranteed grief.
    Apple's support for multiple, non-identical video cards is simply abysmal.
    At the same time, I have to confess that I have no clue as to how one manages to have two cards in a MacBookPro laptop. 
    I'm completely ignorant when it comes to laptops and iMacs. 
    Wo Tai Lao Le
    我太老了

  • Camera RAW image support for Pentax K100D

    Hi,
    Firstly, let me just say I have a MacBook Pro which came preloaded with Tiger. A month or so ago I upgraded to Leopard and I have applied all the available Apple software update.
    I recently got a Pentax K100D digital SLR camera capable of taking images in RAW format (the pentax saves these with a .PEF file extension) and I have been trying to view these images in Leopard. I read the article below, which says that Leopard provides system-level support for the Pentax K100D camera RAW format.
    *Digital camera RAW formats supported by Mac OS X 10.5*
    http://docs.info.apple.com/article.html?artnum=306835
    Now, my problem is that I cannot seem to be able to open the .PEF files with neither Quick Look, Preview, iPhoto or Aperture. Basically, none of these programs seem to be able to display my .PEF files. Aperture says 'unsupported image format'.
    I have installed the software that came with my Pentax (i.e. Pentax Photo Browser and Pentax Photo Laboratory) and these applications can display the .PEF images just fine. For what it's worth, I installed this software before I upgraded to Leopard.
    If I right-click on a .PEF file in Finder, the only programs listed in the Open context menu are the above two Pentax applications.
    So, what am I missing? Clearly something seems to be screwy in my Leopard set up. Is there some way to 'repair' the RAW image support in Leopard??
    I would appreciate any help in fixing this as I would really like to start working with RAW images in Aperture and iPhoto.
    Finally, just be aware that I am not an experienced Mac user. I have always used Windows until now and so... if you have a fix for this I would really appreciate a slightly more elaborate response.
    Thanks in advance,
    Eddie

    I have done a little more research on this...
    As it turns out, my camera is a Pentax K100D Super - not a K100D. The K100D Super is not listed as one of the supported camera RAW formats in the aforementioned article. So I guess this means that my camera is as yet unsupported. Sigh...

  • Loading raw images in java3d

    i am new to java3d, as u can very well know from my last question. i have loaded raw images in awt panels, but how can i do the same with java3d.
    please help me with one more question, if my image is very large, how can i pan through the image?
    also, if anyone can tell me what can i do with images that are not powers of 2?
    its my final semester project. please help me.

    i am new to java3d, as u can very well know from my
    last question. i have loaded raw images in awt panels,
    but how can i do the same with java3d.Use a simple plane in 3d space and put your image as texture on it.
    please help me with one more question, if my image is
    very large, how can i pan through the image?
    also, if anyone can tell me what can i do with images
    that are not powers of 2?
    Resize it. You could use the TexureLoader, which does a resizing afaik.
    its my final semester project. please help me.

  • Rendering of RAW images in LR5 vs Canon Digital Photo Professional

    Just as a pre-amble, I love LR and perform 90% of image processing with it (rest in PS). I use a Canon EOS 5D MKIII shooting in RAW, running LR5 on Win7. My monitor is properly calibrated.
    Every so often I view a RAW image with Canon DPP mostly to display the AF point. What I am noticing is that the DPP SW renders the image very different from LR and I tried every LR Profile. In my opinion the DPP rendering is sharper, with less noise and a more natural look. My latest example of the difference in image rendering is from images taken with the Canon 200-400 1.4 zoom lens. This difference in image rendering is after RAW import with no images editing on either application. I just wish there would be a LR profile that yields a similar quality image. Does anybody share my experience on this?

    Panagon-1 wrote:
    it would be of no surprise to me if Canon has some advantage with rendering their own proprietary RAW camera output.
    Canon has been working on their Digic raw->rgb engine whilst Adobe works on their process versions & camera profiles. But, more likely any "advantage" is due more to the defaults&compensations, rather than inside knowledge of sensor behavior - just a guess, but one based on experience, even if no specific inside knowledge (about Canon sensors & software algorithms) of my own..
    Panagon-1 wrote:
    because of animal hair, bird feathers, whiskers, etc.
    If picture is sharp already (i.e. sharp lens, in focus, sufficient shutter speed ... ) then you may prefer a lower radius sharpening, as trshaner was saying.
    But, another approach for such wildlife photos is:
    * instead of sharpening everything (even if relying on sharpening mask to some extent), set global sharpening amount to zero (or 1, at first), then sharpen subject by hand (using locals only). Or, set global low and supplement using locals..
    I acknowledge it takes more time, and you may not want to do it to each of 50 shots in a burst, but it allows you to minimize global (luminance) noise reduction (which tends to smooth feather detail in a way which is hard to recover). And of course Lr5 supports local noise reduction, so you can also clean some stuff up locally.
    Also worth noting: local sharpness = -50 (exactly) eliminates all global sharpening (but does not blur, unless you overlap pins). So if you do decide to sharpen globally to some extent, consider cleaning up some parts locally using:
    * sharpness = -50
    * noise reduction = whatever-ya-need.
    Also, if you do apply some luminance noise reduction, consider cranking luminance noise reduction "detail" way up to preserve feather & hair detail (and keep sharpening detail lower on those high-ISO shots, so you don't need as much lum.NR, which produces better results, IMO). Hint: if you drop sharpening detail down and add lum. NR, you may need higher sharpening amount (and/or radius) to keep from being too soft.
    Rob

  • RAW Image Sharpening in Lightroom

    Hi,
    I have been shooting in Camera RAW for some time but just learned that the sharpening in the develop module is for RAW Image Sharpening and not for output sharpening.  My problem is I have lots of images that I have already processed with lightrooms develop module.
    To get the best images, do I need to go back and reset the develop module settings on an image, apply the RAW sharpening, then re-apply the develop module settings?  Or is lightroom smart enough to allow me to apply the RAW sharpening after I have "developed" the photo and still get the same results?
    Thanks in advance to anyone that knows the answer to this one!
    Steve Wetzel
    http://wetzelphoto.wordpress.com

    On Tue, Sep 1, 2009 at 9:11 PM, Skippie2u<[email protected]> said:
    >
    >
    >> If so, then I'd say you should apply the
    >> sharpening. Unless you've further modified the file (using Photoshop
    >> or whatever), then adding the sharpness in the Develop module should
    >> just happen, as another development step.
    >
    Your right, it should, but that does not mean it does.  What I am asking is will to get the best results, should I apply the RAW image sharpening FIRST.  Will that give better results then applying it later or last.
    >
    >
    >
    >> If you were happy with the way they looked before learning about the
    >> sharpening, then I'd say just continue to enjoy your work.
    So you believe the RAW Image sharpening is optional?
    I was trying to point out that if you were happy with the image
    before, you could just leave them as they are. If you feel that
    applying the sharpening makes the image better, then using it would be
    a help. And since you say:
    >I created a virtual copy, reset the settings on it, applied RAW Image Sharpening, then applied my development settings.  The image looked way better doing that then applying no RAW Image sharpening
    then I'd say you probably want to apply the sharpening, since it
    sounds like you would be happier with this much better image.
    My point was that some people learn a fact, or a different method, and
    automatically decrease their happiness and satisfaction with their
    prior efforts. In your case, sounds like you've tested the new method,
    and like the results better. To me, that would indicate that I should
    start using this new method in future. Depending on how much you like
    the improvement will determine whether you spend the time and go back
    and re-process your (already completed) images.

  • Generating "raw" images in ACR?

    I'm working with "raw" images using custom software, and I'd like to be able to pass images processed in ACR into my software.
    I can currently pass dng images and proprietary raw images (such as direct from cameras) into my software. I want to process a raw (from camera, e.g. NEF) image in ACR and then save that processed image as dng, for passing into my software. However, when I examine the (processed) ACR-saved dng, I find that the raw pixel data in the dng is *not* modified. I suspect that the modifications made in ACR are stored in the metadata of the dng when it is saved in ACR, and are only 'applied' to the raw pixel values when interpreted by appropriate software. Is this correct? And if so, is there *any* way of producing an ACR processed dng file in which the raw pixel data *is* modified? i.e. so that the results of the processing can be seen when the dng is viewed in RawShooter for example? The processing I am doing in ACR is lens distortion correction.

    I suspect that the modifications made in ACR are stored in the metadata of the dng when it is saved in ACR, and are only 'applied' to the raw pixel values when interpreted by appropriate software. Is this correct?
    Yes.
    And if so, is there *any* way of producing an ACR processed dng file in which the raw pixel data *is* modified? i.e. so that the results of the processing can be seen when the dng is viewed in RawShooter for example?
    Since the answer two the first question is Yes, that naturally implies a No for the second. You can save a demosaiced DNG, which is essentially a TIFF. That's what DxO used to do (and still does) when passing lens-corrected RAWs to other converters.

Maybe you are looking for