Esempio n. 1
0
 // Compute a default tile size based on the image
 // characteristics and a requested value. If a
 // request is <1 then we choose a size according
 // to certain heuristics.
 public static void TIFFDefaultTileSize(TIFF tif, ref uint tw, ref uint th)
 {
     tif.tif_deftilesize(tif, ref tw, ref th);
 }
Esempio n. 2
0
 // Compute a default tile size based on the image
 // characteristics and a requested value. If a
 // request is <1 then we choose a size according
 // to certain heuristics.
 public static void TIFFDefaultTileSize(TIFF tif, ref uint tw, ref uint th)
 {
     tif.tif_deftilesize(tif, ref tw, ref th);
 }