We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd56159 commit 395243fCopy full SHA for 395243f
2 files changed
features/img-characterize-image.feature
@@ -14,5 +14,7 @@ Feature: Characterize an image file
14
And the image has <vert_dpi> vertical dpi
15
16
Examples: Image file characteristics
17
- | filename | mime_type | cx | cy | horz_dpi | vert_dpi |
18
- | test.png | image/png | 901 | 1350 | 150 | 150 |
+ | filename | mime_type | cx | cy | horz_dpi | vert_dpi |
+ | test.png | image/png | 901 | 1350 | 150 | 150 |
19
+ | monty-truth.png | image/png | 150 | 214 | 72 | 72 |
20
+ | jfif-300-dpi.jpg | image/jpeg | 1504 | 1936 | 300 | 300 |
features/steps/test_files/jfif-300-dpi.jpg
347 KB
0 commit comments