Hi fmw42,
My original /user/sbico/DCP/Ombre_00005966.tif is 1920x1080.
If I try
Code: Select all
mogrify -path /users/sbico/Test -resize 1998x *
I have an Image of1998x1124, so I think isn't a size problem.
I also try with -repage but doesn't work, same error message!
For identify -verbose it return
Code: Select all
Image: Ombre_00005966.tif
Format: TIFF (Tagged Image File Format)
Class: DirectClass
Geometry: 1920x1080+0+0
Units: PixelsPerInch
Type: TrueColor
Base type: TrueColor
Endianess: MSB
Colorspace: sRGB
Depth: 16-bit
Channel depth:
red: 16-bit
green: 16-bit
blue: 16-bit
Channel statistics:
Red:
min: 0 (0)
max: 45087 (0.687984)
mean: 17966.7 (0.274154)
standard deviation: 8991.44 (0.137201)
kurtosis: -0.375389
skewness: 0.0192426
Green:
min: 0 (0)
max: 47020 (0.717479)
mean: 18274.4 (0.278849)
standard deviation: 9362.55 (0.142863)
kurtosis: -0.363662
skewness: 0.0821698
Blue:
min: 0 (0)
max: 46183 (0.704707)
mean: 15811.6 (0.241269)
standard deviation: 8865.26 (0.135275)
kurtosis: -0.117404
skewness: 0.371722
Image statistics:
Overall:
min: 0 (0)
max: 47020 (0.717479)
mean: 17350.9 (0.264757)
standard deviation: 9075.54 (0.138484)
kurtosis: -0.265045
skewness: 0.163685
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Interlace: None
Background color: white
Border color: srgb(223,223,223)
Matte color: grey74
Transparent color: black
Compose: Over
Page geometry: 1920x1080-9223372036854775808-9223372036854775808
Origin geometry: -9223372036854775808-9223372036854775808
Dispose: Undefined
Iterations: 0
Compression: None
Orientation: TopLeft
Properties:
date:create: 2012-09-29T15:29:26+02:00
date:modify: 2012-09-28T18:18:25+02:00
signature: 1d74622e2a39eaccecc92d851b7a13c5fccdd36c19b86d63700cfdfd719c9f25
tiff:endian: lsb
tiff:photometric: RGB
tiff:rows-per-strip: 1
Artifacts:
filename: Ombre_00005966.tif
verbose: true
Tainted: False
Filesize: 12.44MB
Number pixels: 2.074M
Pixels per second: 7.406MB
User time: 0.100u
Elapsed time: 0:01.280
Version: ImageMagick 6.7.9-0 2012-09-29 Q16 http://www.imagemagick.org
No layer, no pyramid I think...
Just in case I have LIBTIFF, Version 3.9.5, but I have no idea how to update, I mean I'm not very good in compiling....
Thanks