Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansalemaos/np_zoom_in

Zoom in on a picture
https://github.com/hansalemaos/np_zoom_in

image numpy python zoom

Last synced: 29 days ago
JSON representation

Zoom in on a picture

Awesome Lists containing this project

README

        

# Zoom in on a picture

```python
$pip install np-zoom-in
from np_zoom_in import np_zoom_in

zoim = np_zoom_in(
r"C:\Users\Gamer\anaconda3\envs\dfdir\xxxxxxxxxx.png",
zoom_factor=1.2,
mode="mirror",
)

# Possible parameters:
# https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.zoom.html

```