Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 417 Bytes

iFish

Apply Fish Eye effect to your photos

Before

grid

After

grid.png

You can control the amount of distortion. You can also apply "reverse-fish" (rectilinear lens) by specifying negative distortion.

For usage: python3 fish.py -h

Dependencies

numpy and imageio

pip3 install numpy imageio