Skip to content

FusionSidsAPI.py

Compare
Choose a tag to compare
@FusionSid FusionSid released this 01 Apr 05:37
· 9 commits to master since this release

v1.0.0

From the changelog

  • Added pil method to the Image class
  • Added save_bytesio to Image class
  • Changed self param in classmethods to cls
  • Updated examples in doc strings

I forgot to make a release for v0.0.10 and v0.0.11 but heres a summary:

  • Added font converting

  • There are 1969 fonts to choose from
    Haha I know im so funny

  • New Things Added:

    (class) FontImage

    (method) Image.font_list: (print_all: bool = False) -> list

    (method) Image.font_convert: (text: str, font_name: str, color: str = "black") -> FontImage

  • Changed up readme, docs and examples

Compare: 0.0.9...1.0.0