Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/affine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/annotate-animation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/cod.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/connection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/convolve.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

""" example pyvips code to convolve an image with a 3x3 mask

Expand Down
2 changes: 1 addition & 1 deletion examples/join-animation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/orientation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/pil-numpy-pyvips.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import time
Expand Down
2 changes: 1 addition & 1 deletion examples/progress.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import pyvips

Expand Down
2 changes: 1 addition & 1 deletion examples/read_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/shepard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Shepard's distortion, from https://github.com/tourtiere/light-distortion
# with kind permission.
Expand Down
2 changes: 1 addition & 1 deletion examples/soak-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/split-animation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/stdio.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/stream.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import requests
Expand Down
2 changes: 1 addition & 1 deletion examples/thumb-dir.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
example pyvips code to run thumbnail on a dir full of images
Expand Down
2 changes: 1 addition & 1 deletion examples/try1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys

Expand Down
2 changes: 1 addition & 1 deletion examples/try10.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# import logging
# logging.basicConfig(level = logging.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion examples/try11.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try12.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys

Expand Down
2 changes: 1 addition & 1 deletion examples/try13.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# import pyvips
import logging
Expand Down
2 changes: 1 addition & 1 deletion examples/try14.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# import logging
# logging.basicConfig(level = logging.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion examples/try16.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import logging
import sys
Expand Down
2 changes: 1 addition & 1 deletion examples/try17.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys

Expand Down
2 changes: 1 addition & 1 deletion examples/try2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import logging
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try4.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try5.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try6.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try7.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/try8.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# import logging
# logging.basicConfig(level = logging.DEBUG)
Expand Down
2 changes: 1 addition & 1 deletion examples/try9.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import logging
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/watermark.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
2 changes: 1 addition & 1 deletion examples/watermark_context.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# watermark an image, but do it in a context-sensitive way, so we will write
# black if the area we are overlaying the text on is white, for example
Expand Down
2 changes: 1 addition & 1 deletion examples/watermark_image.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import pyvips
Expand Down
Loading