Skip to content

Releases: lainq/img

0.0.3 (Dependency upgrade)

06 Feb 06:55
Compare
Choose a tag to compare

Update pillow to the latest version (9.0.0)

v0.0.2 (Redesign)

14 Oct 06:00
Compare
Choose a tag to compare

Changelog

  • Changed the library design.
    DrawImage provides from_url and from_file which returns a DrawImage object. evoke the draw_image method to print the image to the console
from image import DrawImage
image_object = DrawImage.from_url("url")
image_object.draw_image()
  • Add GIF support

0.0.1

24 Sep 15:05
Compare
Choose a tag to compare

The initial release of terminal-img. Can be installed via pip using pip install terminal-img