You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the border_text argument from the Convert function.
Rewrote the Convert function that now takes a new ImgObject instance as an argument, allowing users to specify a background image and adjust its brightness and blur using the brightness and blur attributes of the ImgObject class.
Added the GenerateColors function, which allows users to automatically generate foreground and background colors with correct amount of luminosity.
Added more flexibility to the package, including the ability to specify custom fonts and font sizes.
Uploaded the package to PyPI, so it is now available for installation via pip.