Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to import a 16-bit grayscale .dds (heightmap) without converting to 8-bit
#4
No further forward here. Still opens in Gimp as 8 bit and ImageMagick also thinks it is 8 bit.

Code:
Image:
  Filename: out.dds
  Format: DDS (Microsoft DirectDraw Surface)
  Class: DirectClass
  Geometry: 1024x1024+0+0
  Units: Undefined
  Colorspace: sRGB
  Type: Bilevel
  Base type: Undefined
  Endianness: LSB
  Depth: 8/1-bit
  Channel depth:
    Red: 1-bit
    Green: 1-bit
    Blue: 1-bit
  Channel statistics:
    Pixels: 1048576
    Red:
      min: 255  (1)
      max: 255 (1)
      mean: 255 (1)
      standard deviation: 0 (0)
      kurtosis: 8.192e+51
      skewness: 1e+36
      entropy: 0
    Green:
      min: 255  (1)
      max: 255 (1)
      mean: 255 (1)
      standard deviation: 0 (0)
      kurtosis: 8.192e+51
      skewness: 1e+36
      entropy: 0
    Blue:
      min: 255  (1)
      max: 255 (1)
      mean: 255 (1)
      standard deviation: 0 (0)
      kurtosis: 8.192e+51
      skewness: 1e+36
      entropy: 0
  Image statistics:
    Overall:
      min: 255  (1)
      max: 255 (1)
      mean: 255 (1)
      standard deviation: 0 (0)
      kurtosis: -2.86314e+57
      skewness: 4.36886e+40
      entropy: 0
  Colors: 1
  Histogram:
    1.04858e+06: (255,255,255) #FFFFFF white
  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)
  Matte color: grey74
  Background color: white
  Border color: srgb(223,223,223)
  Transparent color: none
  Interlace: None
  Intensity: Undefined
  Compose: Over
  Page geometry: 1024x1024+0+0
  Dispose: Undefined
  Iterations: 0
  Compression: None
  Orientation: Undefined
  Properties:
    date:create: 2020-11-19T08:18:22+00:00
    date:modify: 2020-11-19T08:18:22+00:00
    signature: 7ce0ffd942046e8bac1f3445cb712b65665c26278b4884ff49918c5e16a9da29
  Artifacts:
    verbose: true
  Tainted: False
  Filesize: 2097280B
  Number pixels: 1.04858M
  Pixels per second: 145.135MP
  User time: 0.010u
  Elapsed time: 0:01.007
  Version: ImageMagick 7.0.10-21 Q16 x86_64 2020-06-27 https://imagemagick.org
Reply


Messages In This Thread
RE: Trying to import a 16-bit grayscale .dds (heightmap) without converting to 8-bit - by rich2005 - 11-19-2020, 01:22 PM

Forum Jump: