View Single Post
  #15  
Old May 23, 2010, 06:34 AM
LiquidAcid LiquidAcid is offline
Trusted Editor
 
Join Date: May 2008
Posts: 1,644
Default

Quote:
Originally Posted by Secret Squirrel View Post
I use xnview to crop.
OK, so it does at least support cropping

Quote:
Originally Posted by Secret Squirrel View Post
If it were a repeatable problem (like the exact number of pixels of extra white in each scan is always the same), then I'd write a Python script that called into Gimp or something, so that I could automate the process.
Hmm, too complicated. If you have to use Python then import ImageMagick and use that. In fact you can 'script' it from virtually any language:
http://www.imagemagick.org/script/api.php
Reply With Quote