Loading...
npm install
npmread-metadataReads all or specified metadata segments from an image.
Read-only operation.
read-exifReads EXIF data specifically from an image.
Read-only operation.
read-xmpReads XMP data from an image.
Read-only operation.
read-iccReads ICC color profile data from an image.
Read-only operation.
read-iptcReads IPTC metadata from an image.
Read-only operation.
read-jfifReads JFIF segment data from an image.
Read-only operation.
read-ihdrReads IHDR segment data from an image.
Read-only operation.
orientationGets the image orientation (1-8).
Read-only operation.
rotation-infoGets rotation and flip information from an image.
Read-only operation.
gps-coordinatesExtracts GPS coordinates from an image.
Read-only operation.
thumbnailExtracts the embedded thumbnail from an image.
Read-only operation.
This server is generally safe for use as it primarily performs read-only operations. However, care should be taken when processing images from untrusted sources due to potential vulnerabilities in the parsing library and the risk of exposing sensitive metadata.