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

Small size picuture will get pure black output #5

Open
Kiyamou opened this issue Jul 2, 2020 · 2 comments
Open

Small size picuture will get pure black output #5

Kiyamou opened this issue Jul 2, 2020 · 2 comments

Comments

@Kiyamou
Copy link
Owner

Kiyamou commented Jul 2, 2020

Small size picuture will get pure black output. The problem isn't related with picture content, only related to picture size.

A interesting fact, I find the size threshold.
If input area >= 261120 ( 261120 = 408 * 640 ), output is normal.
If input area <= 261118 ( 261118 = 286 * 913 ), output is pure black.

@Selur
Copy link

Selur commented May 22, 2021

same here with 640x352 source, using an input with a small resolution causes a black output.

@Kiyamou
Copy link
Owner Author

Kiyamou commented May 23, 2021

same here with 640x352 source, using an input with a small resolution causes a black output.

Indeed. It seems to depend on area (width * height).

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