We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b64246 commit 6a189d0Copy full SHA for 6a189d0
ChangeLog
@@ -2,6 +2,7 @@
2
- tiff read with start page > 0 could break edge tiles or strips
3
- raise b64 limit to allow for huge profiles (thanks jaume)
4
- fix error return in blob save (thanks jaume)
5
+- tag vipsprofile as py2 (thanks ioquatix)
6
7
23/4/17 started 8.5.5
8
- doc polishing
tools/vipsprofile
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python
+#!/usr/bin/python2
import re
import math
0 commit comments