https://github.com/noah227/avatar_it
https://github.com/noah227/avatar_it
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noah227/avatar_it
- Owner: noah227
- License: mit
- Created: 2024-11-04T09:15:22.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T08:13:49.000Z (5 months ago)
- Last Synced: 2024-12-10T09:22:01.801Z (5 months ago)
- Language: Python
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avatar_it
> Crop random part from image with given size.
## Usage
```python
if __name__ == "__main__":
from avatar_it import AvatarIta = AvatarIt("./sea.jpg", 100, 100)
a.generate().save(f"./sea.100x100.jpg")
pass
```