auto thumbnailing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • philleep
    New Member
    • Mar 2007
    • 74

    auto thumbnailing

    Hi,

    Someone told me that you can do auto thumbnailing in php. How?

    cheer,
    Philleep
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    You can either resize the image using the HTML WIDTH and HEIGHT attributes, or you can use a toolkit such as GD or ImageMagik to do it for you.

    Comment

    • philleep
      New Member
      • Mar 2007
      • 74

      #3
      can you tell me how i use a tool kit? do i have to install it? and how will it work on the server?

      cheer
      philleep

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Check phpinfo() to see if GD is already installed (it is standard in most PHP distributions). If so, you can use PHP's image... functions.

        Comment

        Working...