LZW compressed TIF to JPG
Posted: 2009-06-30T05:26:10-07:00
Hello,
I have an LZW compressed TIFF file that must me converted to an JPG image.
But everything I try results into an JPG image with only black content.
When I inspect the compressed image, IM can see all the details, even the histogram.
What did I do wrong?
I have an LZW compressed TIFF file that must me converted to an JPG image.
But everything I try results into an JPG image with only black content.
When I inspect the compressed image, IM can see all the details, even the histogram.
What did I do wrong?
Code: Select all
Format: TIFF (Tagged Image File Format)
Class: DirectClass
Geometry: 1360x1024+0+0
Resolution: 96x96
Print size: 14.1667x10.6667
Units: PixelsPerInch
Type: TrueColor
Base type: TrueColor
Endianess: MSB
Colorspace: RGB
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
Channel statistics:
red:
min: 0 (0)
max: 251 (0.984314)
mean: 0.141339 (0.00055427)
standard deviation: 5.70616 (0.0223771)
kurtosis: 1708.22
skewness: 41.3043
green:
min: 0 (0)
max: 153 (0.6)
mean: 0.0776741 (0.000304604)
standard deviation: 3.04509 (0.0119415)
kurtosis: 1740.03
skewness: 41.4808
blue:
min: 0 (0)
max: 79 (0.309804)
mean: 0.0329518 (0.000129223)
standard deviation: 1.2176 (0.00477492)
kurtosis: 1724.22
skewness: 40.7763
Image statistics:
OverAll:
min: 0 (0)
max: 251 (0.984314)
mean: 0.0629912 (0.000247024)
standard deviation: 3.29115 (0.0129065)
kurtosis: 4195.43
skewness: 62.6034
Histogram:
1391280: ( 0, 0, 0) #000000 black
115: ( 8, 11, 10) #080B0A rgb(8,11,10)
87: ( 7, 12, 11) #070C0B rgb(7,12,11)
77: ( 8, 12, 11) #080C0B rgb(8,12,11)
46: ( 9, 12, 11) #090C0B rgb(9,12,11)
31: ( 8, 11, 11) #080B0B rgb(8,11,11)
27: ( 8, 12, 12) #080C0C rgb(8,12,12)
26: ( 9, 12, 10) #090C0A rgb(9,12,10)
25: ( 8, 12, 10) #080C0A rgb(8,12,10)
21: ( 9, 11, 10) #090B0A rgb(9,11,10)
14: ( 7, 11, 11) #070B0B rgb(7,11,11)
13: ( 9, 12, 12) #090C0C rgb(9,12,12)
10: ( 8, 11, 9) #080B09 rgb(8,11,9)
9: ( 8, 12, 13) #080C0D rgb(8,12,13)
7: ( 7, 12, 12) #070C0C rgb(7,12,12)
Rendering intent: Undefined
Interlace: None
Background color: white
Border color: rgb(223,223,223)
Matte color: grey74
Transparent color: black
Page geometry: 1360x1024+0+0
Dispose: Undefined
Iterations: 0
Compression: LZW
Orientation: TopLeft
Properties:
create-date: 2009-06-30T12:46:12+02:00
modify-date: 2009-06-30T12:46:12+02:00
signature: 8215d0179a8a913000c3a23ee7be30428f918a386ebe76f79c402285882e4276
tiff:rows-per-strip: 3
Artifacts:
verbose: true
Tainted: False
Filesize: 3.108mb
Number pixels: 1.328mb
Version: ImageMagick 6.5.1-10 2009-05-24 Q16 http://www.imagemagick.org