Releases: NotCookey/Quote2Image
Releases · NotCookey/Quote2Image
Quote2Image V0.5
- Added new
convert
function argumentwatermark_text
: Allows users to add a watermark to the bottom right corner of the image with a custom font size. - Added default
font_size_author
for author: If not specified, it will default to quote font size. - Fixed bug with
ImgObject
class: Brightness and blur values were not being applied properly. - Improved documentation: Updated usage examples and added more detailed explanations of the new features.
Quote2Image V0.4
Changes in version 0.0.4
- Removed the
border_text
argument from theConvert
function. - Rewrote the
Convert
function that now takes a newImgObject
instance as an argument, allowing users to specify a background image and adjust its brightness and blur using thebrightness
andblur
attributes of theImgObject
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
.
Quote2Image V0.3
0.0.3 Update README.md
Quote2Image V0.2
Added New Features To Convert
- Added Height & Width Parameter
- Added Image Parameter for background images instead of static colored backgrounds
- Added Border Color Parameter for a thin border around text
- Added Font File Parameter for selecting custom fonts
- Added Font Size Parameter
Check Examples for updated Examples
Quote2Image Package
- Added A New Function
auto_color()
to automatically generate a perfect match of colors for Fore and Back - Function
convert()
to generate image from quote