Script to edit PSD files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gustaf B

    Script to edit PSD files

    Hi
    Is there any way to edit a PSD file trough ASP ?
    For example if I make a templimate with photoshop with a textfield
    then i want to change the textfields value trough the script and then render
    the
    new file as an image.

    Ive seen alot of components that can render PSD files but none that can edit
    them.
    Is it possible ?

    /Gustaf


  • Cowboy \(Gregory A. Beamer\) [MVP]

    #2
    Re: Script to edit PSD files

    I would imagine there are some tidbits in the Adobe PhotoShop SDK, but you
    are largely on your own on figuring this one out. PSD is a proprietary
    format. Component Source has some third party components that might be
    useful in a web application:
    http://www.componentsource.com/Catal...S&cv=re&sr=PSD.
    Realize you will have to embed an ActiveX control for your editor if you go
    this route.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    *************** *************** *************** ***
    Think Outside the Box!
    *************** *************** *************** ***
    "Gustaf B" <gustaf@trancec lubber.com> wrote in message
    news:eX4pSPmaEH A.2388@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Hi
    > Is there any way to edit a PSD file trough ASP ?
    > For example if I make a templimate with photoshop with a textfield
    > then i want to change the textfields value trough the script and then[/color]
    render[color=blue]
    > the
    > new file as an image.
    >
    > Ive seen alot of components that can render PSD files but none that can[/color]
    edit[color=blue]
    > them.
    > Is it possible ?
    >
    > /Gustaf
    >
    >[/color]


    Comment

    • Aaron [SQL Server MVP]

      #3
      Re: Script to edit PSD files

      Might also want to visit Adobe licensing and/or call their lawyers, if
      you're trying to emulate Photoshop in a browser. ;-)

      --
      Please contact this domain's administrator as their DNS Made Easy services have expired.

      (Reverse address to reply.)






      "Cowboy (Gregory A. Beamer) [MVP]" <NoSpamMgbworld @comcast.netNoS pamM> wrote
      in message news:eOIlQwmaEH A.1152@TK2MSFTN GP09.phx.gbl...[color=blue]
      > I would imagine there are some tidbits in the Adobe PhotoShop SDK, but you
      > are largely on your own on figuring this one out. PSD is a proprietary
      > format. Component Source has some third party components that might be
      > useful in a web application:
      > http://www.componentsource.com/Catal...S&cv=re&sr=PSD.
      > Realize you will have to embed an ActiveX control for your editor if you[/color]
      go[color=blue]
      > this route.[/color]


      Comment

      • Cowboy \(Gregory A. Beamer\) [MVP]

        #4
        Re: Script to edit PSD files

        No doubt Aaron. Do doubt.

        I would imagine the third party controls would solve that issue, but I would
        be sure before offering "PhotoShop on the Web".

        --
        Gregory A. Beamer
        MVP; MCP: +I, SE, SD, DBA

        *************** *************** *************** ***
        Think Outside the Box!
        *************** *************** *************** ***
        "Aaron [SQL Server MVP]" <ten.xoc@dnartr eb.noraa> wrote in message
        news:OnEZpGnaEH A.752@TK2MSFTNG P09.phx.gbl...[color=blue]
        > Might also want to visit Adobe licensing and/or call their lawyers, if
        > you're trying to emulate Photoshop in a browser. ;-)
        >
        > --
        > http://www.aspfaq.com/
        > (Reverse address to reply.)
        >
        >
        >
        >
        >
        >
        > "Cowboy (Gregory A. Beamer) [MVP]" <NoSpamMgbworld @comcast.netNoS pamM>[/color]
        wrote[color=blue]
        > in message news:eOIlQwmaEH A.1152@TK2MSFTN GP09.phx.gbl...[color=green]
        > > I would imagine there are some tidbits in the Adobe PhotoShop SDK, but[/color][/color]
        you[color=blue][color=green]
        > > are largely on your own on figuring this one out. PSD is a proprietary
        > > format. Component Source has some third party components that might be
        > > useful in a web application:
        > > http://www.componentsource.com/Catal...S&cv=re&sr=PSD.
        > > Realize you will have to embed an ActiveX control for your editor if you[/color]
        > go[color=green]
        > > this route.[/color]
        >
        >[/color]


        Comment

        Working...