libvips/python/example/try13.py

9 lines
122 B
Python
Raw Normal View History

2014-09-06 00:18:16 +02:00
#!/usr/bin/python
import sys
2014-09-07 10:36:34 +02:00
import logging
logging.basicConfig(level = logging.DEBUG)
2014-09-06 00:18:16 +02:00
from gi.repository import Vips