예제 #1
0
파일: png.py 프로젝트: aguiguy/geoscript-py
 def __init__(self):
   Image.__init__(self, 'png')
예제 #2
0
파일: jpeg.py 프로젝트: ecor/geoscript-py
 def __init__(self):
   Image.__init__(self, 'jpeg')
예제 #3
0
파일: gif.py 프로젝트: bakk/geoscript-py
 def __init__(self):
   Image.__init__(self, 'gif')
예제 #4
0
파일: gif.py 프로젝트: ecor/geoscript-py
 def __init__(self):
     Image.__init__(self, 'gif')
예제 #5
0
파일: png.py 프로젝트: ecor/geoscript-py
 def __init__(self):
     Image.__init__(self, 'png')