Problems Outputting to TIF
Posted: 2006-07-10T13:54:46-07:00
I've searched through the forum but haven't seen someone having the same problem and that the proposed solution solves my problem. I've also posted to the mail list but I haven't had much luck either. If I've missed something, please point it out!
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:
If I change the type of white2.tif to white2.jpg, it works. I ran the command with -verbose, but nothing seemed out of place.
More info:
This is all on Windows XP. Also, here's the image I was working with: http://www.eng.utoledo.edu/~aneiman/white.tif
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