Batch re-sizing images?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • J$tyle$
    Too lazy to set a custom title
    • Apr 2003
    • 11500

    #1

    Batch re-sizing images?

    What's the best freeware to download and use?
  • Twisted Dave
    Confirmed User
    • Mar 2006
    • 3635

    #2
    Well the software, Batchit is a pretty cool app that allows you to do multiple things. It's not free ... you get a free trial of 20 days or something ... unlimited features etc. But to be honest... it's cheap as hell to buy when the trial is up and I bet it'd be immensely useful to webmasters.


    Custom Cartoon Mascots - ICQ: 243355699, Email: [email protected] or Click Sig - 15% referrals. Send me clients, make money!

    Comment

    • ExtremeBank_Adam
      Confirmed User
      • Dec 2005
      • 1671

      #3
      http://faststone.org/

      ExtremeBank.com, the EXTREME program for the Pornicate.com Network of sites:
      Naughty Alysha, Roxy Raye, Buddha Bang, Angie Noir, Fisting Sex, Extreme Ty & many more.
      Email: adam [at] extremebank.com | ICQ: 331-797-412

      Comment

      • the content guy
        Confirmed User
        • Dec 2007
        • 694

        #4
        irfanview.com
        It's free and works great, been using it for years on fast jobs. It's actually better than some of the paid softwares I have.
        ROY THE CONTENT GUY - ICQ 588-051 -

        Comment

        • trafik2
          Confirmed User
          • Jun 2007
          • 112

          #5
          Originally posted by the content guy
          irfanview.com
          It's free and works great, been using it for years on fast jobs. It's actually better than some of the paid softwares I have.


          it's an amazing free app.
          Make Fat Fucking Cash!

          Comment

          • Catalyst
            Confirmed User
            • Jun 2003
            • 3243

            #6
            acdsee.. pro.. works great.

            Comment

            • Casa Nova
              Confirmed User
              • Mar 2007
              • 2867

              #7
              irfanview.com is really good!

              ICQ: 405 009 573


              Comment

              • american pervert
                Confirmed User
                • Sep 2002
                • 6840

                #8
                arles is the shiznit
                I can resist everything except temptation

                Comment

                • RayVega
                  Confirmed User
                  • Jul 2004
                  • 4212

                  #9
                  I like thumbs plus, but I'm a creature of habit...it's shareware but you can use it forever if you deal with the delay screen after 30 days.
                  Ray "The Don" Vega

                  Managing Director
                  Private Equity Fund

                  [email protected]

                  Comment

                  • AaronM
                    GFY Royality ;)
                    • Oct 2001
                    • 46923

                    #10
                    I thought everybody had Photoshop around here.

                    Comment

                    • J$tyle$
                      Too lazy to set a custom title
                      • Apr 2003
                      • 11500

                      #11
                      Originally posted by AaronM
                      I thought everybody had Photoshop around here.
                      Don't have PS on this machine and I can't seem to find my disc. I have over a gig worth of images to resize and just wanted to download something to use real quick without burning these images to another drive and pulling them on to the other machine

                      Downloaded irfanview but it looks like it degrades the image quality and the way it set the destination folder I requested it to use is very odd to me.

                      Guess I need to fiddle with the settings and download thumbs plus and arles to see which work easiest/best!

                      Thanks all

                      Comment

                      • Angry Jew Cat - Banned for Life
                        (felis madjewicus)
                        • Jul 2006
                        • 20368

                        #12
                        you don't have to move all the images, just move the photoshop....

                        Comment

                        • marcop
                          Confirmed User
                          • Nov 2005
                          • 4150

                          #13
                          What? You dipshits can't figure out how to do it in Photoshop?

                          Comment

                          • Rosie
                            Confirmed User
                            • Jul 2003
                            • 369

                            #14
                            Personally I use the image resizer from Windows Power Toys
                            http://www.microsoft.com/windowsxp/d...powertoys.mspx

                            It loads itself into my right click menu, so I don't have to open anything to resize images

                            Comment

                            • J$tyle$
                              Too lazy to set a custom title
                              • Apr 2003
                              • 11500

                              #15
                              Originally posted by marcop
                              What? You dipshits can't figure out how to do it in Photoshop?
                              Reading comprehension is obviously not your strong suit


                              Originally posted by Rosie
                              Personally I use the image resizer from Windows Power Toys
                              http://www.microsoft.com/windowsxp/d...powertoys.mspx

                              It loads itself into my right click menu, so I don't have to open anything to resize images
                              Very helpful!

                              Super cool and easy to use utility ... thank you so much



                              ... and thanks everyone else for your input (where applicable!)

                              Comment

                              • Bama
                                Confirmed User
                                • Nov 2001
                                • 2727

                                #16
                                http://faststone.org/FSResizerDetail.htm

                                Just did 40,000 images with this and loved it. Liked that it kept the directory structure intact and watermarks them all as it does. Now if they'd only add an ftp option I could set it up and go to bed and wake up to find my work done!

                                Comment

                                • J$tyle$
                                  Too lazy to set a custom title
                                  • Apr 2003
                                  • 11500

                                  #17
                                  Originally posted by ExtremeBank_Adam
                                  That looks pretty badass too!

                                  Originally posted by Bama
                                  http://faststone.org/FSResizerDetail.htm

                                  Just did 40,000 images with this and loved it. Liked that it kept the directory structure intact and watermarks them all as it does. Now if they'd only add an ftp option I could set it up and go to bed and wake up to find my work done!
                                  Wow! That's cool, Bama! If I really need something for a big job I will probably use it!

                                  See you in Vegas soon

                                  Thanks again guys

                                  Comment

                                  • farkedup
                                    Confirmed User
                                    • Nov 2007
                                    • 2490

                                    #18
                                    Originally posted by J$tyle$
                                    What's the best freeware to download and use?
                                    PHP/GD FTW
                                    Code:
                                    function create_thumbnail( $source_file, $destination_file, $max_dimension)
                                    {
                                       list($img_width,$img_height) = getimagesize($source_file); // Get the original dimentions
                                       $aspect_ratio = $img_width / $img_height;
                                      
                                       if ( ($img_width > $max_dimension) || ($img_height > $max_dimension) ) // If either dimension is too big...
                                       {
                                           if ( $img_width > $img_height ) // For wide images...
                                           {
                                               $new_width = $max_dimension;
                                               $new_height = $new_width / $aspect_ratio;
                                           }
                                           elseif ( $img_width < $img_height ) // For tall images...
                                           {
                                               $new_height = $max_dimension;
                                               $new_width = $new_height * $aspect_ratio;
                                           }
                                           elseif ( $img_width == $img_height ) // For square images...
                                           {
                                               $new_width = $max_dimension;
                                               $new_height = $max_dimension;
                                           }
                                           else { echo "Error reading image size."; return FALSE; }
                                       }
                                       else { $new_width = $img_width; $new_height = $img_height; } // If it's already smaller, don't change the size.
                                      
                                       // Make sure these are integers.
                                       $new_width = intval($new_width);
                                       $new_height = intval($new_height);
                                      
                                       $thumbnail = imagecreatetruecolor($new_width,$new_height); // Creates a new image in memory.
                                    
                                       // The following block retrieves the source file.  It assumes the filename extensions match the file's format.
                                       if ( strpos($source_file,".gif") ) { $img_source = imagecreatefromgif($source_file); }
                                       if ( (strpos($source_file,".jpg")) || (strpos($source_file,".jpeg")) )
                                       { $img_source = imagecreatefromjpeg($source_file); }
                                       if ( strpos($source_file,".bmp") ) { $img_source = imagecreatefromwbmp($source_file); }
                                       if ( strpos($source_file,".png") ) { $img_source = imagecreatefrompng($source_file); }
                                      
                                       // Here we resample and create the new jpeg.
                                       imagecopyresampled($thumbnail, $img_source, 0, 0, 0, 0, $new_width, $new_height, $img_width, $img_height);
                                       imagejpeg( $thumbnail, $destination_file, 100 );
                                      
                                       // Finally, we destroy the two images in memory.
                                       imagedestroy($img_source);
                                       imagedestroy($thumbnail);
                                    }
                                    You can even loop through all the files in a directory real easily to mass resize an unlimited number of items.
                                    -- QUOTE ME IT MAKES ME FEEL SPECIAL --

                                    Comment

                                    • meanbitchesglenn
                                      Registered User
                                      • Apr 2006
                                      • 59

                                      #19
                                      I use Picture Resize Genius. Very simple to use, very effective, and well suited for repetitive tasks.

                                      You can a get a free trial version at:

                                      http://www.download.com/Picture-Resi...html?tag=lst-1

                                      --Glenn King

                                      MeanbitchBucks - High Conversion Fetish Affiliate Program
                                      50% Payouts, 50% Recurring , Nearly 50% customer retention!

                                      http://www.meanbitchbucks.com

                                      Comment

                                      • Chr0makey
                                        Confirmed User
                                        • Oct 2006
                                        • 932

                                        #20
                                        Originally posted by Rosie
                                        Personally I use the image resizer from Windows Power Toys
                                        http://www.microsoft.com/windowsxp/d...powertoys.mspx

                                        It loads itself into my right click menu, so I don't have to open anything to resize images
                                        I use it sometimes as well
                                        DDOS ATTACK PROTECTION

                                        Comment

                                        • The Sultan Of Smut
                                          Confirmed User
                                          • Dec 2004
                                          • 4325

                                          #21
                                          Originally posted by american pervert
                                          arles is the shiznit
                                          ditto

                                          Comment

                                          • Deej
                                            I make pixels work
                                            • Jun 2005
                                            • 24386

                                            #22
                                            arles is tight, but honestly ... and this is just my preference, but most applications, especially free ones... rape the quality of a picture... Im a little anal though about quality content...

                                            so I resort to Photoshop and hand doing it or at least an action... I understand your dilema, ... just my thoughts on the subject

                                            Fuck Pixelation!

                                            Deej's Designs n' What Not
                                            Hit me up for Design, CSS & Photo Retouching


                                            Icq#30096880

                                            Comment

                                            • MissMina
                                              Confirmed User
                                              • Jan 2004
                                              • 2478

                                              #23
                                              Photoshop. Just set up an action, run it, walk away and do other shit...

                                              Comment

                                              • alby_persignup
                                                Confirmed User
                                                • May 2007
                                                • 3119

                                                #24
                                                arles works better for me.
                                                OnProbation Links Directory | OnProbation Design Services | OnProbation Cash

                                                Comment

                                                • J$tyle$
                                                  Too lazy to set a custom title
                                                  • Apr 2003
                                                  • 11500

                                                  #25
                                                  Thanks again evryone!

                                                  In addition to the Microsoft Image Resizer (which ended up working perfectly for my immediate needs) - I ended up downloading FastStone Image Viewer 3.4.

                                                  This thing makes some SICK slide shows with tons of transitions and music tracks which I needed for a personal project for family photos!



                                                  http://faststone.org/FSViewerDetail.htm

                                                  * True Full Screen viewer with image zoom support and unique fly-out menu panels
                                                  * Crystal-clear and customizable one-click image magnifier
                                                  * Superior Red-Eye effect removal/reduction with completely natural looking end result
                                                  * Image modification tools: Resize/resample, rotate/flip, crop, sharpen/blur, brightness/contrast, etc.
                                                  * Eleven (yes, 11) resampling algorithms to choose from when resizing images
                                                  * Image color effects: gray scale, sepia, negative, Red/Green/Blue adjustment
                                                  * Image special effects: watermark, annotation, drop shadow, framing, bump map, lens, morph, waves
                                                  * Multi-level Undo/Redo capability
                                                  * One-touch best fit/actual size image display support
                                                  * Image management, including tagging capability, with drag-and-drop and Copy To/Move To Folder support
                                                  * Histogram display with color counter feature
                                                  * Compare images side-by-side (up to 4 at a time) to easily cull those forgettable shots
                                                  * Image EXIF metadata support (plus comment editing for JPEGs)
                                                  * Configurable batch processing to convert/rename large or small collections of images
                                                  * Slideshow creation with 150+ transition effects and music support (MP3, WMA, WAV...)
                                                  * Create efficient image attachment(s) for emailing to family and friends
                                                  * Print images with full page-layout control
                                                  * Create fully configurable Contact Sheets - just like the pros (and save $$$ on ink)
                                                  * Create memorable artistic image montages from your family photos for personalized desktop wallpapers (Wallpaper Anywhere)
                                                  * Acquire images from a scanner
                                                  * Versatile screen capture capability
                                                  * Powerful Save As interface to compare image quality and control generated file size
                                                  * Run favorite programs with one keystroke from within Image Viewer
                                                  * Create a no-install fully portable version of the program which can be run from a removable storage device
                                                  * Configurable mouse wheel support
                                                  * Supports multiple program skins
                                                  * Supports dual-monitor configurations
                                                  * And much more...

                                                  Comment

                                                  • JimmiDean
                                                    Confirmed User
                                                    • Nov 2004
                                                    • 3433

                                                    #26
                                                    Thanks for all the great info.
                                                    My God there's Porn on here!

                                                    Still on the Beach !!!

                                                    Comment

                                                    • A.J. Angel
                                                      Confirmed User
                                                      • Nov 2007
                                                      • 859

                                                      #27
                                                      I use Easy Thumbnails myself.

                                                      http://www.fookes.com/ezthumbs/

                                                      Comment

                                                      • yahoo-xxx-girls.com
                                                        Confirmed User
                                                        • Jul 2006
                                                        • 3143

                                                        #28
                                                        Have you Googled it ???

                                                        .
                                                        sig too big

                                                        Comment

                                                        • mortenb
                                                          Confirmed User
                                                          • Jul 2004
                                                          • 2203

                                                          #29
                                                          Originally posted by farkedup
                                                          PHP/GD FTW
                                                          Code:
                                                          function create_thumbnail( $source_file, $destination_file, $max_dimension)
                                                          {
                                                             list($img_width,$img_height) = getimagesize($source_file); // Get the original dimentions
                                                             $aspect_ratio = $img_width / $img_height;
                                                            
                                                             if ( ($img_width > $max_dimension) || ($img_height > $max_dimension) ) // If either dimension is too big...
                                                             {
                                                                 if ( $img_width > $img_height ) // For wide images...
                                                                 {
                                                                     $new_width = $max_dimension;
                                                                     $new_height = $new_width / $aspect_ratio;
                                                                 }
                                                                 elseif ( $img_width < $img_height ) // For tall images...
                                                                 {
                                                                     $new_height = $max_dimension;
                                                                     $new_width = $new_height * $aspect_ratio;
                                                                 }
                                                                 elseif ( $img_width == $img_height ) // For square images...
                                                                 {
                                                                     $new_width = $max_dimension;
                                                                     $new_height = $max_dimension;
                                                                 }
                                                                 else { echo "Error reading image size."; return FALSE; }
                                                             }
                                                             else { $new_width = $img_width; $new_height = $img_height; } // If it's already smaller, don't change the size.
                                                            
                                                             // Make sure these are integers.
                                                             $new_width = intval($new_width);
                                                             $new_height = intval($new_height);
                                                            
                                                             $thumbnail = imagecreatetruecolor($new_width,$new_height); // Creates a new image in memory.
                                                          
                                                             // The following block retrieves the source file.  It assumes the filename extensions match the file's format.
                                                             if ( strpos($source_file,".gif") ) { $img_source = imagecreatefromgif($source_file); }
                                                             if ( (strpos($source_file,".jpg")) || (strpos($source_file,".jpeg")) )
                                                             { $img_source = imagecreatefromjpeg($source_file); }
                                                             if ( strpos($source_file,".bmp") ) { $img_source = imagecreatefromwbmp($source_file); }
                                                             if ( strpos($source_file,".png") ) { $img_source = imagecreatefrompng($source_file); }
                                                            
                                                             // Here we resample and create the new jpeg.
                                                             imagecopyresampled($thumbnail, $img_source, 0, 0, 0, 0, $new_width, $new_height, $img_width, $img_height);
                                                             imagejpeg( $thumbnail, $destination_file, 100 );
                                                            
                                                             // Finally, we destroy the two images in memory.
                                                             imagedestroy($img_source);
                                                             imagedestroy($thumbnail);
                                                          }
                                                          You can even loop through all the files in a directory real easily to mass resize an unlimited number of items.
                                                          If you are going to do it serverside, then at least use ImageMagick. It produces better quality thumbs than GD, has more options and has all the functionality of you code and much much more built in to a few reasonably simple command line programs.

                                                          Comment

                                                          • Barefootsies
                                                            Choice is an Illusion
                                                            • Feb 2005
                                                            • 42635

                                                            #30
                                                            Originally posted by AaronM
                                                            I thought everybody had Photoshop around here.
                                                            Same here
                                                            Should You Email Your Members?

                                                            Link1 | Link2 | Link3

                                                            Enough Said.

                                                            "Would you rather live like a king for a year or like a prince forever?"

                                                            Comment

                                                            • design.guru.guy
                                                              Confirmed User
                                                              • Dec 2007
                                                              • 107

                                                              #31
                                                              oh hell

                                                              I just open up flash and grab a gun. Then I draw a rectangle in a layer above the layer where the pics are and pump 10 rounds into my foot. Then I convert the rectangle layer to a mask layer, select the scale resize tool while holdin shift to scale the image down while maintaining the height and width ratios. Then I convert it to a button and set the action script to:
                                                              on (release){
                                                              make life difficult();
                                                              }

                                                              and voila...

                                                              -J

                                                              Comment

                                                              Working...