示例#1
0
 protected override T FromTiffImage(TiffImage tiff)
 {
     return(TiffImageLoader.ToColorImage <T>(tiff));
 }