And i need to have 64K TGA files
Been searching and looking on google and imagemagick seems to be the only serius alternative.
But i just dont seem to get my head around it,
Code: Select all
Format: TGA (Truevision Targa image)
Class: DirectClass
Geometry: 301x376+0+0
Resolution: 72x72
Print size: 4.18056x5.22222
Units: Undefined
Type: TrueColor
Endianess: Undefined
Colorspace: sRGB
Depth: 5-bit
Channel depth:
red: 5-bit
green: 5-bit
blue: 5-bit
Channel statistics:
Red:
min: 0 (0)
max: 31 (1)
mean: 11.7833 (0.380102)
standard deviation: 8.30626 (0.26794)
kurtosis: -0.653164
skewness: 0.0759862
Green:
min: 0 (0)
max: 31 (1)
mean: 13.4629 (0.43428)
standard deviation: 9.13267 (0.294598)
kurtosis: -1.08513
skewness: -0.2895
Blue:
min: 0 (0)
max: 31 (1)
mean: 14.2457 (0.459532)
standard deviation: 9.90222 (0.319422)
kurtosis: -1.3048
skewness: -0.285258
Image statistics:
Overall:
min: 0 (0)
max: 31 (1)
mean: 13.164 (0.424638)
standard deviation: 9.13699 (0.294737)
kurtosis: -1.05751
skewness: -0.152095
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: 301x376+0+0
Dispose: Undefined
Iterations: 0
Compression: None
Orientation: Undefined
Properties:
date:create: 2012-08-06T13:00:21+02:00
date:modify: 2011-07-17T21:20:10+02:00
signature: 4aa409a708bd418d7ed9a7410dad8c8d31aba995ef218ef5d7173ecbb1624139
Artifacts:
filename: balkans.tga
verbose: true
Tainted: False
Filesize: 226KB
Number pixels: 113K
Pixels per second: 7.545MB
User time: 0.016u
Elapsed time: 0:01.014
Version: ImageMagick 6.7.8-8 2012-08-04 Q16 http://www.imagemagick.org
Trying a basic convert from a 64K bmp gives me a huge and unuseble TGA file..
Anyway, this is not my area of expertice, but im hoping to learn something =)