Turning a Photoshop action into a pixel bender script

We have a photoshop action that takes images and 'plasticifies' them. Specifically the action performs several filters that we're looking to convert into pixel bender scripts so that the action can be performed in Flash. I'm trying to discover if there are existing examples to perform these actions, and if not if it would be possible to create them. The filters that are being used are:
surface blur
diffuse
layer copy
high pass filter
layer overlay
hue / saturation
shadow / highlight
unsharp mask
I've attached the script to the post for reference and provided an example below. If this isn't something that we could combine several pre-existing filters together, would someone be up for working with me to create this or provide some guidance on how to move forward?
Original Image
Plasticify Effect
File: autoPlastic_test.atn (created in Photoshop CS4).
URL: http://drop.io/t7gez0g
Thanks,
Roy

AIF Kevin wrote:
The Bilateral Blur in After Effects is implemented in Pixel Bender. It  was tricky to get the best possible performance for it. Pixel Bender  works pretty well for Anistropic filtering as well, we are doing that  now for some new stuff.
Royi A wrote:
 I think in the GPU each basic variable (Pixel) is a vector of 4. Applying something on 4 of items in the vector or only 1 would "cost" the same.Someone of the AIF could confirm it?
This is sort of true. We do take advantage of the vector types to generate SSE code, but we do it not only within a pixel, but also across multiple pixels so a pixel1 value within your kernel may be computed with pixel1 values from neighboring pixels to improve performance. In general, it is best to write your code naturally and then only look to optimizing at this level if performance is unacceptable and the more obvious problems (minimizing conditional branching, for example) do not solve your problem.
    Kevin
Kevin, how do you iterate in the Anisotropic Filter?
One the things I miss is to loop a graph or something like that to iterate over the image.
Regarding the Bilateral Filter, My first PB kernel was a Gaussian Blur, just to get the feeling.
At first I didn't use its separability property.
It was slow, very slow!
For the Bilateral Filter you have to do even more operations. Unless you implemented its "Separable Bilateral" approximation, Or any other known optimization (Grids, Linear Approximation, etc...).
What about the GPU case regarding what I wrote?
Let's set I convert the image into LAB space and perform Gaussian Blur and each time only operate one CurrentPixel.r (The first item in the "Pixel" vector), will that make any performance difference?
Or even make it completely different. Creating a node which take as input image4 and output of image1 (L Channel). Then Gaussian Blur (2 Nodes) on image1, would that be faster (Again, GPU wise)?
Thanks.

