A naive implementation that moves pixels from/to the center based on a 'distortion' value.
OR
You can control the amount of distortion. You can also apply "reverse-fish" (rectilinear lens) by specifying negative distortion.
python fish.py -h
Local Web Interface with streamlit
streamlit run streamlit_app.py
pip install -r requirements.txt


