Commit bf3ab297 authored by surgan12's avatar surgan12 Committed by Soumith Chintala
Browse files

interpolations added (#693)

parent 59802fa1
...@@ -34,6 +34,8 @@ _pil_interpolation_to_str = { ...@@ -34,6 +34,8 @@ _pil_interpolation_to_str = {
Image.BILINEAR: 'PIL.Image.BILINEAR', Image.BILINEAR: 'PIL.Image.BILINEAR',
Image.BICUBIC: 'PIL.Image.BICUBIC', Image.BICUBIC: 'PIL.Image.BICUBIC',
Image.LANCZOS: 'PIL.Image.LANCZOS', Image.LANCZOS: 'PIL.Image.LANCZOS',
Image.HAMMING: 'PIL.Image.HAMMING',
Image.BOX: 'PIL.Image.BOX',
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment