README.md in format_parser-0.10.0 vs README.md in format_parser-0.11.0
- old
+ new
@@ -39,12 +39,12 @@
```ruby
match = FormatParser.parse(File.open("myimage.jpg", "rb"))
match.nature #=> :image
match.format #=> :jpg
-match.width_px #=> 320
-match.height_px #=> 240
+match.display_width_px #=> 320
+match.display_height_px #=> 240
match.orientation #=> :top_left
```
If you would rather receive all potential results from the gem, call the gem as follows:
@@ -119,9 +119,12 @@
### MP3
- Cassy.mp3 has been produced by WeTransfer and may be used with the library for the purposes of testing
### FDX
- fixture.fdx was created by one of the project maintainers and is MIT licensed
+
+### DPX
+- DPX files were created by one of the project maintainers and may be used with the library for the purposes of testing
### MOOV
- bmff.mp4 is borrowed from the [bmff](https://github.com/zuku/bmff) project
- Test_Circular MOV files were created by one of the project maintainers and are MIT licensed