-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Papirusimage.write only takes 2 args #99
Comments
@francesco-vannini can you shed any light on this? Is there a 3 argument version? |
This is very disappointing. Why does doc describing how to use methods that aren't existing? |
to clarify. PapirusImage() does not contain any method except simple write that draws image full screen |
This is in a PR I believe which we will be looking at this week.
…On 3 Apr 2017 9:52 am, "Greg Lukosek" ***@***.***> wrote:
to clarify. PapirusImage() does not contain any method except simple write
that draws image full screen
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADNCuiugYpvCtC4wLKQhVX3gOlKtIPPjks5rsLNCgaJpZM4Mnctc>
.
|
See commit 48ca0fc on the papirus2-and-3 branch. |
the readme docs describe a 3 argument version of papirusimage.write
image.write('/path/to/image', 20, (10, 10) )
however that doesn't seem to exist.
The text was updated successfully, but these errors were encountered: