Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Recent content by i73

  1. I

    [C++] A little advice for my Photoshop plugin (Not seeing it loading)

    This has been resolved, it had to do with building out the Command Line build commands: CL /I $(SolutionDir)PhotoshopPluginListener\photoshopapi\photoshop /I $(SolutionDir)PhotoshopPluginListener\photoshopapi\pica_sp /I $(SolutionDir)PhotoshopPluginListener\common\includes /EP /DMSWindows=1...
  2. I

    How can I export a single layer [C++] plugin (lost all hope)

    Thanks, yeah I already have a question up on every fourm I could find about this :P, Take care.
  3. I

    How can I export a single layer [C++] plugin (lost all hope)

    Hey John, thanks for your reply I did check the 'Export Layers to Files' before but unfortunately it just duplicates each of the layers recursively and exports each new document as a file. I already have a working system with what I have when I hide each layer, looking for a way to do it without...
  4. I

    How can I export a single layer [C++] plugin (lost all hope)

    I've built a Windows Phoshop CS6 / CSS C++ plugin; how it works is it exports each layer in the document (By name) with it's proper image format (png, jpg, etc), my issue is: I have to turn off visibility on each other layer in order to export the one layer (I have to loop through all the...
  5. I

    [C++] A little advice for my Photoshop plugin (Not seeing it loading)

    I got really excited, because I did look and it seems that the extension was not part of the list, (I have no idea where I got that then...) But unfortunatly this was not the solution, I tried '8ba, 8bi' and nothing. :/ Thank you for the suggestion while it did solve one issue. I have update...
  6. I

    [C++] A little advice for my Photoshop plugin (Not seeing it loading)

    Hello, I am seeking some help with loading my plugin, I don't know if it's a build error or if I am messing up some settings. Currently it's building my .8bc without errors but there is little debugging I can do to see where it's being unloaded. Am I not seeing it "Loaded" because I'm not doing...
Back
Top