Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2010
    Posts
    8

    Default PSD FILES INTO PHP FILES

    I have several files that are psd files, and need them to be php files. I also need some help slicing the images, but have no clue on how to do so. Please help i need to do this tonight.
    IP

  2. #2
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,316

    Default Re: PSD FILES INTO PHP FILES

    php is a scripting language - a php file contains scripts - so what exactly is it you need here?
    -------------------------------
    Nothing lasts forever...
    IP

  3. #3
    Join Date
    Dec 2010
    Posts
    8

    Default Re: PSD FILES INTO PHP FILES

    I have quite a few images that are saved as psd files, but however i need to convert them into php files to do image slices for a webpage.
    IP

  4. #4
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,316

    Default Re: PSD FILES INTO PHP FILES

    I think thats the other way round - you use 'save for web and devices' from the photoshop file menu to export your image slices, the program will generate html that you can then incorporate into a web page using php

    but HTML is not my field, better ask that side of the question in a web forum maybe..

    as to how you generate the slices, photoshop help has a whole section on it - if you go to this link [assuming you are using cs5]:
    http://help.adobe.com/en_US/photosho...p_cs5_help.pdf
    chapter 15 deals with web graphics

    [you can save the pdf file to your computer if you wish]
    -------------------------------
    Nothing lasts forever...
    IP

  5. #5
    Join Date
    Dec 2010
    Posts
    8

    Default Re: PSD FILES INTO PHP FILES

    Well i now converted them to pdf files, so is that the same way.?
    IP

  6. #6
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,316

    Default Re: PSD FILES INTO PHP FILES

    I think you should read the help file

    you can slice images from the PSD if you follow the instructions

    PHP is basically a webpage set up - I can't help you with that sorry -

    maybe someone else can, and if you are in a hurry, a webdesign forum would be a good place to ask perhaps ..
    -------------------------------
    Nothing lasts forever...
    IP

  7. #7
    Join Date
    Jul 2011
    Posts
    1

    Default Re: PSD FILES INTO PHP FILES

    The first question is: Why do you want your PSD files turned into PHP ones??

    PSD is a graphic format while PHP is pure coding. If you want to export slices into browser enabled files, Photoshop can take care of it well within HTML.

    IMO HTML is efficient enough to manage the slices.
    IP

 

 

Bookmarks

Posting Permissions

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