rkalla / exiftool

Enhanced Java Integration for Phil Harvey's ExifTool.
Apache License 2.0
88 stars 57 forks source link

missing rotation tag #19

Closed svisvana closed 10 years ago

svisvana commented 10 years ago

Could you please expose Rotation in ExifTool.Tag? It is not available as of v1.1

ghost commented 10 years ago

@svisvana There is a Tag.ROTATION enum, is it not working?

svisvana commented 10 years ago

I imported exiftool-lib-1.1.jar into my application. I do not see a Tag.ROTATION.I also verified at Enum ExifTool.Tag.

ghost commented 10 years ago

It may have been one of the pulls I accepted - meaning it's queued up for 1.2 - you can pull the source and do a custom build (relatively easy since it's one class)

Sorry for the hassle.

svisvana commented 10 years ago

No problem.I really appreciate the quick responses :-) I was able to pull and do a quick build of 1.2.Rotation is supported and works as expected.Thank you again and have a good one.

svisvana commented 10 years ago

I also would like to get Duration.I have added it locally.This tag is not supported in 1.2.Could you add it?

ghost commented 10 years ago

@svisvana If you submit a pull request for me I can accept them with he changes into the main branch so the next build (1.2) will include all your changes.

Thanks!