From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Description of problem: convert -depth 8 someimage.tiff or convert -threshold 256 someimage.tiff returns a black tiff. I've put the ImageMagick from RH 7.0 distribution and everything is fine again. How reproducible: Always Steps to Reproduce: 1.convert -depth 8 image.tiff 2.convert -depth 16 image.tiff 3.convert -threshold 256 image.tiff Actual Results: black tiffs appeared Expected Results: a tiff with something inside should appear Additional info:
Bad input. convert takes 2 filenames, source and destination. 5.3.3 and higher "fix" this problem by controlling the parameters.