Kodak CD Plugin for CS5 or CS

I have a number of files with the extension:  .pcd 
My research so far tells me this is a Kodak extension for images.  It also was suggested that such files can be opened in CS6 with a Kodak CD plugin.  I have had no luck locating such a plugin.  Suggestions?
I am running a Mac Pro (10.7.5).  These files were found on my PC (Windows 7) and transfered to the Mac based upon the assertion that CS6 could  open the files.

http://www.adobe.com/cfusion/exchange/index.cfm?searchfield=Kodak&search_exchange=&num=25& startnum=1&event=search&sort=0&interim_dummy_tmpfield=&Submit=
I am not sure if this is what you want.

Similar Messages

  • Using XMP Lib in a plugin for CS5.0 Windows

    Hello
    I have been able to compile the XMP-Toolkit-SDK-5.1.2 and use it successfully in a plugin for CS5.0 Mac OS X.
    Im now trying to do the same on windows, but with no luck. Im using MS Visual C++ 2008 express edition.
    There seems to be a conflict between the XML library and msvcprt.lib library. If I try to exclude the msvcprt.lib library I get only one error.
    If I try to exclude the msvcprt.lib i get the following problem:
    1>PlugInStatics1.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::locale::id::id(unsigned int)" (__imp_??0id@locale@std@@QAE@I@Z)
    I get the following linker problems:
    1>XMPCoreStaticRelease.lib(WXMPMeta.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::c_str(void)const " (?c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: unsigned int __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::size(void)const " (?size@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIXZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::push_back(char)" (?push_back@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXD@Z) already defined in XMPCoreStaticRelease.lib(XMPUtils.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::assign(char const *,unsigned int)" (?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@PBDI@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: char const * __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::data(void)const " (?data@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ) already defined in XMPFilesStaticRelease.lib(P2_Handler.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z) already defined in XMPCoreStaticRelease.lib(XMPCore_Impl.obj)
    1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in XMPCoreStaticRelease.lib(WXMPMeta.obj)
    Best Regards
    / Pontus Hulin

    Hi Pontus.
    You're probably mixing static libraries with shared.
    Regards
    Bartek

  • How do I get camera raw plugin for cs5.1 extented for new olympus omd e-m1 camera?

    how do you get camera raw plugin for cs5.1 extented for new olympus omd e-m1 camera?

    Native support requires ACR version 8.3, which will only run under CS6 or CC.
    Use the free DNG converter to make DNGs readable in older ACR versions. http://www.adobe.com/downloads/updates.html

  • Optional Plugins for CS5

    Has anyone successfully installed the optional plugins in CS5 running in 64bit under Snow Leopard 10.6.3?

    Hi,
    It's best to check directly with Epson, but I think Canon is one of the few so far that have posted 64 bit drivers for their scanners.
    See this post for a bit more info:
    http://forums.adobe.com/message/2888087#2888087
    You might get an answer from PDFerguson on how to tell if the driver is 32 bit or 64 bit compatible.
    regards,
    steve

  • Masking/matting plugins for CS5

    I'm looking for a plugin that will enable some more advanced masking/matting features from within Premiere--moreso that the rather rudimentary and stiff Garbage Matte effects. Ideally, I'd love something that would give me similar capability to my dear old friend Animatte from Avid, where you have much more control to draw lines and curves and add feathering as necessary. I've got a bunch of keying work to do, and I want to combine a good masking effect with Ultra (which is simply stupid easy and amazing, I must say).
    Does Pixelan SpiceMaster have this kind of capability? Or is it really more for transitions and PIPs?
    And Adobe: make that Pen tool do something cool like draw realtime mattes on my sequence clips! K thx bye.

    Thanks Harm....
    The Animattes you posted aren't exactly what I'm looking for, though those are interesting, and I'll check them out more.
    I guess the best way to describe what I'm looking for is an analog of masking as it existing in After Effects, but in Premiere. Think of it as Four/Six/Eight-Point Garbage Matte on steroids. What I want to be able to do is throw a matte/mask effect on a clip, and then be able to add as many control points as I want, with the ability to create Bezier curves and feathering as needed. Basically, I'm looking to modify the alpha channel of a clip for both utility and creative purposes.
    Avid has a fantastic effect called Animatte that does this, and more (like video hit fixing, for example). You can also animate these points to follow a moving object, or to compensate for something like a waving arm. I want similar control within Premiere, though I'm starting to believe it doesn't exist at this time. Yes, there are track mattes and so on, with Titles or other graphics, but I'm not keen on multiple layers when they're not necessary. Ideally, I'd drop the effect on a clip and snip away anything I didn't want to affect, similar to the way layer masks work in Photoshop.
    SpiceMaster might do the trick; I'll see if there is a CS5 demo available (only saw up to CS4 on the website), but I'll email Michael and see if he can set me up.
    Anyway, I hope that makes sense what I'm looking for... thanks again for checking in.

  • Looking for "Picture Frame" Plugin for CS5 64-bit

    Hello!  I went to slap a plain ol' picture frame on a photo image in CS5.  The kind of frame that looks like those you have hanging on your walls.  Not acid etched edges or canvas texture overlays, etc.  I found that nothing I had would do what i wanted.  I am looking for something like the old Extensis Photoframe or Alien Skin SPLAT!  The onOne PhotoFrame 4.5 Free version doesn't have what the old Extenses version had.  Has anyone looked inside onOne PhotoFrame 4.5 Standard?  I'd like to konw before I cough up $150 for the plugin.
    Are there other plugins that will put an ordinary looking mitered picture frame on an image in CS5 64-bit?
    Thanks, - Dave

    Hello John!  Thanks- I didn't know those actions were there.  I'm working with big files though and the frames come out kind of skinny.  I'm sure I could edit that actions but I'm looking more for a slap-it-on-and-forget-it solution.  The link to Exchasnge sure does have some amazing stuff.  I'm glad to know of the resource.  The search results were pretty dated though, so I'm not sure which will work with Win64 + PS64 bit.
    I guess a SPLAT! or Extenses PhotoFrame replacement doesn't come to mind out there?  I found sometning that is along the lines of what I'm looking for:
    http://www.humansoftware.com/pages1200/ClassicFrame/gallery_v1/clasfram9.html
    These are a bit more fancy than I had in mind and are take it or leave it, where Splat! and the old PhotoFrame were tweakable.
    I'll keep on looking.  Anyone else jump in if a light bulb goes off.
    - Dave

  • How to create  64 bit plugin for CS5 on Mac

    hi,
    I am using Adobe photoshop CS5  extended (12 x64) version. While trying to build and run the sample  automationfilter  plug-in using  x86_64 configuration in xcode, plugin is being loaded but it is not working. But it is working properly in x32 mode.
    When i gone  through the documention i found that i have to change the plugin entry point like  ---
    DLLExport MACPASCAL void PluginMain( const int16 selector,  void * filterRecord,  int32 * data,   int16 * result)
                                                    TO
    DLLExport MACPASCAL void PluginMain(  const int16 selector, void * filterRecord, intptr_t * data, int16 * result)
    But thre is no PluginMain like this.It is like ---
    DLLExport SPAPI SPErr AutoPluginMain(const char* caller,const char* selector,void* message) can anyone suggest me how to do so.where should i change the code so that plugin can be run in x64 mode. SpecificationMac 10.6(snow Leopard)Xcode 3.2 64 bitAdobe Photoshop Cs5 Extented (12 x64). any help will be greatly appreciated. thanks, 

    Any resolution?

  • Looking for some good text effects type plugins for CS5 or CS5.5

    I have a website that I am updating and I wanted to create some really cool text effects. The effects are something that I want to create in After Effects to give it the movie effect with sounds, etc.
    What I'm looking for is some add-on software that can boost the text. Any ideas?
    Thanks

    Since you're brand-new here, there's a VERY crucial question to ask: have you ever used After Effects before?
    The reason: it's not the kind of application you use for a couple of tricks with and expect things to turn out right the first time.  It takes a good knowledge of the AE basics to make it do what you want.
    So how do you get the basics?  You go here.
    ...and if you need this animation in a big hurry, you might want to have a Plan B ready to go.

  • Smartsound Quicktracks for CS5

    The third party page for CS5 talks about a new quicktracks plugin for CS5.  However the Smartsound currently says that CS5 is not supported.  Is this just that it is still in development and will come along a lot later (as it did for CS4) or is it available somewhere now?

    SmartSound has been working closely with Adobe on the CS5 QuickTracks plug-in. CS4 changed things enough, that the QT plug-in had to be reworked for it, from previous versions of PrPro. Adobe was late in getting the SDK out to 3rd party suppliers, so it was late in the lifespan of CS4, that the QT plug-in became available. Adobe and SmartSound did begin working towards CS5 earlier, but the x64 aspect meant a total re-write, plus changes in Audio-handling in CS5. That has slowed things, but my sources tell me that work is progressing. There are also plans for a Sonicfire Pro plug-in for PrPro, like the one for FCP. Do not know the exact status of either plug-in's development.
    In the meantime, Sonicfire Pro 5 Express Tracks version is available for free, with the purchase of any of the multi-layer discs, like the Strata Series. Note that it is a stand-alone app, but works great. One can purchase the Scoring Edition also, and that adds a great deal of power with those multi-layer discs. This is the version that is in development as a PrPro plug-in. Here's hoping that SmartSound is successful in that development, just as with the QuickTracks plug-in for CS5 and x64 OS's.
    If I get any word on intended release dates, I will update this thread.
    Good luck,
    Hunt

  • Plugins and twain for CS5

    I spent four hours trying to find the plugins and twain drivers for CS5 that the "read me" file for CS5 said was available for download. They even gave a link for them.  Finally called them and spent another hour and and a half on the phone and was transferred three times just to find out they have not put them online yet.  THANKS GUYS.  Why don't you put them up "before" telling people that they are there.
    Also, why were these features taken out.  It is kind of like buying a new car and when they deliver it the radio is missing and they tell you to come back in a couple of days and look in the back of the parking lot for it and put it in yourself.  Then when you you can't find they say "oops, we forgot to put it there."
    Anyway does any one know when "picture package, web photo gallery, twain and other old wonderfull plugins" are going to be available?
    If you use these features you might as well wait to buy CS5!

    That's really the point--the problem isn't so much that Adobe didn't have the TWAIN/extras plugin pack ready to go at CS5 launch (though I'd much rather they did), it's that the most obvious link to said pack:
    http://www.adobe.com/go/ps_cs5_plugins_mac_en
    ...doesn't lead to a placeholder page that says "These plugins aren't available yet, please be patient."  ...or better yet "...fill out this form to get an email when they are ready for download."  Heck, it doesn't even lead to a 404--it immediately (and confusingly) redirects to the Adobe home page.  It's that an official URL for the product exists and is linked from more than one place, but doesn't have anything there to tell people what's up when they use the built-in Help feature and click on it.
    Thus, when I did a search from within CS5 for TWAIN, it came up with an article that answered my question exactly.  I clicked the link, and ended up at the Adobe home page.  "Huh?  Oh, I guess I have to search for it myself..."  A half hour wasted later I finally surmised that, indeed, it just wasn't available for download yet.  Launch weekend, I suppose that's understandable.  A week later, I'd at least expect a placeholder.  (And I never did find the above-linked document that does explain what's up in my own searching--I just got the helpful-but-useless help page I linked).
    I also wish I'd known about this before I started my 30 day trial; for all I know it's going to be over a month before the plugin is ready, which would mean I would have to buy CS5 without having any idea whether the TWAIN interface is going to be so crash-prone as to be useless, or just fine.

  • Plugin PS CS5 for Olympus Pen E-P5

    Is there a plugin for PS CS5 for Raw pictures taken with an Olympus Pen E-P5?

    Not yet according to Adobe's list
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    When Camera Raw is eventually updated for this camera, the plugin will not be compatible with CS5.
    It'll be for CS6 (maybe) and CC only.
    If you choose to stay with CS5 (and not upgrade) then you'll have to download the free Adobe DNG converter and convert the Pen E-P5 Raw files to DNGs then edit the DNGs in CS5.
    http://www.adobe.com/products/photoshop/extend.displayTab2.html

  • Plugin for Illustrator v15.0.0 (CS5) to password protect a layer

    Does anyone know if there is a new plugin for illustrator that will password protect a layer. The plugin Master Lock only works in Illustrator version 8 and 9.
    Is there a newer version that works with CS5 ?

    I have just come across this same issue when looking for a way to password protect layers.  Did you ever find anything, or has anyone else found something???  I'm also curious in getting Master Lock for AI v 8 and 9 to see if I can develop my own plugin for current versions of Illustrator.
    Thanks,
    RevNet

  • New Kodak plugins for Photoshop

    When reading the News items at the dpreview.com site, I noticed the announcement of some new plugins for Photoshop and compatible programs.
    http://www.dpreview.com/news/0702/07020101kodak.asp
    The asf.com Kodak site seems to say compatible with PSE 1, 2, 3 for the non-pro plugin.
    Does anyone know about PSE 5?
    The color restore of the ROC plugin looks interesting.

    I have installed the Pro Version of the ROC plugin. It works with PSE V5.
    During the installation, I specified that it gets installed in the folder C:\Programme\Adobe\Photoshop Elements 5.0\Plug-Ins
    This seems to be important (in my first attempt to install it, I did not override the folder specification, and PSE 5 did not find the plugin).
    Personally, I find the plugin very expensive: nearly 50 US$ for the normal version, nearly 100 US$ for the professional version. This seems to be especially expensive when comparing these costs with the PSE license costs and when considering that each one of the Kodak Plugins cost these 50/100 US$
    But of course, for those PSE users who have an important need for it, the 50/100 US$ might be worth it. I wonder however, whether there are similar plug-ins that are much less expensive or even free.
    Personally I would welcome a decision of Adobe, to provide in future similar plug-ins (or sets/packages of similar plugins) at a much more reasonable price. Perhaps Adobe could provide reasonably priced sets of plug-ins that include among other some of the really nice photo-enhancements capabilities/dialogs of Lightroom. I should probably describe this in the "Feature Request" forum.

  • I've downloaded the free pixel bender plugin for my mac (it says toolkit) for cs5 but I don't know how to put it in my filter list, can someone walk me thru it please?

    I've downloaded the free pixel bender plugin for my mac (it says toolkit) for cs5 but I don't know how to put it in my filter list, can someone walk me thru it please?

    Copy it in the respective plug-in folder.
    Mylenium

  • Starting up with SDK for CS5 (premiere)

    Hello everyone.
    First of all, I apologize for my english. And also for my possible lacks of knowledge about this matter, I am a completely newbie.
    I want to develop an exporter plugin for Premiere Elements 9. I have downloaded the trial version and also the complete SDK.
    I have successfully built SDKExporter project, read the SDK guide (as much as I could without getting lost at some point...) and follow the instructions about where to place my *.prm file (ExporterSDK.prm). In my case, I guess it is in xxxxx(InstallFolder)\Adobe Premiere Elements 9\Plug-ins\es_ES.
    The application seems to load the plugin (I put a "DebugBreak();" call and it is hit), but I can´t find exactly how this plugin "shows up" in the application GUI. For what I know (please forgive me If I am wrong) I should be seeing something in the "SHARE" option (does it replace old Export menu option?) related to this plugin, correct?
    Is there any doc, besides CS5 SDK guide, that can help us in the "getting started" procedure?
    Please, any clue will be highly appreciated.
    Thanks for the support.
    Kind regards.

    Hello again.
    Thanks for your response.
    Right now I have been able to finally got the exporter SDK plugin working on Premiere Elements 9. I am going to write a guide in case it helps potentially users who wants to start with the SDK.
    1) Open the project with Visual Studio and change the binary to 32 or 64 bit (thanks for this tip!)
    2) Build the project. You can copy the ExporterSDK.rpm file to the Plugin folder of Premiere Elements by yourself or set an environment variable (PREMSDKBUILDPATH) to that folder. In my case, I have it in  xxx\Adobe Premiere Elements 9\Plug-ins\Common.
    3) Create a folder for your preset, so Premiere Elements can recognize your exporter under the "Sharing" tab (It seems like 'export' option under the file Menu is always disabled, strange). The folder should be Adobe Premiere Elements 9\sharingcenter\Presets\pc\OTHERS\YourCompanyName.
    4) Now here comes the best part. There must be a *.epr file in that location, pointing to the correct exporter object (which is ExporterSDK in our case). If you open up any existing presets you will see a xml-style file, hardly to be re-created from scratch if you want to create a new one for your exporter. What to do here? Install Adobe Media Encoder (it comes with Flash product).
    5) Once Flash is installed, copy ExporterSDK.rpm into Flash plugin folder (in my case, C:\Archivos de programa\Adobe\Adobe Media Encoder CS5\Plug-ins\common)
    6) Open Media Encoder.
    7) Add a video and choose "SDK File" in the Format combo.
    8) Press Ctrl + E (export).
    9) In the next dialog, select custom adjustment and click on save button (there is an icon for that, a floppy drive).
    10) Set the name you want.
    11) Now look for the *.epr file in the folder C:\Documents and Settings\[user]\Datos de programa\Adobe\Common\AME\5.0\Presets (sorry for the spanish names). Be carefull as this folder may be hidden in your system.
    12) Happily, copy this generated *.epr file into folder created in step 3.
    With these steps, you should be able to see your exporter in the Sharing tab, in PC option (a list box will appear saying 'others', that´s where our exporter shows up!).
    Now you can set any BP in your VS ExporterSDK project, attaching to Adobe Premiere Elements process. Isn´t that great, finally?
    From this point there is a huge way to move on, but at least it is possible to study how the exporter interacts with Elements, and also to analyze the classes used.
    I hope this post will help anyone.
    Thanks again for the support.
    Kind regards.

