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

Resize before/after upscale #151

Open
tsunami2311 opened this issue Oct 7, 2022 · 1 comment
Open

Resize before/after upscale #151

tsunami2311 opened this issue Oct 7, 2022 · 1 comment

Comments

@tsunami2311
Copy link

tsunami2311 commented Oct 7, 2022

Resize after upscaling, dont work atlest for jpg?it, the resize of say 7680 down to 3840 50% only seem to work with PNG soon as i try it with JPG it just stays 7680

also dont seem to output anything but jpg and png selecting anything else just results in jpg out

@tsunami2311 tsunami2311 changed the title 2x BSRGAN ? Resize before/after upscale Oct 7, 2022
@tsunami2311
Copy link
Author

tsunami2311 commented Oct 8, 2022

#78

apparntly its the same as this bug as disabling that and works but size get blown up. did notice some strangeness with this
with output to jpg
800x600.jpg (enabled mozjpeg encoder) wont resize
800x600.jpg ( disabled mozjpeg encoder) will resize with bloat picture size
800x600.jpg (re enabled mozjpeg encorder) will resize correctly with the small picture size

1920x1080 (enabled mozjpeg encoder) wont resize
1920x1080 ( disabled mozjpeg encoder) will resize with bloat picture size
1920x1080 (re enabled mozjpeg encorder) wont resize.

using RealESRGAN (NCNN)
4x BSRGAN

So it seem to be picking and choosing what it will work with once re enabled. atlest from my tests

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