summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:34:06 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:34:06 +0200
commitf3d32fd9f0118c6ff56aaeaad4473e17abc45733 (patch)
treea8f76ff9e4d92acf58fed82035c920de2f3d5ace /test-mogrify.py
parent1443440e077d7109491fc3bd4a13c5d464b0c475 (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 22472b3..373051a 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -166,6 +166,7 @@ if __name__ == '__main__':
# im = np.asarray(image_pil).astype('uint8')
#print(im.shape, im.dtype)
+ # src_img = im[:, :, ::-1].copy()
img = process_image(im)
cv2.imwrite(tmp_path, img)