A collection of PIL and NumPy functions: drawerFunctions #5943
DeusAres
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I've had a glance at the text related functions, and I would urge you to look at https://stackoverflow.com/a/70636273/1648883 again for a simple version of bounding box computation using modern functions from Pillow 8.0.0. Similarly, for multiline bounding boxes you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it?
It's a collection of functions and little scripts to manipulate images, written with PIL and Numpy (and openCV somewhere)
Why?
I'm a lazy coder with bad memory, and I've found myself more and more time using the same little scripts in more files.
So I just decided to recycle the scripts in this "library".
Why are you posting this?
Because I need validation and also think that someone could find this useful
Where can I find it?
https://github.com/DeusAres/drawerFunctions
Notes
There are bugs, for sure. Sometime I've rewritten things that didn't need a function (like the resize function when there is already a method for image objects) but I've kept anyway
Other than that, opinions and suggestions are very welcomed!
Beta Was this translation helpful? Give feedback.
All reactions