Similar Messages

  • How can i turn a photoshop file into a website with knowing code? can i upload Muse or DreamWeaver?

    How can i turn a photoshop file into a website with knowing code? can i upload Muse or DreamWeaver?
    I created a few images (pages for a site) on photoshop and want to turn them into HTML code for a website- Can i Just upload the file into one of these programs and make a file with the correct code imediatly?
    I was reading about using EDGE Reform but i did not understand if i can create the code with it, in the end it says it still needs to be sent to website developer after?

    You need to look at Dreamweaver as a code editor. You need to learn to create good, clean HTML code with style sheets to make websites with Dreamweaver.
    There are tutorials that will take you from a layered .PSD file to HTML. Here's a good one:
    http://net.tutsplus.com/tutorials/site-builds/from-psd-to-html-building-a-set-of-website-d esigns-step-by-step/
    Adobe's Muse is a semi-WYSIWYG website layout creator for small websites (1-5 pages). But there is no way you can go from a .PDS file to Muse, you have to start the site in Muse.
    I have seen a few Muse sites and they're OK, but there is some code that Muse creates that is kind of odd. If you want a good, clean website that will work for you or your business, Dreamweaver is the best choice. Alternatively, you could hire a pro.
    -Mark

  • Developing Photoshop Plug In Using Flash and Pixel Bender

    Hello.
    Is there a way to build a Plug In for Photoshop using the Flash (GUI) + Action Script (Auxiliary Functions) + Photoshop Script (Photoshop Built In Capabilities) + Pixel Bender?
    Are there tutorials I can start from?
    Thanks.

    http://www.adobe.com/devnet/photoshop.html
    We have combined the C/C++ SDK, the Companion SDK and the Panel Guide into one SDK. You want the Panel Guide.

  • Where is pixel bender directory used by Photoshop CS5.1 (from Creative Suite 5.5 Web Premium)?

    CS5.1 does not appear to use the Pixel Bender Files directory in the Adobe Directory.  If I add a new pixel bender filter (.pbx) to the other filters in that directory, it does not show up in the Pixel Bender Filters Gallery from within Photoshop.  Actually, the listing of the filters from within Photoshop Pixel Bender Filter Gallery and the filters in the /Adobe/Photoshop CS5.1 (64bit)/Pixel Bender Files are different.  Any explanation?

    This is Adobe Contribute forum, you can post this query on http://forums.adobe.com/community/photoshop .

  • How to upload Pixel Bender Filter to Photoshop CS5 on Mac?

    How to upload Pixel Bender Filter to Photoshop CS5 on Mac? It installs to Utility Folder and I cant understand install from there? Haven't installed a plug in for a while!

    The link for the photoshop cs5/cs5.1 pixel bender plugin is broken on the pixel bender web page, so you probably installed the pixel bender toolkit.
    Below are the links for the photoshop cs5/cs5.1 pixel bender plugin.
    CS5 64 bit
    Here is the pixel bender plugin for the 64 bit version of photoshop cs5 on windows and mac
    http://download.macromedia.com/pub/developer/pixelbender/pixelbenderplugin_p3_pscs5_64bit_ 061711.mxp
    For the 32 bit version of photoshop cs5 on windows
    http://download.macromedia.com/pub/developer/pixelbender/pixelbenderplugin_p3_pscs5_32bit_ 061711.mxp
    If you have photoshop cs5.1
    windows cs5.1 32 bits
    http://download.macromedia.com/pub/developer/pixelbender/pixelbenderplugin_p3_pscs5-1_32bi t_061711.mxp
    64 bits cs5.1 windows and mac
    http://download.macromedia.com/pub/developer/pixelbender/pixelbenderplugin_p3_pscs5-1_64bi t_061711.mxp

  • How do I install new filters in Pixel Bender

    How do I get the new filters in the pixel bender menu? I download them from Pixel Bender Exchange but there are no instructions.I can't find them anywhere with google searches.
    I tried just unzipping the files and putting the pbj and pdk files into the pixel Bender files folder in Photoshop, but that returns an error message when I attempt to use it.
    I then tried just putting in the pdk files in since that is what is alredy in the folder, but I just get the same error message.
    Any idea what I'm doing wrong. This is in the 64 version of Photoshop (Windows 7). I appreciate any help you can give me.

    Yes, the tool kit runs on my machine, though I have to admit the syntax is beyond me at this point. I will have to let other people create the filters.
    I could not find anything that said "Driver Provider" or"Driver Date". Maybe in my computer it is not quite the same arrangement. I have copied the information I find when I go to the NVIDA control panel, and click on System information. Perhaps it will tell you what you need to know
    Display Tab in System Information:
    GeForce GT220, Driver version is 280.26
    DirectX support:   10.1
    CUDA Cores   48
    Graphics clock 615 MHz
    Processor clock 1335 MHz
    Memory clock:  790 MHz (1580 MHz data rate)
    Memory Interface 128-bit
    total available graphics 4095 MB
    Dedicated video memory: 1024 MB DDR3
    System video memory 0 MB
    shared system memory 3071 MB
    Video BIOS version 70.16.3C.00.05
    IRQ:  16
    Bus   PCI Express x 16 Gen2
    Components Tab in System Information
    3D Settings ____________________
    nvGameS.dll     6.14.12.8026     NVIDIA 3D Settings Server
    NVCUDA.DLL     8.17.12.8026     NVIDIA CUDA 4.0.1 driver
    PhysX              09.10.0514       NVIDIA PhysX
    Display______________________________
    nvDispS.dll         6.14.12.8026    NVIDIA Display Server
    NVMCTRAY.DLL   8.17.12.8026    NVIDIA Media Center Library
    NVSTRES.DLL      7.17.12.8026    NVIDIA 3D Vision Module (0)
    NVSTTEST.EXE    7.17.12.8026  NVIDIA Vision Test Application
    NVSTVIEW.EXE    7.17.12.8026  NVIDIA 3D Vision Photo Viewer
    Video__________________________________
    nvVITvS.dll          6.14.12.8026   NIVDIA Video Server
    Workstation_____________________________
    nvWSS.dll              6.14.12.8026   NVIDIA Workstation Server
    NVIDIA Control Panel_________________________________
    nvCpIUI.exe         3.8.812.0         NVIDIA Control Panel
    NVCPL.DLL           8.17.12.8026    NVIDIA Experience Driver Component
    nvxdapix.dll         8.17.12.8026    NVIDIA Experience Driver Component
    nvxdbat.dll           8.17.12.8026    NVIDIA Experience Driver Component
    nvxdplcy.dll          8.17.12.8026    NVIDIA Experience Driver Component
    nvxdsync.exe       8.17.12.8026    NVIDIA Experience Driver Component
    nvui.dll                 7.17.12.8026    NVIDIA Experience Driver Component
    NVIDIA Update____________________________________
    NvUpdt.dll              1.4.28.0    NVIDIA Update Components
    NvUpdtr.dll             1.4.28.0    NVIDIA Update Components
    ComUpdatus.exe      1.4.28.0    NVIDIA Update Components
    ComUpdatusPS.dll     1.4.28.0    NVIDIA Update Components
    daemonu.exe             1.4.28.0    NVIDIA Update Components
    Nvlhr.exe             1.4.28.0    NVIDIA Update Components
    WLMerger.exe             1.4.28.0    NVIDIA Update Components
    easyUpdatusAPIU64.DLL   1.4.28.0    NVIDIA Update Components
    additional information about my computer
    Windows 7 Ultimate
    Service Pack 1
    processor Intel (R) Cor(TM)i7 CPU   920  @ 2.67GHz
    Installed memory (RAM) 8.00 GB
    64-bit Operating System
    Pen Input Available

  • Is there any way to convert recorded actions into JSX Javascript file?

    For photoshop, there's http://ps-scripts.sourceforge.net/xtools.html (scroll down to "ActionFileToJavascript") which can convert recorded photoshop actions into jsx. Is there any such resource for Illustrator?

    AppleScript is able to script many things in the GUI.
    The problem is it becomes version specific when they move stuff about.
    CS6 can evoke some menus but is limited to those with keyboard shortcuts.
    CS6 also got action calls added... ( to JS )
    No nothing like action manager code exists in AI. ( a big shame )
    PS has a plug-in to record your steps...
    Giving you access to a whole range of app features beyond the regular DOM.
    Only today X has posted that that he's hanging up his boots here...

  • Pixel Bender authoring tools

    I have a few questions about the Pixel Bender authoring tools
    when Pixel Bender is officially released. I hope someone can answer
    these for me or point me towards the answers.
    1) Will the Pixel Bender Toolkit be freely available? If not,
    will it become a part of Flash CS4, After Effects CS4 and Flex
    Builder 3.2?
    2) Will the command line compiler be freely available, along
    with a language specification?
    3) Is the Pixel Bender format open, so that we can expect
    third-party development tools? [The answer seems at least partially
    yes, since Conduit for Pixel Bender has made its appearance]
    To clarify where I'm coming from: I own Photoshop CS4 and
    Flex Builder 3 and I'm looking forward to create Photoshop plug-ins
    using Pixel Bender. It would make for some nice speed gains,
    cross-platform compatibility and a lot less hassle than the PS SDK,
    for those plug-ins that don't require the SDK functionality. I have
    no need for Flash, so it would be a shame if I had to buy it to
    generate Pixel Bender bytecode.
    Thanks!
    Simon

    Kevin, thank you for answering. My major concern was that in
    order to write pieces of code for one of the Adobe programs, people
    would need to buy another (expensive) program, such as Flash. I'm
    happy that's not the case.
    As to my point (3), I understand the decision to keep the
    run-time Adobe-only (for now) and by 'open' I was indeed referring
    mostly to authoring tools.
    Thanks again!
    Simon
    Oh, I'm not sure whether this is the correct place, but let
    me sneak in a feature request in relation to Photoshop: it would be
    really great if the Pixel Bender plug-ins for Photoshop would get
    the option to be supplied with color data in a standard color
    space, such as RIMM RGB (used in ACR/Lightroom). That way, the
    plug-ins would effectively be color managed, without the hassle of
    performing color transformations inside the kernel.

  • Pixel Bender not showing

    Hello
    i just installed Adobe Extension Manager, then Pixel Bender (it appears on the list of extensions for Photoshop CS5).
    A "Pixel Bender files" has been added in the Photoshop CS5 path, with some *.pbk files
    But when I start Photoshop CS5, open an image an look in the "Filters" menu, there is no reference to Pixel Bender !
    Did I forget something ?
    I use Photoshop CS5 with Windows 7 - 64 Bits
    Thanks for anuy help

    Thanks for your answer
    Following your comment, I downloaded and installed both ( 32 and 64 bits)
    versions of Pixel Bender
    It works fine when I start PhotoShop CS5 32 Bits version
    But it does not appear when I start the 64 bits version !
    Thanks for your help

  • Photoshop actions

    I tried to install photoshop actions into my photoshop elements 10 and its not working. I tried to installed PNG files, ATN files for the photoshop actions and its not working either. Am I supposed to have certain software to install PNG, ATN and ZIP files? Does anyone know whats the easy way to install the files and put them into the photoshop elements 10? I did followed this website http://http://www.texaschicksblogsandpics.com/photography-page/installing-actions-in-photo shop-elements/install-actions-in-pse-9-on-vista/ and it didn't work for me(maybe I did it wrong) i need help please

    If you're installing zip files without unzipping them and using just the relevant contents, that would be your problem right there. An action is a .atn file, not a .zip file.
    If you use windows you might want to look into Graffi's add-o-matic. It's not free, but it does simplify the process for you.
    http://www.graficalicus.com/graffishop/index.php?main_page=product_info&products_id=37

  • Slider in Pixel Bender Toolkit

    Hi,
    little question. I like to adjust parameter values with sliders (as described in examples) but
    I only get input where I can write the values. This is a bit annoying, if you want o play around.
    Any chance to get sliders? I looked and searched but didn´t get an answer to this issue.

    Please take a look into "Adobe Pixel Bender Developer's Guide" PDF. It's located under the menu item help inside the toolkit.
    The topic of your interest is "Metadata Hinting" -> "Parameter type specialization element" it's all documented very nice...
    your parameter for a slider with a float value should look like this:
    parameter float your_variable_name
    <
    minValue: float(1.0);                      // the minimum value of the parameter
    maxValue: float(100.0);                  // the maximum value of the parameter
    defaultValue: float(100.0);               // the default value of the parameter
    stepInterval: float(1.0);                    // a step interval for the parameter if needed otherwise delete this line of code
    description: "your description";       // a description of the parameter
    >;
    but take a closer look into the help file for other parameter types like:
    parameter float angle
    <
    parameterType: "angleDegrees";
    minValue : 0.0;
    maxValue : 359.9;
    defaultValue : 30.0;
    previewValue : 15.0;
    description : "measured in degrees";
    displayName : "vector angle";
    minValueName : "no angle";
    maxValueName : "full rotation";
    stepInterval : 5.0;
    >;
    parameter float2 mousePos
    <
    parameterType : "position";
    minValue : float2(0.0);
    maxValue : float2(1024.0);
    defaultValue : float2(512.0);
    >;

  • CS5 Photoshop crash with pixel bender GPU enabled

    Hi when I switch pixel bender to oil paint mode with GPU enabled photoshop will crash. With GPU turned off no crashing but I get a process timeout message, any thoughts on why plugin is crashing computer will be helpful. Below is crash report info. Thanks
    Process:         Adobe Photoshop CS5 [614]
    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 [100]
    Date/Time:       2010-12-09 01:06:30.382 -0500
    OS Version:      Mac OS X 10.6.5 (10H574)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Error Formulating Crash Report:
    *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Identifier)
    0x82c01796
    0x837f50f3
    0x82c015d7
    0x82c01564
    0x882bcc86
    0x00004a8f
    0x8149d917
    0x00004939
    0x000072f2
    0x00007dd7
    0x00009ff2
    0x00009dcf
    0x8065ca1c
    0x000094d6
    0x80650536
    0x806503e9
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                           0x0000000200012910 gldAttachDrawable + 2528
    1   ???                           0x00000002000d5787 gldUpdateDispatch + 14359
    2   ???                           0x0000000135e54a7a glFlush_Exec + 133
    3   ???                           0x0000000142625376 AIF::ImageCompiler::GLSLPerPixelRuntime::run(AIF::DataFlow::ParameterSet const&, AIF::DataFlow::ParameterSet const&, boost::shared_ptr<AIF::ImageCompiler::GPUInputOutputImageSet>) + 4638
    4   ???                           0x0000000142426de8 AIF::PixelBenderFilterGPU::internalProcess() + 1200
    5   data_flow                     0x00000001047f3861 AIF::DataFlow::Node::process() + 33
    6   data_flow                     0x00000001047ef89a AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 366
    7   data_flow                     0x00000001047ef81e AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 242
    8   data_flow                     0x00000001047ef979 AIF::DataFlow::Controller::process() + 119
    9   ???                           0x00000001422b7ba1 AIF::ImageFlowController::process() + 57
    10  ???                           0x000000014229a056 AIF::FilterGraph::Internal::GraphExecutable::processFrame() + 136
    11  ???                           0x00000001422b7314 AIF::FilterGraph::Internal::Processor::processFrameEmbedded(AIF::FilterGraph::IProcessorB ase::OptimizationOptions const&) + 88
    12  ???                           0x0000000141c082db Project::PPixelBenderWrapper::DoProcess(bool) + 2379
    13  ???                           0x0000000141b9bc8a Project::PImageHub::ProcessOne(unsigned int&, unsigned int&) + 186
    14  ???                           0x0000000141b9d0de Project::PImageHub::ProcessTime(Mondo::CSystemTime const&, bool) + 78
    15  ???                           0x0000000141b9d40b Project::PImageHub::DoFire(Mondo::CSystemTime const&, Mondo::CSystemTime const&) + 267
    16  ???                           0x0000000141c37275 Mondo::CTimer::Fire(Mondo::CSystemTime const&) + 73
    17  ???                           0x0000000141c37631 Mondo::CTimer::OSTimerProc(Mondo::CSystemTime const&) + 25
    18  ???                           0x0000000141c37819 -[PXBCocoaTimer timerDidFire:] + 109
    19  com.apple.Foundation          0x00007fff883208f5 __NSFireTimer + 114
    20  com.apple.CoreFoundation      0x00007fff82b9dbe8 __CFRunLoopRun + 6488
    21  com.apple.CoreFoundation      0x00007fff82b9bdbf CFRunLoopRunSpecific + 575
    22  com.apple.HIToolbox           0x00007fff8778d91a RunCurrentEventLoopInMode + 333
    23  com.apple.HIToolbox           0x00007fff8778d67d ReceiveNextEventCommon + 148
    24  com.apple.HIToolbox           0x00007fff8778d5d8 BlockUntilNextEventMatchingListInMode + 59
    25  com.apple.AppKit              0x00007fff81666e64 _DPSNextEvent + 718
    26  com.apple.AppKit              0x00007fff816667a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    27  com.apple.AppKit              0x00007fff818a1c47 -[NSApplication _realDoModalLoop:peek:] + 442
    28  com.apple.AppKit              0x00007fff8189f7d5 -[NSApplication runModalForWindow:] + 129
    29  ???                           0x0000000141c39983 Mondo::CExecutable::Run() + 107
    30  ???                           0x0000000141bb22f4 Project::PPlugin::DoProjectDialog(bool, AIF::OGL::Context*) + 404
    31  ???                           0x0000000141bb2b85 Project::PPlugin::DoStart() + 485
    32  ???                           0x0000000141c79d84 Mondo::CPhotoshopFilter::DispatchStart(FilterRecord*, void**) + 84
    33  ???                           0x0000000141c7d76e Mondo::CPhotoshopFilter::Entry(short, FilterRecord*, void**, short*, int) + 292
    34  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
    35  com.adobe.Photoshop           0x000000010043737f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1418991
    36  com.adobe.Photoshop           0x000000010043ba08 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1437048
    37  com.adobe.Photoshop           0x0000000100434b4c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1408700
    38  com.adobe.Photoshop           0x0000000100439190 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1426688
    39  com.adobe.Photoshop           0x000000010075d28d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4720125
    40  com.adobe.Photoshop           0x000000010075dcf3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4722787
    41  com.adobe.Photoshop           0x0000000100435a41 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1412529
    42  com.adobe.Photoshop           0x0000000100759842 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4705202
    43  com.adobe.Photoshop           0x0000000100759c7b AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4706283
    44  com.adobe.Photoshop           0x0000000100435d58 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1413320
    45  com.adobe.Photoshop           0x0000000100439155 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1426629
    46  com.adobe.Photoshop           0x00000001004b2c96 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1925126
    47  com.adobe.Photoshop           0x00000001004b3f93 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1929987
    48  com.adobe.Photoshop           0x0000000100071796 0x100000000 + 464790
    49  com.adobe.Photoshop           0x0000000100066baf 0x100000000 + 420783
    50  com.adobe.Photoshop           0x0000000100066c72 0x100000000 + 420978
    51  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
    52  com.apple.AppKit              0x00007fff8162c4da -[NSApplication run] + 474
    53  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
    54  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
    55  com.adobe.Photoshop           0x00000001000688c2 0x100000000 + 428226
    56  com.adobe.Photoshop           0x0000000100237c01 0x100000000 + 2325505
    57  com.adobe.Photoshop           0x0000000100237c91 0x100000000 + 2325649
    58  com.adobe.Photoshop           0x00000001000028e4 0x100000000 + 10468
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff8063016a kevent + 10
    1   libSystem.B.dylib             0x00007fff8063203d _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff80631d14 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff8063183e _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff80631168 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff80631005 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.amt.services        0x0000000108e23c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services        0x0000000108e1ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services        0x0000000108e23cbe AMTThread::Worker(void*) + 28
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff8061732e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff8009f1f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ca0fbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib             0x00007fff8061732e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff8009f1f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ca0fbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib             0x00007fff8061732e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x00007fff8009f1f2 MPWaitOnSemaphore + 96
    2   MultiProcessor Support        0x000000011ca0fbd3 ThreadFunction(void*) + 69
    3   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    4   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    5   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   AdobeACE                      0x000000010591eccd 0x1058e4000 + 240845
    6   AdobeACE                      0x000000010591e67a 0x1058e4000 + 239226
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80651e59 nanosleep + 148
    2   com.adobe.PSAutomate          0x0000000127ebc09b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x0000000127e9dfd3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x0000000127ebc196 ScObjects::Thread::go(void*) + 166
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012918789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000128f405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012918789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000128f405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012918789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000128f405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.adobeswfl           0x000000012918789d APXGetHostAPI + 2465805
    3   com.adobe.adobeswfl           0x0000000128f405e9 APXGetHostAPI + 77145
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib             0x00007fff806172da mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8061794d mach_msg + 59
    2   com.apple.CoreFoundation      0x00007fff82b9c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation      0x00007fff82b9bdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreMediaIOServices 0x00007fff812ea61b MIO::DAL::RunLoop::OwnThread(void*) + 147
    5   com.apple.CoreMediaIOServices 0x00007fff812ec1e6 CAPThread::Entry(CAPThread*) + 140
    6   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    7   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib             0x00007fff8061733a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff80655cd2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000129187869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x00000001291a40ec APXGetHostAPI + 2582620
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib             0x00007fff8061733a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff80655cd2 _pthread_cond_wait + 1015
    2   com.adobe.adobeswfl           0x0000000129187869 APXGetHostAPI + 2465753
    3   com.adobe.adobeswfl           0x0000000129321ef3 APXGetHostAPI + 4146787
    4   com.adobe.adobeswfl           0x00000001291879b1 APXGetHostAPI + 2466081
    5   com.adobe.adobeswfl           0x0000000129187d1a APXGetHostAPI + 2466954
    6   com.adobe.adobeswfl           0x0000000129187e49 APXGetHostAPI + 2467257
    7   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    8   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib             0x00007fff8065aeb6 recvfrom + 10
    1   ServiceManager-Launcher.dylib 0x000000012bbd3982 Invoke + 54020
    2   ServiceManager-Launcher.dylib 0x000000012bbd2adf Invoke + 50273
    3   ServiceManager-Launcher.dylib 0x000000012bbd1b26 Invoke + 46248
    4   ServiceManager-Launcher.dylib 0x000000012bbd1b81 Invoke + 46339
    5   ServiceManager-Launcher.dylib 0x000000012bbd1c02 Invoke + 46468
    6   ServiceManager-Launcher.dylib 0x000000012bbcc30d Invoke + 23695
    7   ServiceManager-Launcher.dylib 0x000000012bbcc4a6 Invoke + 24104
    8   ServiceManager-Launcher.dylib 0x000000012bbccf2f Invoke + 26801
    9   ServiceManager-Launcher.dylib 0x000000012bbcd01d Invoke + 27039
    10  ServiceManager-Launcher.dylib 0x000000012bbd031f Invoke + 40097
    11  ServiceManager-Launcher.dylib 0x000000012bbd05c5 Invoke + 40775
    12  ServiceManager-Launcher.dylib 0x000000012bbd0b84 Invoke + 42246
    13  ServiceManager-Launcher.dylib 0x000000012bbd0d71 Invoke + 42739
    14  ServiceManager-Launcher.dylib 0x000000012bbc2daf Login + 1773
    15  ServiceManager-Launcher.dylib 0x000000012bbc4295 Login + 7123
    16  ServiceManager-Launcher.dylib 0x000000012bbd12a8 Invoke + 44074
    17  ServiceManager-Launcher.dylib 0x000000012bbd36c1 Invoke + 53315
    18  libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    19  libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib             0x00007fff8061733a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x00007fff80655cd2 _pthread_cond_wait + 1015
    2   ...ple.CoreServices.CarbonCore 0x00007fff80038330 TSWaitOnConditionTimedRelative + 209
    3   ...ple.CoreServices.CarbonCore 0x00007fff800380de TSWaitOnSemaphoreCommon + 416
    4   ...ple.CoreServices.CarbonCore 0x00007fff80037ddc AsyncFileThread(void*) + 61
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib             0x00007fff80617316 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c300dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c330ad0 EntryFM + 2125280
    3   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    4   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000012c0b739d 0x12bf00000 + 1799069
    6   com.adobe.CameraRaw           0x000000012c0b6d3b 0x12bf00000 + 1797435
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000012c0b739d 0x12bf00000 + 1799069
    6   com.adobe.CameraRaw           0x000000012c0b6d3b 0x12bf00000 + 1797435
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   ...ple.CoreServices.CarbonCore 0x00007fff800c8e27 TSWaitOnCondition + 118
    3   ...ple.CoreServices.CarbonCore 0x00007fff80038310 TSWaitOnConditionTimedRelative + 177
    4   ...ple.CoreServices.CarbonCore 0x00007fff8003221b MPWaitOnQueue + 215
    5   com.adobe.CameraRaw           0x000000012c0b739d 0x12bf00000 + 1799069
    6   com.adobe.CameraRaw           0x000000012c0b6d3b 0x12bf00000 + 1797435
    7   ...ple.CoreServices.CarbonCore 0x00007fff8000a411 PrivateMPEntryPoint + 63
    8   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    9   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.CameraRaw           0x000000012bf3cce5 0x12bf00000 + 249061
    3   com.adobe.CameraRaw           0x000000012c1ee657 EntryFM + 805223
    4   com.adobe.CameraRaw           0x000000012bfde21b 0x12bf00000 + 909851
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib             0x00007fff80617316 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c300dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c333260 EntryFM + 2135408
    Thread 25:
    0   libSystem.B.dylib             0x00007fff80617316 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c300dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c333215 EntryFM + 2135333
    Thread 26:
    0   libSystem.B.dylib             0x00007fff80617316 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c300dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c333215 EntryFM + 2135333
    Thread 27:
    0   libSystem.B.dylib             0x00007fff80617316 semaphore_wait_trap + 10
    1   com.adobe.CameraRaw           0x000000012c300dac EntryFM + 1929404
    2   com.adobe.CameraRaw           0x000000012c333215 EntryFM + 2135333
    Thread 28:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   com.adobe.CameraRaw           0x000000012bf3cce5 0x12bf00000 + 249061
    3   com.adobe.CameraRaw           0x000000012c268dd8 EntryFM + 1306856
    4   com.adobe.CameraRaw           0x000000012bfde21b 0x12bf00000 + 909851
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106a5222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106a5cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106a54e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106a5222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106a5cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106a54e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106a5222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106a5cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106a54e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib             0x00007fff80651fca __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff80655de1 _pthread_cond_wait + 1286
    2   libtbb.dylib                  0x0000000106a5222c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3   libtbb.dylib                  0x0000000106a5cb84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4   libtbb.dylib                  0x0000000106a54e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5   libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib             0x00007fff806172da mach_msg_trap + 10
    1   libSystem.B.dylib             0x00007fff8061794d mach_msg + 59
    2   com.apple.CoreGraphics        0x00007fff86aa9344 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics        0x00007fff86a8ee99 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics        0x00007fff86a95a2f CGSDeviceLock + 535
    5   libRIP.A.dylib                0x00007fff8718be43 ripd_Lock + 46
    6   libRIP.A.dylib                0x00007fff8718b746 ripl_BltShape + 410
    7   libRIP.A.dylib                0x00007fff87188d86 ripc_Render + 375
    8   libRIP.A.dylib                0x00007fff87186317 ripc_DrawRects + 732
    9   com.apple.CoreGraphics        0x00007fff86a95371 CGContextFillRects + 143
    10  com.apple.CoreGraphics        0x00007fff86acbb4a CGContextFillRect + 18
    11  com.apple.AppKit              0x00007fff8172cec0 NSRectFillUsingOperation + 241
    12  com.apple.AppKit              0x00007fff817dd292 NSDrawWindowBackground + 252
    13  com.apple.AppKit              0x00007fff8175d2ae -[NSThemeFrame drawWindowBackgroundRect:] + 179
    14  com.apple.AppKit              0x00007fff8172a761 -[NSFrameView drawThemeContentFill:inView:] + 2135
    15  com.apple.AppKit              0x00007fff8172466d -[NSThemeFrame drawRect:] + 109
    16  com.apple.AppKit              0x00007fff81723c49 -[NSView _drawRect:clip:] + 3390
    17  com.apple.AppKit              0x00007fff818a577b -[NSView _lightWeightRecursiveDisplayInRect:] + 624
    18  com.apple.AppKit              0x00007fff818a523f -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 1476
    19  com.apple.AppKit              0x00007fff818a2e62 -[NSWindow(NSWindow_Theme) heartBeat:] + 282
    20  com.apple.AppKit              0x00007fff817b2017 -[NSUIHeartBeat _heartBeatThread:] + 698
    21  com.apple.Foundation          0x00007fff882cb0a5 __NSThread__main__ + 1429
    22  libSystem.B.dylib             0x00007fff80650536 _pthread_start + 331
    23  libSystem.B.dylib             0x00007fff806503e9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000384536f4  rbx: 0x0000000000000001  rcx: 0x00007fff806172da  rdx: 0x00000000e00002c2
      rdi: 0x00000000e00002c2  rsi: 0x00007fff701205c0  rbp: 0x00007fff5fbfa080  rsp: 0x00007fff5fbfa080
       r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x00000000000010bc  r11: 0x0000000000000206
      r12: 0x0000000141aab000  r13: 0x000000013a538000  r14: 0x0000000142f357a0  r15: 0x00007fff5fbfa0b0
      rip: 0x0000000200012910  rfl: 0x0000000000010296  cr2: 0x0000000000000000
    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
           0x103287000 -        0x1032fffef +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
           0x103315000 -        0x10331cfff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103324000 -        0x103334ff8 +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
           0x10333f000 -        0x103345ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <564457E1-7F6A-E398-8254-4B04EF0546E5> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10334c000 -        0x103552fef +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
           0x1035e5000 -        0x103793fef +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
           0x103835000 -        0x103c65fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x103dbf000 -        0x1040eaff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1041b7000 -        0x1044dffe7 +AdobeCoolType ??? (???) <7EF54CD5-3426-A1E5-7961-FA34CCC2018D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x104577000 -        0x104598ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x1045a5000 -        0x1045d0ff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x1045e2000 -        0x104726fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10476d000 -        0x1047d2fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x1047ee000 -        0x104804fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x10481c000 -        0x1048b2fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104929000 -        0x104947fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104964000 -        0x104b93fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x104c72000 -        0x104d05fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
           0x104d25000 -        0x10506efef +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
           0x1051fe000 -        0x105380fe7 +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
           0x105422000 -        0x10579afff +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
           0x1058e4000 -        0x1059f9fff +AdobeACE ??? (???) <5BFBC4A1-1704-06A7-B656-D28BF592307A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x105a1e000 -        0x105a3afff +AdobeBIB ??? (???) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x105a44000 -        0x105aaeff7 +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
           0x105ae1000 -        0x105bb4ffb +AdobeJP2K ??? (???) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x105bd4000 -        0x105bd8ff8 +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
           0x105bdc000 -        0x105c53fff +FileInfo ??? (???) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105c74000 -        0x105cd2ffd +AdobeXMP ??? (???) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105ce0000 -        0x10617bfff +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
           0x106701000 -        0x106757feb +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
           0x10679c000 -        0x1067c1ffe +adobepdfsettings ??? (???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1067fb000 -        0x106800ffd +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
           0x106805000 -        0x1069a1fff +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
           0x106a49000 -        0x106a62feb +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
           0x106a73000 -        0x106a79feb +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
           0x106a80000 -        0x106a80ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <B146C134-CE18-EC95-12F8-E5C2BCB43A6B> /usr/lib/libmx.A.dylib
           0x106a83000 -        0x106a8bff3 +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
           0x106a92000 -        0x106b78fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x106cf8000 -        0x106cfafef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x106fed000 -        0x106ffcfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <50541300-118F-BE28-86DB-0F42738A9338> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x108e00000 -        0x108e70ff6 +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
           0x108fcd000 -        0x108fe4fe7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <5C25B45F-7A9E-3259-0532-E13B34B5398A> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x108fe8000 -        0x108ffafff  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <CC30A563-5E4C-7ACE-3B73-90E8F582171A> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x11a55a000 -        0x11a57bfef  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <1CC25A05-9E4C-ACBE-546E-34063A4CEB09> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x11a57f000 -        0x11a580fff  libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <0739FD38-CF46-0ECC-517C-E187C5A3B8D6> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x11a585000 -        0x11a58dfff +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
           0x11a5e6000 -        0x11a5edfff +Enable Async IO ??? (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x11addb000 -        0x11ade4fff +FastCore ??? (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x11c8f1000 -        0x11c954ff3 +MMXCore ??? (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x11c9da000 -        0x11ca45ff0 +MultiProcessor Support ??? (???) <8A0A7B32-67A5-4CD5-80DC-F9BEDA271F2C> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x1276c9000 -        0x1276e9ffb +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
           0x127a00000 -        0x127a1cff7 +MeasurementCore ??? (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/Plug-ins/Measurements/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
           0x127a3c000 -        0x127b6afff +com.ononesoftware.phototools25 2.5.2 (2.5.2) <80C3DEC0-CD4F-548E-4B05-8855E37708DC> /Applications/Adobe Photoshop CS5/Plug-ins/PhotoTools 2.5.plugin/PhotoTools 2.5.plugin/Contents/MacOS/PhotoTools 2.5
           0x127bf8000 -        0x127c44fe7  com.apple.glut 3.4.4 (GLUT-3.4.4) <78324374-C4AC-2358-3D61-55060E44FC38> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x127cc5000 -        0x127cebfff +com.ononesoftware.ononewidgets ??? (2.0) <0ED56C57-301B-A830-CE90-1BF5FCE9C572> /Library/Frameworks/OnOneWidgets.framework/Versions/A/OnOneWidgets
           0x127d0e000 -        0x127d1fff7 +com.ononesoftware.onOneToolbox 3.0 (3.0) <584022F0-0955-A401-B53C-373275880AF5> /Library/Frameworks/onOneToolbox.framework/Versions/A/onOneToolbox
           0x127d3a000 -        0x127f96fef +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
           0x1281ac000 -        0x128250ffb +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
           0x1282b2000 -        0x128352fef +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
           0x1283df000 -        0x1283e3fff  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <F99C2FBC-103D-DB2D-8D53-CFB8CEFA90F8> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x1283e8000 -        0x1283eefff  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <933CA4C6-F428-0E2E-DCBE-FA0284914092> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x12859e000 -        0x1285c8ff7  com.apple.mio.DAL.VDC_4 133.0 (1158) <75A32DC1-B6D9-A21B-7CDF-110B6C6ABDC3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.plugin/Cont ents/MacOS/VDC
           0x1287af000 -        0x1287edff7  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
           0x128f00000 -        0x129d68ff3 +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
           0x12bb68000 -        0x12bba5feb +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
           0x12bbc0000 -        0x12bbe8fef +ServiceManager-Launcher.dylib ??? (???) <4608E5E7-7F22-A4FF-527C-E97EA339FCCC> /Library/Application Support/Adobe/CS5ServiceManager/lib/ServiceManager-Launcher.dylib
           0x12bf00000 -        0x12c71bfeb +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 (???) <472D950D-70F8-B810-A959-9184C2AA6C74> /usr/lib/dyld
        0x7fff80003000 -     0x7fff80337fff  com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff80338000 -     0x7fff8034cfff  libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8034d000 -     0x7fff8040efe7  libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff80444000 -     0x7fff804acfff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
        0x7fff804ad000 -     0x7fff804f4ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff804f5000 -     0x7fff805c0fe7  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
        0x7fff805dc000 -     0x7fff80615ff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff80616000 -     0x7fff807d7fff  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
        0x7fff807d8000 -     0x7fff807f3ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff807f4000 -     0x7fff80845fef  com.apple.HIServices 1.8.1 (???) <BE479ABF-3D27-A5C7-800E-3FFC1731767A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff80888000 -     0x7fff8090afff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
        0x7fff8090b000 -     0x7fff8090efff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Version

    Hi There
    The card is a NVIDIA GeForce GT 330M and has 256 mb. This is a brand new MBP 15" 2.4 GHz i5 cpu. When I turn off the GPU in photoshop then it process's the image but with a lot of stops as its thinking. Images are from a 7D canon and are between 21-25 mb in size My workflow is through Lightroom anf the exportet file from lightroom into PS is at 240 DPI so the image do get kind of large. have not tryed to reduce size yet.

  • Filter for turning live action into animation?

    Is there a filter that will turn live action into art the way you can with Photoshop on stills?

    Can you provide a little more info on this desired filter please?
    A screen shot perhaps.
    Al

  • Problems with pixel bender toolkit 2.5 for photoshop cs5

    hi, i just installed the pixel bender toolkit 2.5 and i am trying to use it on photoshop but it won`t appear on the filters menu, and there should be a folder named Pixel Bender Files in the photoshop cs5 folder but there isn't any.. so what is going on???

    It will NOT work, PB has been totally ruined.
    So what I did was to upgrade to PS CS6, and its there in the filter menu.
    I didnt get back to this forum till today, and sorry I didnt get the info to post ready.
    Ive used the oil paint filter a lot since, its worth the upgrade to PS 6. But its nasty of them to take stuff out that we like to make us spend more $.
    So, Warning,,,,,Im going OT here,,,,,,Apple has stripped out some of our old and favourite things when we upgrade to the new OS 10.9(Mavericks), and we are very unhappy with what they have done. Ive found some workarounds, but the really eyecandy stuff is gone from our screen savers, Mosiac, and some other things.
    Is this cost cutting? Nope, not with AAPL, they have penty of dough.
    Is this just youngsters in the app developing work who have not used the older and nice stuff?  We dont know, but what ever you do, DO NOT give your older Macs away, as you will lose some of this fun stuff, and Adobe better learn too, as we oldsters use the old stuff. I dont like the Cloud prices either, so I upgraded all my Adobe stuff before they did that.
    And do NOT get rid of the old PSE programs, as you can scan paper money and I use it for my web page background images, but I do distort it.
    Im getting off into a rant, so I must stop, but I think these companies whoare making lots of money and have good products, should not mess with the good stuff. Hang on to your old programs and your old computers!

  • Pixel bender filters in Photoshop Panel

    Hello,
    I'm writing a suite of Photoshop filters with PixelBender and would like to know if there is a way to call them from a Photoshop Panel built with Configurator without embedding these filters in a flash panel.
    I tried to build a panel with configurator, but in the filters menu, PIXEL BENDER doesn't show. So, I guess I will have to build a flash panel which is close to Chinese for me (read http://forums.adobe.com/message/37408).
    Am I out of luck?
    Thanks!
    Enrique

    Use a 'Run JavaScript' button from ACTIONS/SCRIPTS section of Configurator.
    Then use/modify the following code:
    try{
    var idPbPl = charIDToTypeID( "PbPl" );
        var desc636 = new ActionDescriptor();
        var idKnNm = charIDToTypeID( "KnNm" );
        desc636.putString( idKnNm, "Kaleidoscope" ); /*modify the name of your pixel bender filter*/
        var idGpuY = charIDToTypeID( "GpuY" );
        desc636.putBoolean( idGpuY, true );
        var idFPth = charIDToTypeID( "FPth" );
        desc636.putString( idFPth, "/Applications/Adobe Photoshop CS4/Pixel Bender Files/kaleidoscope.pbk" ) /*modify the path to your filter*/
    executeAction( idPbPl, desc636, DialogModes.ALL );
    }catch(e){
         /* catch user cancellations */
    I have it so the default settings are populated and the Pixel Bender dialog is shown (DialogModes.ALL). You could use the scripting listener plug-in to populate specific settings and/or not show the dialog (DialogModes.NO)

Maybe you are looking for

  • Is there a way to control the "back button"?

    i've got a simple animation intro, ending with the very last key frame being static with links. then the links will bring up another page in the same window. but i was wondering if there was a way in flash to control the back button to bring the user

  • Using Airport Time Capsule with an external usb hard drive - how to connect

    I have 2TB Airport Time capsule which is connected to my iMac by an ethernet cable and which I use for T.Machine backups - No problems here. I have an old MacBook Pro running 10.6.8  and which is also connected to my T/C via wi-fi - again no problems

  • More about multiple inheritance

    OK, you can solve problems where multiple inheritance is needed by using interfaces. But im facing a problem where it cant help me. Im constructing a system where there are componentes that need to extend JTextField as well Observable. I dont have in

  • 2G Touch - Looking for a dock, video out, synch, ac charge?

    Is there a dock that does all of these things? I know I saw some from belkin but their descriptions weren't that good. This one: http://catalog.belkin.com/IWCatProductPage.process?Product_Id=370997 says it charges AC and does video out, but does anyo

  • Generic Withholding Tax Reporting Questions

    Hi Everyone, I can't find much information on transaction S_P00_07000134 so I'm hoping that you may assist.  Is there a reason why the report would not show ALL payments made to a vendor that had withholdings throughout the year?  It seems that our r