Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-01-28, 12:36 PM   #1
NY Jester
ICQ:147*079*406
 
NY Jester's Avatar
 
Join Date: Oct 2007
Location: Rock*ME*Hardplace
Posts: 2,996
Send a message via ICQ to NY Jester Send a message via AIM to NY Jester
Mass Image Cropping...

Anyone know of an inexpensive to free Image cropper program..that can batch crop images to a certain size?

as an alternative if anyone knows a way to crop multiple images "at once" or techniques on saving time that would work too.

Appreciate the feedback.

J-


***
__________________
The Sexy Side of Porn
NY Jester is offline   Reply With Quote
Old 2008-01-28, 02:13 PM   #2
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,929
Send a message via ICQ to Greenguy
http://www.photodex.com/products/compupic/

$40 & it works wonders for what you need.
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Old 2008-01-28, 02:20 PM   #3
Ramster
Life is good
 
Ramster's Avatar
 
Join Date: Apr 2003
Location: Ottawa, Canada
Posts: 11,867
Send a message via ICQ to Ramster Send a message via AIM to Ramster
Arles is a good one for reducing image size or making thumbs all at once. http://www.digitaldutch.com/arles/
__________________
Pornstar Legends | Live Cam Model Shows | Hungarian Girls
Skype: robmurray999
Ramster is offline   Reply With Quote
Old 2008-01-28, 05:26 PM   #4
bDok
bang bang
 
bDok's Avatar
 
Join Date: Mar 2005
Location: SD/OC/LA
Posts: 3,241
Send a message via ICQ to bDok
I actually was looking for something to do this for screengrabs. I just ended up using imagemagick that's built into my *nix boxes.

I wrote a command like this and then did a bash script to cycle over everything.

Code:
convert -size 300x300 the_original_file.jpg -thumbnail x200   -resize '200x<'   -resize 50% -gravity center -crop 100x100+0+0  +repage   new_file.jpg
basically turns the image into a 100x100 thumbnail cutting around the center.

For other stuff I've actually used what Ramster mentioned and it works great as well.
bDok is offline   Reply With Quote
Old 2008-01-29, 01:41 AM   #5
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Quote:
Originally Posted by bDok View Post
I actually was looking for something to do this for screengrabs. I just ended up using imagemagick that's built into my *nix boxes.

basically turns the image into a 100x100 thumbnail cutting around the center.
I did a little PHP script like that to basically do the same thing to quick build thumbs. Maximum crop size centered based on required thumb ratios. Also with auto-selection for default picture number to grab from gallery URLs.
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote
Old 2008-01-28, 07:44 PM   #6
hashbury
My name is hashbury not assburry
 
hashbury's Avatar
 
Join Date: Oct 2007
Location: Tampa
Posts: 1,125
I also use Arles. Its the Best software i have ever bought besides dreamweaver or photoshop and its a lot cheaper.
__________________
Sig Goes Here!
hashbury is offline   Reply With Quote
Old 2008-01-29, 04:06 AM   #7
Alex B
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
 
Join Date: May 2005
Posts: 29
Send a message via ICQ to Alex B
If you just want to do batch image conversion, http://www.irfanview.com is free and can do probaby most of the things you want. However, if you want to make galleries too, my vote goes to Arles
Alex B is offline   Reply With Quote
Old 2008-01-29, 08:07 AM   #8
NY Jester
ICQ:147*079*406
 
NY Jester's Avatar
 
Join Date: Oct 2007
Location: Rock*ME*Hardplace
Posts: 2,996
Send a message via ICQ to NY Jester Send a message via AIM to NY Jester
Hey all, thanks I have used Arles before, but lost my copy when I redid my last machne...never re-upped it. I used EZ Thumbs to resize them ..I had a mainstream project that had 400 images that were taken at 1600x1200 px, and I needed to get them reduced to smaller size..

Thanks for the feedback.

J-


