Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hansalemaos/np_zoom_in
- Owner: hansalemaos
- License: mit
- Created: 2022-12-27T22:52:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T22:52:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T13:13:43.464Z (about 1 month ago)
- Topics: image, numpy, python, zoom
- Language: Python
- Homepage: https://pypi.org/project/np-zoom-in
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Zoom in on a picture
```python
$pip install np-zoom-in
from np_zoom_in import np_zoom_inzoim = 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```