Quote2Image Versions Save

Quote2Image is a python library for turning text quotes into graphical images

0.0.5

1 year ago
  • Added new convert function argument watermark_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.

0.0.4

1 year ago

Changes in version 0.0.4

  • 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.

0.0.3

1 year ago

0.0.2

2 years ago

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

0.0.1

2 years ago
  • 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