Skip to content

Conversation

@bogdan
Copy link

@bogdan bogdan commented Nov 9, 2025

  • Updated README.md to include instructions for reading metadata from IO objects.
  • Modified lib/exiftool.rb to handle IO objects as input, allowing ExifTool to infer file type from content.
  • Utilized Open3.popen3 for executing shell commands, ensuring proper process management and error handling.
  • Added a test case in test/exiftool_test.rb.

Fixes #52

- Updated `README.md` to include instructions for reading metadata from IO objects.
- Modified `lib/exiftool.rb` to handle IO objects as input, allowing ExifTool to infer file type from content.
- Utilized `Open3.popen3` for executing shell commands, ensuring proper process management and error handling.
- Added a test case in `test/exiftool_test.rb`.
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.

exiftool shell command call is inefficient

1 participant