Releases: lainq/img
Releases · lainq/img
0.0.3 (Dependency upgrade)
v0.0.2 (Redesign)
Changelog
- Changed the library design.
DrawImageprovidesfrom_urlandfrom_filewhich returns aDrawImageobject. evoke thedraw_imagemethod to print the image to the console
from image import DrawImage
image_object = DrawImage.from_url("url")
image_object.draw_image()- Add GIF support