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

White line at bottom #3

Open
TbtBI opened this issue May 14, 2019 · 0 comments
Open

White line at bottom #3

TbtBI opened this issue May 14, 2019 · 0 comments

Comments

@TbtBI
Copy link

TbtBI commented May 14, 2019

Hi. Versions after 1.0.0 have a white line at bottom.
Source image.
Version 1.0.0:

ImageSource("sa21048294.png")
Interleave(ShowRed("y8"), ShowGreen("y8"), ShowBlue("y8")).Dither_convert_8_to_16()
Dither_convert_rgb_to_yuv (
\ SelectEvery (3, 0), SelectEvery (3, 1), SelectEvery (3, 2),
\ matrix="709", noring=true, output="YV12", tv_range=true, chromak="spline36",
\ lsb=false, mode=6)
TCannyMod()
mt_expand_multi(mode="ellipse",sw=4,sh=4,u=-128,v=-128)

Result - https://images2.imgbox.com/94/f4/gy4T8y2Y_o.png

Version > 1.0.0

ImageSource("sa21048294.png")
Interleave(ShowRed("y8"), ShowGreen("y8"), ShowBlue("y8")).Dither_convert_8_to_16()
Dither_convert_rgb_to_yuv (
\ SelectEvery (3, 0), SelectEvery (3, 1), SelectEvery (3, 2),
\ matrix="709", noring=true, output="YV12", tv_range=true, chromak="spline36",
\ lsb=false, mode=6)
TCannyMod()
mt_expand_multi(mode="ellipse",sw=4,sh=4,u=-128,v=-128)

Result - https://images2.imgbox.com/81/bd/HJE6MSuM_o.png

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

1 participant