Merge pull request #1880 from amalbala/patch-1

Update Examples.md
This commit is contained in:
John Cupitt 2020-11-09 10:57:03 +00:00 committed by GitHub
commit 3cd880260f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ $ for i in {1..1000}; do cp x.tif test/$i.tif; done
And run this Python program on them:
```
$ time ./try255.py x.tif[squash,compression=ccittfax4,strip,bigtif] test/*
$ time python try255.py x.tif[squash,compression=ccittfax4,strip,bigtiff] test/*
real 1m59.924s
user 4m5.388s
sys 0m8.936s
@ -154,6 +154,7 @@ colourspace before inserting them.
``` python
#!/usr/bin/env python
#file try255.py
import sys
import random