Skip to content

Commit

Permalink
* add: Image.scaled() method
Browse files Browse the repository at this point in the history
  • Loading branch information
royqh1979 committed May 8, 2020
1 parent 2fe16fb commit 00edf67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
History
===========
1.0.19
-----------
* add: Image.scaled() method

1.0.18
-----------
* add: put_image()
* change: capture_screen()'s 3rd and 4th parameter to width and height
* add: more FillStyle consts
* add: Image.scaled() method

1.0.17
-----------
Expand Down
2 changes: 1 addition & 1 deletion easygraphics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Roy Qu'
__email__ = 'royqh1979@gmail.com'
__version__ = '1.0.18'
__version__ = '1.0.19'

from .easygraphics import *

Expand Down

0 comments on commit 00edf67

Please sign in to comment.