Skip to content

Conversation

@yetithefoot
Copy link

Sometimes need to pass params to command line, for example for excuding some tags from output JSON or format dates.

This pull request is about that. Extra argument was added to function:

var arguments = '--PhotoshopThumbnail --ThumbnailImage';

exif(params.localPath, {}, arguments, function(err, obj) {
    // ...
})

@Yvem
Copy link
Owner

Yvem commented Jun 22, 2015

Hello !

Thanks for this contribution, but could you add tests ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants