#☆11ハード参考表(200譜面 2013/12/11版)
##SS
###☆地力SS(3譜面)
-
Critical Crystal
-
SABER WING
#☆11ハード参考表(200譜面 2013/12/11版)
##SS
###☆地力SS(3譜面)
Critical Crystal
SABER WING
| import numpy as np | |
| import cv2 | |
| img = cv2.imread("lena.bmp",0) | |
| upsideDown = np.zeros((512,512),dtype=np.uint8) | |
| mirror = np.zeros((512,512),dtype=np.uint8) | |
| diagonal = np.zeros((512,512),dtype=np.uint8) | |
| for i in xrange(512): |
| on open openedFiles | |
| set validExtensions to {"exe"} | |
| set winExe to item 1 of openedFiles | |
| if name extension of (info for winExe) is not in validExtensions then | |
| display dialog "invalid file" | |
| return | |
| else | |
| set toRun to the POSIX path of winExe as text | |
| end if |