Skip to content
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

Easy fix - width and height #5

Open
aztecman opened this issue Sep 9, 2022 · 1 comment
Open

Easy fix - width and height #5

aztecman opened this issue Sep 9, 2022 · 1 comment

Comments

@aztecman
Copy link

aztecman commented Sep 9, 2022

right now the width and height don't behave properly.
For example, it throws an error on 640x512

Problem is simply that you didn't put the arguments in the pipelines
So,
width=width,
height=height,

put these ^ arguments in each call to 'pipe'

Fixed on my local, but I am too lazy to open a PR just now.

@jonahclarsen
Copy link

Thanks for this, I was able to create a 640x512 image. However, I get an error with other resolutions, even 648x512. I'm not sure why 640 works but 648 doesn't. I created issue #9 about it, any help would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants