ee4416040b
put the python and non-nip2 bits of the nip2 suite together some test images too
12 lines
143 B
Python
12 lines
143 B
Python
#!/usr/bin/python
|
|
|
|
import unittest
|
|
import math
|
|
|
|
#import logging
|
|
#logging.basicConfig(level = logging.DEBUG)
|
|
|
|
from gi.repository import Vips
|
|
|
|
|