***
__________________
The Sexy Side of Porn
NY Jester is offline   Reply With Quote
Old 2008-01-29, 11:57 AM   #9
spacemanspiff
Where there's a will, I want to be in it.
 
spacemanspiff's Avatar
 
Join Date: Aug 2003
Location: Looz-e-anna
Posts: 1,015
Send a message via ICQ to spacemanspiff
http://download.microsoft.com/downlo...ertoySetup.exe

Won't crop images, but it will resize them. It adds an option to your right click menu (Windows, of course). Select images, right click, resize. Presto.
__________________
Submit your free sites to Free Sex Pics
spacemanspiff is offline   Reply With Quote
Old 2008-01-29, 03:17 PM   #10
NY Jester
ICQ:147*079*406
 
NY Jester's Avatar
 
Join Date: Oct 2007
Location: Rock*ME*Hardplace
Posts: 2,996
Send a message via ICQ to NY Jester Send a message via AIM to NY Jester
Thats a useful tool spiff..
__________________
The Sexy Side of Porn
NY Jester is offline   Reply With Quote
Old 2008-01-31, 02:40 PM   #11
[BV]
I want to set the record straight - I thought the cop was a prostitute
 
[BV]'s Avatar
 
Join Date: Dec 2004
Location: Florida
Posts: 292
Send a message via ICQ to [BV]
My first choice is PhotoShop but if you want free: www.irfanview.com will batch crop also.
__________________
BVBucks.Com
BVCash.Com
[BV] is offline   Reply With Quote
Old 2008-01-31, 03:25 PM   #12
Mateusz
Screw you, guys. I'm going home.
 
Mateusz's Avatar
 
Join Date: Mar 2004
Location: Gliwice, Poland
Posts: 996
Send a message via ICQ to Mateusz
You can use this easy php script as well - its usefull if you already have your photos already on server so you dont need to download and upload them again.

As for now it looks for the pics in directory where the script file is located and copy resized pics to directory called 'tn' (assuming its already created), but you can modify it to check all subdirectories by adding several lines

PHP Code:
<?php



if ($_POST[send] == 'ok') {


$desc_directory 'tn';

foreach( 
glob('*.jpg') as $plik )
   {
    
$tablica[] = basename($plik);
      }
     
    for( 
$x 0$x count($tablica); $x++ )

        {
      

          
$img ImageCreateFromJpeg("$tablica[$x]");        

          
$filename "$tablica[$x]";
                    
          
$x5 imagesx($img);
          
$y5 imagesy($img);
                   
               if(
$x5 $y5){
             
$nx5 $_POST[wielkosc];
             
$ny5 $_POST[wielkosc]* ($y5 $x5);
               }

          elseif(
$x5 $y5){
             
$nx5 $_POST[wielkosc]* ($x5 $y5);
              
$ny5 $_POST[wielkosc];
               }

          else{
              
$nx5 $_POST[wielkosc];
             
$ny5 $_POST[wielkosc];
              }

                                        
          
$new_img imagecreatetruecolor($nx5$ny5);
          
imagecopyresampled($new_img$img0000$nx5$ny5$x5$y5);
                    
          
imagejpeg($new_img"$desc_directory/$filename"85);
    
    
         }






}

else {


echo 
'<form method="post" action="resize_pics.php">
NEW SIZE:<input type="texy" size="32" name="wielkosc" value=""><br>
<input type="submit" name="send" value="ok"></form>'
;

}





?>
imagejpeg($new_img, "$desc_directory/$filename", 85);
- 85 is the quality factor (0-100)


*****

UPS, I didn't notice your already done

Last edited by Mateusz; 2008-01-31 at 03:34 PM..
Mateusz is offline   Reply With Quote
Old 2008-01-31, 09:44 PM   #13
horney
Shut up brain, or I'll stab you with a Q-tip!
 
Join Date: Jan 2008
Posts: 111
gThumb will batch resize in a GUI on *nix. I use it in Gnome on a Ubuntu workstation.
horney is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:59 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc