Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to extract Previews as BufferedImage #3

Open
gwegner opened this issue Oct 27, 2011 · 1 comment
Open

Ability to extract Previews as BufferedImage #3

gwegner opened this issue Oct 27, 2011 · 1 comment

Comments

@gwegner
Copy link

gwegner commented Oct 27, 2011

I would like to use this wrapper for extracting JPG previews from RAW files and use the stay-open feature to increase performance:

-if $jpgfromraw -b -overwrite_original -jpgfromraw -w "" + jpgname + "" -execute -if $previewimage -b -overwrite_original -previewimage -w "" + jpgname +"";

it would be best to be able to get the result directly as bufferedImage or bytestream without being forced to let exiftool write an intermediate jpg (performance)

@boardhead
Copy link

Note that the exiftool -X and -php outputs may both be used to transfer binary data when the -b option is added. For a general interface, I would recommend using -X since it has the ability to provide additional information that isn't available with any of the other output formats.

  • Phil

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

No branches or pull requests

2 participants