LIB: Difference between revisions

No change in size ,  29 May
m
→‎Glue code: change X*Y*DEPTH to X*Y*NBYTE
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
2,660

edits