Maybe you are looking for

  • Possible to record solo automation from a MIDI controller?

    I am using a Novation SL MKII midi controller with Automap in Logic Pro 9.  I am trying to figure out how to record the solo automation feature from the MIDI input.  I select the track, and then select the 'Solo' section from the automation tools.  I

  • Debugging of background scheduled job

    Hi guys, Can any one explain me 1 scenario why there is a need to debug background scheduled job..., rather then doing in background we can run the same job/report online and do normal debugging. thx in advance, Cheers, Harish

  • .mov movie made with iMovie imported in iTunes

    I made (with iMovie) a movie and imported in iTunes where it works perfectly. But when I go to advanced to use "convert selection for ipod" I can't. I have only the line convert to mp3..... Any help? Maybe iTunes doesn't convert .mov files for iPod u

  • Very slow print performance after installing Photoshop CC

    Hello- A colleague of mine has been using Photoshop CS2 forever. I finally convinced her to upgrade to a newer version, and we installed Photoshop CC on her Win 7 Pro desktop. She is trying to print today, and jobs that would take no time at all in C

  • An question about Sun Ray Server Software ....

    I finished Sun Ray Server Software, and use remote administrator to admin(http://192.168.0.1:1660), but i don't change its policy,and failt to warm/cold start to message log show : Internal Error Check messages file for additional information. policy