Skip to content

Commit 2a9a8b8

Browse files
author
Steve Canny
committed
acpt: add additional Exif example
1 parent 736bb51 commit 2a9a8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/img-characterize-image.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Feature: Characterize an image file
2-
In order add a picture to a document
2+
In order to add a picture to a document
33
As a programmer using the advanced python-docx API
44
I need a way to determine the image content type and size
55

6-
@wip
76
Scenario Outline: Characterize an image file
87
Given the image file '<filename>'
98
When I construct an image using the image path
@@ -22,3 +21,4 @@ Feature: Characterize an image file
2221
| lena.tif | image/tiff | 512 | 512 | 72 | 72 |
2322
| sample.tif | image/tiff | 1600 | 2100 | 200 | 200 |
2423
| jpeg420exif.jpg | image/jpeg | 2048 | 1536 | 72 | 72 |
24+
| court-exif.jpg | image/jpeg | 500 | 375 | 256 | 256 |
78.7 KB
Loading

0 commit comments

Comments
 (0)