Looking for a script...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acctman
    Confirmed User
    • Oct 2003
    • 2840

    #1

    Looking for a script...

    I need a image script, or plugin/command that will scan and resize all images in a folder to a max height & width of 350 pixels keeping the picture in proportion.

    anyone know where i can get this at?
  • jennycards
    Confirmed User
    • Feb 2002
    • 1124

    #2
    If it's on a Linux server I can do that. Contact me: os[at]jennycards.com.
    Make Money with true niche programs like Adult ECards - Pantyhose Fetish - Men in Pantyhose

    Comment

    • grannytgp
      Confirmed User
      • Aug 2002
      • 269

      #3
      Originally posted by acctman
      I need a image script, or plugin/command that will scan and resize all images in a folder to a max height & width of 350 pixels keeping the picture in proportion.

      anyone know where i can get this at?
      Use ImageMagick.... a free, and very powerful tool for both *nix and Windows machines.

      The utility you'll want to use is called mogrify, and comes with the ImageMagick bundle. Here's the info on mogrify: http://www.imagemagick.org/www/mogrify.html

      I believe the command line would look like such:
      mogrify -size 350x350 *.jpg -resize 350x350 +profile "*"

      If it's a *nix machine, just change to the directory where the images are located and run this command (or use the full directory path in the command line).
      No sig = good sig

      Comment

      • acctman
        Confirmed User
        • Oct 2003
        • 2840

        #4
        thanks.

        I have a question about ImageMagick is there a way to make it copy the 350w/h images to another folder, after they've been processed?

        Comment

        • liquidmoe
          Confirmed User
          • Mar 2002
          • 4994

          #5
          After you read in the image, modify it, then when you write it back, just specify the location. Read their online manpage its quite helpful.

          Take Luck!

          Comment

          • Reak
            So Fucking Banned
            • Mar 2003
            • 17920

            #6
            thumbplus 5 can do this

            Comment

            Working...