Hi, I'm trying to compose tif fax image that will be accepted by a fax sending software.
Format is wierd but still. I have image that is accepted by the software. And done almost the same image with IM. But cannot cope with rows-per-strip option. I need to set it arbitrary to 37. I'm running windows 7 (IM 6.9.1) Tried in multiple variants. Latest command (uses several intermediate png images): "convert file2_*.png -define tiff:rows-per-strip=37 -compress Fax file2__.tiff". The result is unchanged. Rows per strip is equal to image height. See below "identity -verbose"
Image: c:\add.info\temp\file2__.tif
Format: TIFF (Tagged Image File Format)
Mime type: image/tiff
Class: DirectClass
Geometry: 1728x1146+0+0
Resolution: 80.31x77.16
Print size: 21.5166x14.8523
Units: PixelsPerCentimeter
Type: Bilevel
Base type: Bilevel
Endianess: LSB
Colorspace: Gray
Depth: 1-bit
Channel depth:
gray: 1-bit
Channel statistics:
Pixels: 1980288
Gray:
min: 0 (0)
max: 1 (1)
mean: 0.958515 (0.958515)
standard deviation: 0.199409 (0.199409)
kurtosis: 19.1485
skewness: -4.59874
entropy: 0.249059
Colors: 2
Histogram:
82152: ( 0, 0, 0) #000000 gray(0)
1898136: (255,255,255) #FFFFFF gray(255)
Rendering intent: Undefined
Gamma: 0.454545
Background color: gray(255)
Border color: gray(223)
Matte color: gray(189)
Transparent color: gray(0)
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 1728x1146+0+0
Dispose: Undefined
Iterations: 0
Scene: 0 of 2
Compression: Fax
Orientation: TopLeft
Properties:
date:create: 2015-04-22T15:07:59+03:00
date:modify: 2015-04-22T15:15:38+03:00
signature: 14d56ac8d29aca1f915df15a20d09d2ec8c2961fb89166a55ebd2d3b4364227f
tiff:alpha: unspecified
tiff:endian: lsb
tiff:photometric: min-is-white
tiff:rows-per-strip: 1146
Artifacts:
filename: c:\add.info\temp\file2__.tif
verbose: true
Tainted: False
Filesize: 53.7KB
Number pixels: 1.98M
Pixels per second: 19.8MB
User time: 0.109u
Elapsed time: 0:01.100
Version: ImageMagick 6.9.1-0 Q16 x86 2015-03-20 http://www.imagemagick.org
Image: c:\add.info\temp\file2__.tif
Format: TIFF (Tagged Image File Format)
Mime type: image/tiff
Class: DirectClass
Geometry: 1728x1146+0+0
Resolution: 80.31x77.16
Print size: 21.5166x14.8523
Units: PixelsPerCentimeter
Type: Bilevel
Base type: Bilevel
Endianess: LSB
Colorspace: Gray
Depth: 1-bit
Channel depth:
gray: 1-bit
Channel statistics:
Pixels: 1980288
Gray:
min: 0 (0)
max: 1 (1)
mean: 0.978577 (0.978577)
standard deviation: 0.144789 (0.144789)
kurtosis: 41.7015
skewness: -6.61071
entropy: 0.149355
Colors: 2
Histogram:
42423: ( 0, 0, 0) #000000 gray(0)
1937865: (255,255,255) #FFFFFF gray(255)
Rendering intent: Undefined
Gamma: 0.454545
Background color: gray(255)
Border color: gray(223)
Matte color: gray(189)
Transparent color: gray(0)
Interlace: None
Intensity: Undefined
Compose: Over
Page geometry: 1728x1146+0+0
Dispose: Undefined
Iterations: 0
Scene: 1 of 2
Compression: Fax
Orientation: TopLeft
Properties:
date:create: 2015-04-22T15:07:59+03:00
date:modify: 2015-04-22T15:15:38+03:00
signature: 2341e42e3e9c40e7140952db5f9127bfb051cd4b95169a2e6b5ad974fd0fa665
tiff:alpha: unspecified
tiff:endian: lsb
tiff:photometric: min-is-white
tiff:rows-per-strip: 1146
Artifacts:
filename: c:\add.info\temp\file2__.tif
verbose: true
Tainted: False
Filesize: 53.7KB
Number pixels: 1.98M
Pixels per second: 1.179MB
User time: 1.841u
Elapsed time: 0:02.679
Version: ImageMagick 6.9.1-0 Q16 x86 2015-03-20 http://www.imagemagick.org
Would be grateful for insights re this.