auto thumbnail

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

    auto thumbnail

    hi,

    does anyone know how i can get thumbnail to be made automatically from a larger photo. this will save a lot of photoshopping!

    cheer
    philleep
  • iephraim
    New Member
    • Apr 2007
    • 1

    #2
    Yes, you can do thumbnails on the fly. In .net and php i had used. Please let me know if you need code samples.

    Comment

    • KevinADC
      Recognized Expert Specialist
      • Jan 2007
      • 4092

      #3
      this is not an html/css question unless you wanted to do something dumb like:

      Code:
      <img src=bigpicture.jpg width="80">
      besides that you have to do it server side for auto thumbnail generation. If you are on a nix server you can use the djpeg/cjpeg commands to make thumbs of jpg images, but not other file formats like GIF or PNG, otherwise use PHP or whatever you are familiar/comfortable with.

      Comment

      • sandyw
        New Member
        • Mar 2007
        • 122

        #4
        there is away you can do it in photoshop.
        Make a actions button and do whatever you need to do. ie reduce image. Make sure you give it a name. like reduce
        then go to file to Automate and select Batch.
        In the Batch Window under Play you will set an Action field (arrow) click on the arrow and select your Action (reduce).
        You will see a Choose...(butto n) this is where you will find your images.

        There is a Destination section
        here you have the opion to chose where you want to store your new images.
        recommend that you chose a new folder...

        click the Save As... button.

        that's it

        sandy

        Comment

        • philleep
          New Member
          • Mar 2007
          • 74

          #5
          cheer guys,
          thought that might be the case. unfortunately my skills are limited to html/css and little bit of asp - which this site will use. so think i'll have a go at the photoshop batch thingy

          thinking about it there's probably some other software on the web somewhere that'll do it anyhows.

          cheer
          philleep

          Comment

          • philleep
            New Member
            • Mar 2007
            • 74

            #6
            Originally posted by KevinADC
            this is not an html/css question unless you wanted to do something dumb like:

            Code:
            <img src=bigpicture.jpg width="80">
            cheer kevin,

            i'd thought of that but wouldnt the page loading time be quite a while if had say 50 images that where originally say 2-3Meg but the size altered by width=... ?

            also can you crop images in html?

            cheer
            philleep

            Comment

            • drhowarddrfine
              Recognized Expert Expert
              • Sep 2006
              • 7434

              #7
              That is the only way so the idea is impractical, generally.

              Comment

              Working...