Esempio n. 1
0
 // Compute a default strip size based on the image
 // characteristics and a requested value. If the
 // request is <1 then we choose a strip size according
 // to certain heuristics.
 public static uint TIFFDefaultStripSize(TIFF tif, uint request)
 {
     return tif.tif_defstripsize(tif, request);
 }
Esempio n. 2
0
 // Compute a default strip size based on the image
 // characteristics and a requested value. If the
 // request is <1 then we choose a strip size according
 // to certain heuristics.
 public static uint TIFFDefaultStripSize(TIFF tif, uint request)
 {
     return(tif.tif_defstripsize(tif, request));
 }