Skip to content

Commit 395243f

Browse files
author
Steve Canny
committed
acpt: add JFIF example to img-char.. feature
1 parent dd56159 commit 395243f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

features/img-characterize-image.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ Feature: Characterize an image file
1414
And the image has <vert_dpi> vertical dpi
1515

1616
Examples: Image file characteristics
17-
| filename | mime_type | cx | cy | horz_dpi | vert_dpi |
18-
| test.png | image/png | 901 | 1350 | 150 | 150 |
17+
| filename | mime_type | cx | cy | horz_dpi | vert_dpi |
18+
| 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 |
347 KB
Loading

0 commit comments

Comments
 (0)