Skip to content

Commit

Permalink
add link to discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 27, 2019
1 parent aeff9a7 commit 8e659ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ExifTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class ExifTool {
/**
* Read the tags from `file`, without any post-processing of ExifTool values.
*
* **You probably don't want this method. You want `read`. READ THE REST OF THIS CAREFULLY.**
* **You probably don't want this method. You want `read`. READ THE REST OF THIS CAREFULLY.**
*
* If you want to extract specific tag values from a file, you may want to use
* this, but all data validation and error recovery heuristics provided by
Expand All @@ -268,6 +268,8 @@ export class ExifTool {
*
* @return Note that the values **might** match `Tags`, but they might not.
* You're off the reservation here.
*
* @see https://github.com/mceachen/exiftool-vendored.js/issues/44
*/
readRaw(file: string, args: string[]): Promise<Tags> {
return this.enqueueTask(() => ReadRawTask.for(file, args))
Expand Down

0 comments on commit 8e659ef

Please sign in to comment.