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
|
||
|
|
||
|
|