metadata-extractor 2.8.1 API

池麒
2023-12-01
PackageDescription
com.drew.imaging

Contains classes for working with image file formats and photographic conversions.包括处理图片文件格式与摄影转化的类

  • FileTypeDetector:用来诊断提供的图片文件的类型。然后使用适合的阅读器(Reader)

  • ImageMetadataReader从所有支持的文件格式中获取元数据信息如果你知道你正在使用的文件类型,您可以直接使用指定的处理器(如:JPEG文件使用JpegMetadataReader、TIFF或RAW文件使用TiffMetadataReader、Photoshop文件使用PsdMetadataReader、BMP文件使用PngMetadataReaderBmpMetadataReaderGIF文件使用GifMetadataReader)。而对于通用情况下,使用这个类更简单、更方便、更健壮。

  • PhotographicConversions:包含摄影转化的辅助方法

com.drew.imaging.bmp

Contains classes for working with BMP files.

com.drew.imaging.gif

Contains classes for working with GIF files.

com.drew.imaging.ico

Contains classes for working with ICO (Windows Icon) files.

com.drew.imaging.jpeg

Contains classes for working with JPEG files.

com.drew.imaging.pcx

Contains classes for working with PCX image files.

com.drew.imaging.png

Contains classes for working with PNG (Portable Network Graphic) files.

com.drew.imaging.psd

Contains classes for working with PSD (PhotoShop Document) files.

com.drew.imaging.riff

Contains classes for working with RIFF format files, such as WebP.

com.drew.imaging.tiff

Contains classes for working with TIFF format files.

com.drew.imaging.webp

Contains classes for working with WebP format files.

com.drew.lang

Contains classes of generic utility.

com.drew.lang.annotations

Contains annotations used to extend the signatures of methods and fields, allowing tools such as IntelliJ IDEA to provide design-time warnings about potential run-time errors.

com.drew.metadata

Provides classes for generic modelling of metadata directories and tags.

com.drew.metadata.adobe

Contains classes for the extraction and modelling of Adobe metadata.

com.drew.metadata.bmp

Contains classes for the extraction and modelling of BMP file metadata.

com.drew.metadata.exif

Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.包含提取、Exif模型和照相生产商提供的的特殊makernotes Exif元数据的类。

com.drew.metadata.exif.makernotes

Contains Directory and TagDescriptor classes related to the modelling of manufacturer-specific makernotes.

com.drew.metadata.file

Contains classes for the extraction and modelling of file system metadata.

com.drew.metadata.gif

Contains classes for the extraction and modelling of GIF file metadata.

com.drew.metadata.icc

Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.

com.drew.metadata.ico

Contains classes for the extraction and modelling of ICO (Windows Icon) file metadata.

com.drew.metadata.iptc

Contains classes for the extraction and modelling of IPTC metadata.

com.drew.metadata.jfif

Contains classes for the extraction and modelling of JFIF metadata.

com.drew.metadata.jpeg

Contains classes for the extraction and modelling of JPEG file format metadata.

com.drew.metadata.pcx

Contains classes for the extraction and modelling of PCX image file metadata.

com.drew.metadata.photoshop

Contains classes for the extraction and modelling of Photoshop metadata.

com.drew.metadata.png

Contains classes for the extraction and modelling of PNG file metadata.

com.drew.metadata.tiff

Contains classes for the extraction and modelling of TIFF file metadata.

com.drew.metadata.webp

Contains classes for the extraction and modelling of WebP file metadata.

com.drew.metadata.xmp

Contains classes for the extraction and modelling of Adobe's XMP metadata.


转载于:https://my.oschina.net/u/2348102/blog/408777

 类似资料:

相关阅读

相关文章

相关问答