Skip to content

Commit 0c647d3

Browse files
author
Steve Canny
committed
acpt: add example for TIFF image
1 parent 47a72f3 commit 0c647d3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

features/img-characterize-image.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Feature: Characterize an image file
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
67
Scenario Outline: Characterize an image file
78
Given the image file '<filename>'
89
When I construct an image using the image path
@@ -18,3 +19,4 @@ Feature: Characterize an image file
1819
| monty-truth.png | image/png | 150 | 214 | 72 | 72 |
1920
| jfif-300-dpi.jpg | image/jpeg | 1504 | 1936 | 300 | 300 |
2021
| lena_std.jpg | image/jpeg | 512 | 512 | 72 | 72 |
22+
| lena.tif | image/tiff | 512 | 512 | 72 | 72 |

features/steps/test_files/lena.tif

768 KB
Binary file not shown.

0 commit comments

Comments
 (0)