https://github.com/razikus/python-image-mask-filter
Filtering images with mask and python3 (Pillow)
https://github.com/razikus/python-image-mask-filter
Last synced: 2 months ago
JSON representation
Filtering images with mask and python3 (Pillow)
- Host: GitHub
- URL: https://github.com/razikus/python-image-mask-filter
- Owner: Razikus
- License: mit
- Created: 2019-05-01T20:16:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T20:20:27.000Z (over 6 years ago)
- Last Synced: 2025-04-14T19:47:36.783Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-image-mask-filter
Filtering images with mask and python3 (Pillow)Usage: imageToProcess imageResult maskFile
Really slow implementation based on Pillow, but still usable in some cases
Better to use GO implementation:
https://github.com/Razikus/go-image-mask-filter
For comparision, 2 values with the same mask and same image process:
Time in python - real 1m57,666s
Time in go - real 0m4,617s