Skip to content

Razikus/python-image-mask-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Filtering images with mask and python3 (Pillow)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages