Programmatically generate jpg thumbnails

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jay Hamilton

    #1

    Programmatically generate jpg thumbnails

    Hello,

    I'm looking for a simple way to programmaticall y generate thumbnails
    from uploaded jpgs in PHP. It doesn't need to be too fancy either.
    Any thoughts?

    Thanks,
    Jay

  • .:[ ikciu ]:.

    #2
    Re: Programmaticall y generate jpg thumbnails

    Hmm Jay Hamilton <jayhamiltoniv@ gmail.comwrote:
    I'm looking for a simple way to programmaticall y generate thumbnails
    from uploaded jpgs in PHP. It doesn't need to be too fancy either.
    Any thoughts?
    RTFM


    --
    ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
    Ikciu | gg: 718845 | yahoo: ikciu_irsa | www: www.e-irsa.pl

    2be || !2be $this =mysql_query();


    Comment

    • Kim André Akerø

      #3
      Re: Programmaticall y generate jpg thumbnails

      Jay Hamilton wrote:
      Hello,
      >
      I'm looking for a simple way to programmaticall y generate thumbnails
      from uploaded jpgs in PHP. It doesn't need to be too fancy either.
      Any thoughts?

      or
      Copy and resize part of an image with resampling


      See examples and user comments to see how to use these.

      --
      Kim André Akerø
      - kimandre@NOSPAM betadome.com
      (remove NOSPAM to contact me directly)

      Comment

      • Geoff Berrow

        #4
        Re: Programmaticall y generate jpg thumbnails

        Message-ID: <1160756633.999 624.282850@i3g2 000cwc.googlegr oups.comfrom
        Jay Hamilton contained the following:
        >
        >I'm looking for a simple way to programmaticall y generate thumbnails
        >from uploaded jpgs in PHP. It doesn't need to be too fancy either.
        >Any thoughts?



        In action at



        --
        Regards,

        Geoff Berrow

        Comment

        • Jay Hamilton

          #5
          Re: Programmaticall y generate jpg thumbnails

          Thanks Geoff, thanks Kim, just what I was looking for!

          Geoff Berrow wrote:
          Message-ID: <1160756633.999 624.282850@i3g2 000cwc.googlegr oups.comfrom
          Jay Hamilton contained the following:
          >

          I'm looking for a simple way to programmaticall y generate thumbnails
          from uploaded jpgs in PHP. It doesn't need to be too fancy either.
          Any thoughts?
          >
          >

          >
          In action at
          >

          >
          --
          Regards,
          >
          Geoff Berrow

          Comment

          Working...