We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736bb51 commit 2a9a8b8Copy full SHA for 2a9a8b8
features/img-characterize-image.feature
@@ -1,9 +1,8 @@
1
Feature: Characterize an image file
2
- In order add a picture to a document
+ In order to add a picture to a document
3
As a programmer using the advanced python-docx API
4
I need a way to determine the image content type and size
5
6
- @wip
7
Scenario Outline: Characterize an image file
8
Given the image file '<filename>'
9
When I construct an image using the image path
@@ -22,3 +21,4 @@ Feature: Characterize an image file
22
21
| lena.tif | image/tiff | 512 | 512 | 72 | 72 |
23
| sample.tif | image/tiff | 1600 | 2100 | 200 | 200 |
24
| jpeg420exif.jpg | image/jpeg | 2048 | 1536 | 72 | 72 |
+ | court-exif.jpg | image/jpeg | 500 | 375 | 256 | 256 |
features/steps/test_files/court-exif.jpg
78.7 KB
0 commit comments