Main Content

Tiff.getTagNames

List of recognized TIFF tags

Description

example

tagNames = Tiff.getTagNames() returns a cell array of TIFF tags recognized by the Tiff object.

Examples

collapse all

Retrieve a list of TIFF tags recognized by the Tiff object.

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'   }
      ⋮

Version History

Introduced in R2009b