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

increasing the sizes (resolution) of the png files #19

Open
PavieOlivier opened this issue Mar 14, 2022 · 1 comment
Open

increasing the sizes (resolution) of the png files #19

PavieOlivier opened this issue Mar 14, 2022 · 1 comment

Comments

@PavieOlivier
Copy link

How can I please change the resolution of the png files inside the "mask" folder,
It is very small, is there any option or any place in the code i am supposed to change ??

currently the resolution I get is 168 × 193 which is very low ... would love something for around 720 and more
Thanks

@jkenlooper
Copy link
Owner

The size of the pieces depend on the size of the original picture being used and the number of pieces. Try using a much larger picture and a lower piece count. For example, if you use a picture that is 7000x4000 pixels and set the number of pieces to 50, you'll get pieces that are around 700 pixels in height.

The option '--minimum-piece-size=700' could be used along with the piece count of '-n 500'. This would actually reduce the piece count to 60 to meet that minimum piece size setting.

Leaving this issue open for now so the documentation can be updated with better examples.

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

No branches or pull requests

2 participants