Bits/Sample setting for .tif file conversion/write...
Posted: 2006-08-23T15:23:04-07:00
I am converting various bmp and jpg files with the command line program âconvertâ to tif files (ImageMagick version 6.2.7). The resulting files look bad in certain viewers and perfect in others. The only issue that I can see is that the files that look bad in certain viewers have Bits/Sample value 16 and not 8. (Files that look good in all viewers are all having Bits/Sample = 8.)
Can and if yes how one can control the Bits/Sample value with the âconvertâ program?
Eventually I would like to do the same or similar step in the C-api with MagickWriteImage (or in MagickConstituteImage), is this possible?
Can and if yes how one can control the Bits/Sample value with the âconvertâ program?
Eventually I would like to do the same or similar step in the C-api with MagickWriteImage (or in MagickConstituteImage), is this possible?