I'm trying to redact (cover sensitive information with a big black box) a TIF image and save into a new TIF image. One of the proposed solutions was to specify a compression scheme. (i.e. -compression lzw) This doesn't work for me.
Here's the command I'm trying to use:
Code: Select all
convert white.tif -fill black -draw "rectangle 15,15 210,45" -compress lzw white2.tif
More info:
Code: Select all
convert -version
Version: ImageMagick 6.2.8 06/30/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC