/srv/irclogs.ubuntu.com/2013/10/25/#ubuntu-us-pa.txt

ChinnoDogI am failing at editing my partition table01:19
ChinnoDogsfdisk says that writing the new partition table worked but clearly it did not :-\01:25
ChinnoDogNever mind. My math was bad. I have successfully modified my partition table02:08
InHisNameany photo editors awake right now ?05:16
InHisNameWhat's the easiest app to do a bunch of thumbnailing of photos to 460x284 pixels.  I'd like to set a rectangle of 460x284 and drag it to where I want it then hit crop and save as. Then next photo until the big pile is done with.05:25
InHisNameoff to sleep now, I'll read your answers when I get up.05:36
square-r00tInHisName: assuming the aspect ratio is the same and you want to just resize, not actually CROP,   mkdir ~/incoming; cd /path/to/images/to/be/resized/ ; find ./ -maxdepth 1 -type f -exec convert '{}' ~/incoming/'{}' \;08:14
square-r00twhat that does: the first one makes a folder called "incoming" in your home directory. this is where the resized images will go. then we cd (change directory) to where the input images are. the next one, the find command, searches only the current directory for only files (if they all have the same filename extension, you can throw -iname "*.EXTENSION" after the -type f)08:16
square-r00tit then runs "convert", the cli ImageMagick utility, to resize the image to- oh, whoops, wait08:16
square-r00tInHisName:  mkdir ~/incoming; cd /path/to/images/to/be/resized/ ; find ./ -maxdepth 1 -type f -exec convert '{}' -resize 460x284\! ~/incoming/'{}' \;08:17
square-r00tTHAT08:17
square-r00tso then it runs convert and force-resizes to the desired size on all the files at once (may take a little bit of time)08:17
square-r00tdone08:17
square-r00tor you can use GIMP. open the file, Image > Resize (alt+r, i believe, also brings it up) and unclick the chain icon to prevent aspect ratio forcing. select the dropdown for pixels, and enter the desired size, etc.08:19
square-r00tmy way takes a lot less longer. :)08:19
JonathanDMorning.08:28
square-r00tindeed it is08:33
JonathanDTime to pary.08:34
JonathanDparty08:34
square-r00thttp://nedroid.com/2009/05/party-cat-full-series/08:49
rmg51Morning09:19
JonathanDhi rmg5109:22
rmg51o/09:23
JonathanDLast day, rmg5109:40
rmg51last day for what?09:40
JonathanDmy job09:43
JonathanDI start the new one next week.09:43
rmg51I'd like to do the same thing09:45
rmg51but I don't really want to start looking09:45
teddy-dbearMorning peoples, dogs, turkeys and everything else12:03
InHisNameHi square-r00t, that's a great fast way to force a resize to a std thumb.  But I wanted to crop.  Orig are mostly tall skinny pics and few are horiz.   I want a horz midsize thumb where I can pick where the pixels are snatched from. I'd just like to have crop rectangle pop up without having to type the numbers in over and over.  Then all I need to do is drag rectangle to area to capture, crop it, and save as. Then next photo.12:32
jedijf< square-r00t> or you can use GIMP. open the file, Image > Resize (alt+r, i believe, also brings it up) and  unclick the chain icon to prevent aspect ratio forcing. select the dropdown for pixels, and  enter the desired size, etc.12:37
jedijfInHisName: one at a time ^^^12:38
InHisNameDo I have to RE-TYPE in 460x284 EACH and EVERY time I want to crop one ?    Is there an app that will use predefined default crop size of 460x284 ?  Thereby reducing the re-dundant re-typing.12:42
rmg51http://photobatch.wikidot.com/actions13:01
rmg51it's in the repos ^^13:01
InHisNameI installed something called shutter to do the crops.20:00

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!