Writing 16bit signed TIFFs?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

In the next-point release of ImageMagick, 6.2.7-3, you can write signed tiff use this command:
  • convert image.png -define quantum:format signed image.tif
Post Reply