Main Content

Tiff.getTagNames

인식된 TIFF 태그 목록

설명

예제

tagNames = Tiff.getTagNames()Tiff 객체에서 인식한 TIFF 태그로 구성된 셀형 배열을 반환합니다.

예제

모두 축소

Tiff 객체에서 인식한 TIFF 태그 목록을 가져옵니다.

Tiff.getTagNames()
ans = 74x1 cell
    {'SubFileType'        }
    {'ImageWidth'         }
    {'ImageLength'        }
    {'BitsPerSample'      }
    {'Compression'        }
    {'Photometric'        }
    {'Thresholding'       }
    {'FillOrder'          }
    {'DocumentName'       }
    {'ImageDescription'   }
    {'Make'               }
    {'Model'              }
    {'StripOffsets'       }
    {'Orientation'        }
    {'SamplesPerPixel'    }
    {'RowsPerStrip'       }
    {'StripByteCounts'    }
    {'MinSampleValue'     }
    {'MaxSampleValue'     }
    {'XResolution'        }
    {'YResolution'        }
    {'PlanarConfiguration'}
    {'PageName'           }
    {'XPosition'          }
    {'YPosition'          }
    {'Group3Options'      }
    {'Group4Options'      }
    {'ResolutionUnit'     }
    {'PageNumber'         }
    {'TransferFunction'   }
      ⋮

버전 내역

R2009b에 개발됨