Click 'Connect with Facebook' to join NetworkedBlogs. NetworkedBlogs is a community of bloggers and blog lovers. Join the fun, add your blog, and connect with others who read and write about subjects you like.
One liner multi-image cropping
A simple entry for a simple way to solve a common problem.I often have a lot of scanned images, documents usually, that have unnecessary white-space, and other artifacts around the edges due to limitations in the scanner software or issues with the scanner itself. Normally I use the gimp, and can correct orientation problems, colour issues and cropping very easily. But this is too much mouse work in my opinion when you have 50 images and all need a similar simple cropping. So I fiddled around in the shell a little and came up with this one-liner:for file in *.jpg ; do echo "Cropping $file" ; \convert -trim $file trim/$file ; \
Complexity threshold
I've been planning to write a proper article about this for years, but inspired today by Dan Pink's excellent presentation on the surprising science of motivation, I thought I'd write a mini-version of this, as an introduction and a reminder to myself to write the real one.Back in 2006 I wrote a blog titled 'The perception of control', dealing with uninformed decision making and the illusion of efficiency, commonly found in control-based companies.
Not enough data.
Calculated for blogs with 20+ followers.
- Ins and Outs of Inputs
Software engineering, security, open source
- Udo's Techblog
geek, software, rpg
- OSSCube Blog
open source, Drupal, SugarCRM
- Kabatology ~ Open Source, Linux
Linux, Open Source, Technology
- BUSINES BLOGGER AND TUTORIAL ADSENSE
business, software, donwload
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.