LIB: Difference between revisions

m Client code example: hint to -static-libgfortran and -static-libquadmath (thanks Tim Grüne)
m Glue code: change X*Y*DEPTH to X*Y*NBYTE
 
Line 532: Line 532:
     !  'NX' (integer)                  output  Number of pixels along X  
     !  'NX' (integer)                  output  Number of pixels along X  
     !  'NY' (integer)                  output  Number of pixels along Y
     !  'NY' (integer)                  output  Number of pixels along Y
     !  'NBYTE' (integer)              output  Number of bytes in the image... X*Y*DEPTH
     !  'NBYTE' (integer)              output  Number of bytes in the image is X*Y*NBYTE
     !  'QX' (4*REAL)                  output  Pixel size
     !  'QX' (4*REAL)                  output  Pixel size
     !  'QY' (4*REAL)                  output  Pixel size
     !  'QY' (4*REAL)                  output  Pixel size