summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
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)