Skip to content

Commit

Permalink
fix ImageDataHash jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 20, 2024
1 parent fa75000 commit 7651ff0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/ImageDataHashTag.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
export interface ImageDataHashTag {
/**
* This is calculated by ExifTool to be the SHA256 hash of the image data
* (ignoring metadata). This tag is only included if the default
* `ExifToolOptions.imageHashType` value is overridden with a valid string
* value.
* This is calculated by ExifTool to be the MD5, SHA256, or SHA512 hash of
* just the image data, excluding metadata.
*
* This tag is only included if the default `ExifToolOptions.imageHashType`
* value is overridden with a valid string value.
*
* @see ExifToolOptions.imageHashType
*/
Expand Down

0 comments on commit 7651ff0

Please sign in to comment.