libvips/python/try9.py
2014-10-13 14:21:05 +01:00

13 lines
178 B
Python
Executable File

#!/usr/bin/python
import sys
import logging
logging.basicConfig(level = logging.DEBUG)
from gi.repository import Vips
a = Vips.Image.black(100, 100)
a.write_to_file("x.v")