Skip to content

Releases: NotCookey/Quote2Image

Quote2Image V0.5

28 Jan 16:09
Compare
Choose a tag to compare
  • 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.

Quote2Image V0.4

29 Dec 14:58
Compare
Choose a tag to compare

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.

Quote2Image V0.3

08 Oct 08:55
721c163
Compare
Choose a tag to compare
0.0.3

Update README.md

Quote2Image V0.2

23 Feb 11:14
516a966
Compare
Choose a tag to compare

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

11 Dec 11:02
6a9654a
Compare
Choose a tag to compare
  • 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