Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24
  1. #1
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    I need help testing a new AMS add-on if you have a minute...

    I'm creating a new AMS button maker add-on for Photoshop, I've got the first part built and I just need to make sure it's working on different systems. It's attached. It should work in any version of Photoshop from 7.0 and up, but if you're using 7.0 you need to install the free Adobe scripting plug-in from here first:
    http://www.adobe.com/support/downloa...36&fileID=1470

    To test this file please follow these steps:
    1. Either open the included sample.psd in Photoshop *or* open Photoshop and create an image with 4 layers. They can be any type of layers, visible, locked, whatever... Just so long as you have 4 layers, you're set. The add-on will treat the bottommost layer as the buttons "normal" state, second from the bottom as the "up" state, second from the top as the "down" state, and the top layer as the "disabled" state.
    2. Once you have a 4 layer Photoshop document open simply run "make.exe" from the attached zip. Then just click the ellipsis button to bring up the folder browse dialog and choose the folder where you would like your button images to go.

    If you have pressed cancel it will just exit. If you have indeed selected a folder here's what should happen:

    "make.exe" should pause for a few seconds, and you should see a little action in Photoshop. Then make.exe will close and you should be left with 4 images in the folder you specified, "normal.png", "up.png", "down.png", and "disabled.png", plus a generic xml button manifest.

    Please let me know if it works on your PC. In particular I'd like to make sure it's working with PS CS and PS CS2. Thanks very much for your help, eventually this add-on will create a completed button and will give you a variety of cool options including automatically adding effects to make full buttons out of single layers files, and more! You'll be able to create awesome custom buttons from scratch in under a minute. And of course the add-on will be 100% free.

    P.S. some people may need to install the free MS Visual Basic runtime:
    http://www.microsoft.com/downloads/d...displaylang=en
    Attached Files

  2. #2
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    I would be glad to, but don't have Photoshop :(

    Without looking at your file, would it be possible to integrate it with Paint Shop Pro? May be more trouble than it's worth?

  3. #3
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Does Paint Shop Pro have a scripting system? If so then I'd definitely be happy to attempt to port it over. The easy thing about writing scripting add-ons for Photoshop in particular is that Adobe provides the scripting system free plus an *amazing* tool called "the scripting listener" which allows you to generate playable javascripts and VBscripts simply by doing things in the UI. Essentially it records your actions as code. Of course you have to sandwich it in a bit of VB to make a compiled add-on like this but I learned enough VB to do that in a week, so it's certainly not rocket surgery. Anyhow let me know if PSP has a scripting system...

  4. #4
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    Quote Originally Posted by Corey
    Does Paint Shop Pro have a scripting system?
    Affirmative!..although I've never used it personally. The extension is '*.PspScript'.

    I have PSP 8.0 and never even bothered to upgrade because of my limited skills with this editor. I believe they're up to 10 now. I only know enough to be dangerous.

  5. #5
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hmm, I'll look into it.

  6. #6
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    It work quick for me. About 3 seconds.
    P4 3.2 Extreme
    1 gig DDR 400
    Geforce 6600GT 256mg PCIe
    Matrix Raid WD Raptors 10,000RPM
    WinXP SP2
    Photoshop CS2
    and
    Photoshop CS

    Do the layers have to be the same size for the button to work right?


    Chris

  7. #7
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Whew! Glad to hear it. Thanks very much for the help Chris.

    Button layers can contain "different size" images but you might have to experiment sometimes to get "the feel" of the finished button just right if you are using significantly different sizes...

    The good news is that I've worked out the last bit to create the finished button file. I'll post that later today.

  8. #8
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Quote Originally Posted by rhosk
    Affirmative!..although I've never used it personally. The extension is '*.PspScript'.

    I have PSP 8.0 and never even bothered to upgrade because of my limited skills with this editor. I believe they're up to 10 now. I only know enough to be dangerous.
    Me too. I have PSP and it works, plus you can find it fairly cheap. I think one of the recent ads for BestBuy had version 10 for under $50. That means I can pick up the previous version for even cheaper

    PSP will work with PS plugins, I know that. So I wonder if it will work with your tool too.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  9. #9
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    Quote Originally Posted by TJ_Tigger
    PSP will work with PS plugins, I know that. So I wonder if it will work with your tool too.
    Hm, never thought of that.

  10. #10
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Not in this case since this isn't a plug-in, it's a "script". I looked into creating a plug-in for this but it would have taken too much time given my utter lack of programming skills...

  11. #11
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Nice one, Corey!
    Works well here with PS CS.
    Suggestions, if I may:
    1. ability to select an area of an image and work from there
    2. adding the zipping and extension changing to btn

    Thanks a lot for that.
    Yossi

  12. #12
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi Yosik, thanks for testing. Here's the thing about the area, I had to reconcile that as "assume the users has cropped the image" for this first version, but I'm not limited to that, I can easily upgrade so that you have an option for "use document area" or "use selected area" in the future. I've got the zip thing worked out but I was trying to find a solution for wrapping the zip .dll inside the executable. Seems like I can't do that for free so I'm going to wrap it up as an SFX and I'll release it tonight.

  13. #13
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014
    Love it! CS2

  14. #14
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Glad to hear it. Good news, I showed Worm's post to a VB developer friend and he has powerwrap and says he'll wrap the files if I send them over, so I'll just do that for now. Not a permanent solution but it'll work good for v. 1.

  15. #15
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    For the record, I'd have wrapped them for you too

Page 1 of 2 1 2 LastLast

Similar Threads

  1. How may I Add other corsors in AMS and another questions?
    By darknis in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 12-20-2004, 05:08 PM
  2. HOWTO: Add articles to AMS 4.0 knowledgebase
    By kpsmith in forum AutoPlay Media Studio 4.0
    Replies: 1
    Last Post: 03-17-2003, 02:51 PM
  3. (( Right Click Properties Version infomation
    By GraphiX2003 in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 02-10-2003, 01:15 AM
  4. Add Volume Control to your AMS Menu
    By eljay in forum AutoPlay Media Studio 4.0
    Replies: 28
    Last Post: 09-17-2002, 02:04 PM
  5. AMS 4.0 Beta Testing Forum
    By unknown user in forum AutoPlay Media Studio 4.0
    Replies: 13
    Last Post: 08-16-2002, 03:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts