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

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 Photoshop CS6 - installation advice?

    Where should I / how should I install the Lighting Styles folder and the 8bf, 8bi and 8ba files included in the optional plugins for Photoshop CS6? (Win 32)
    Thank you in advance for your help.
    Heather

    Hi Heather,
    If you  have the 64-bit version of either of these OSes, then:
    Windows 7 and Vista (32 bit): Program Files (x86)/Adobe/Adobe Photoshop CS6/Plug-ins folder
    If you have the 32-bit OS version, then: Program Files/Adobe/Adobe Photoshop CS6/Plug-ins folder
    The Lighting Styles folder just needs to be in the same directory as the LightingEffects plug-in.
    Secondarily, why are you wanting to use the legacy plug-in? Is it because you don't a video card that can enable OpenGL drawing?
    regards,
    steve

  • [CS4] About the Optional plugins for CS4

    Once the optional plugins are installed as discussed in the pdfs that come with them.  In this case, the contact sheet plugin, into Photoshop plugins directory.
    How is it then accessed inside photopshop?
    I see a little note in the pdf saying that it is `optional' to add the plugin to the bridge scripts directory, but if not, then it must be possible to access that plugin from photshop, but I don't see it anywhere.
    I put the contact sheet plugin at:
    C:\Program Files\Adobe\Adobe Photoshop CS4 (64 Bit)\Plug-ins\Automate\ContactSheetII.8LI
    C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\Plug-ins\Automate\
    Putting the 64 and 32 bit plugins in the appropriate directories.
    Where should I be looking inside PS?  Nothing appears under Filters

    If the plugins are installed right, then they should be under File>Automate in photoshop.
    MTSTUNER

  • 32 bit mode option missing for CS5.1

    I have both CS5.1 and CS6 PS istalled on my iMAC. I want to use CS5.1 with filters that only work in 32 bit mode. I can no longer change my CS5.1 PS to open in 32- bit mode. The option is mysteriously missing from the "get info" panel. I have accesed "get info" properly but clicking on the PS app icon, then right clicking to get the get info panel as I have always done in the past, (no, I'm not high-lighting the PS folder).
    The option to reset PS 5.1 to 32 bit is nowhere to be found. Why, and how do I get it back? Uninstall/ reinstall PS 5.1?
    I am also using OS X 10.8.4
    Thanks for any help!

    Thanks for your response.  This is from page 13 of the MainStage 3 manual:
    To open MainStage in 64-bit mode, Control-click the MainStage icon in the Applications folder, choose Get Info from the shortcut menu, then deselect the “Open in 32-bit mode” checkbox
    I tried your suggestion, but can't find in Activity Monitor where it indicates the bit mode.  Can you clarify?  Thanks again.

  • 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

  • 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.

  • 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.

  • CS5 Optional Plugin Loading

    I would like to make a contact sheet of images and noticed I need to download the optional plugins for CS5.
    I did this, read through the instructions though I was following along but when I have placed the files into the areas specificed and then open photoshop the option for a contact sheet does appear under automate.
    Can someone walk me through and tell me what to do to get this to work?
    Thanks.

    Do you have a 64 bit system?  I ask because you have to make sure the 64 bit optional components go under the 64 bit installation area, and the 32 bit components under the 32 bit installation area.
    Photoshop 64 bit is based here:
    C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)
    Photoshop 32 bit is based here:
    C:\Program Files (x86)\Adobe\Adobe Photoshop CS5
    Also, make sure you stop and restart Photoshop after installing the optional components.
    -Noel

  • Optional plugins not supported

    i d/l'd and installed the optional plugins for ps cs5, but they do not show in the filters list.
    i have been told by someone who has used ps for a number of years that ps cs5 does not support them.
    i d/l'd them from adobe, so why don't they work?

    it is possible i installed the wrong plugins, but i did
    get them from adobe. they are the same that were removed after cs3
    when cs4 came out. they are both available from adobe's download page
    as optional, one version for cs4 the other for cs5. i'll check to see if the correct
    version is installed as i have both 32 and 64 bit capabilities on my win 7 ultimate 64 bit os.
    i'll let you know the result as soon as i can. hopefully the version installed for my 64 bit is
    incorrect, not unsupported.
    i have just visited the d/l page here
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4688&fileID=4376
    but there is nothing to indicate any 32 or 64 bit version for the plugins. it only has a single d/l link
    as you can see on the page. i have already added some demo and other plugins without any problem
    but i am unable to find where or how to resolve this problem with them not being available for use
    in ps cs5 extended.
    i currently have literally hunderds of filters, freeware and paid, that are all ps compatible but am leary
    of installing into ps for use there. they are installed for use in other applications.
    Message was edited by: billy2shoes 8:46 a.m. 8/13/11

  • 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

  • How do I get administrative priveleges to install optional plug-ins for cs5

    how do I get administrative priveleges to install optional plug-ins for cs5 and or how to install these optional plugins thanks

    To add to Mylenium's reply, here's how to do it on Windows and this is what microsoft website says:
    Why do I have to be an administrator to install a program?
    Only administrators can make changes that will affect everyone who uses the computer, such as installing software and hardware and changing security settings.
    If the program you are trying to install or run says you  must have administrator rights, but you are already an administrator on the computer, right-click the installation icon for the program, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    If the program installs but does not run, right-click the program icon, click Properties, click the Compatibility tab, select the Run this program as an administrator check box, and then try to run the program.

Maybe you are looking for