We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to discuss about changing name of functions and variables related to the upscaling process.
expand_image
Painting
upscale_image
target_size
upscaling_ratio
float
blurring
**blur_image
what do you think about those? I'd like to hear.
The text was updated successfully, but these errors were encountered:
Oh that is gooooood idea.
3 things that you suggest is nive opinion.
Can you help me? try change and PR to us.
Thank you :)
Sorry, something went wrong.
Apply Naming Convention for Blurring and Upscaling
30e686d
resolved AutoPipo#17
resolved with PR #18
in addition, I'd like to discuss 2 things.
remove is_upscale bool flag.
is_upscale
ratio
false
auto calculation in upscaling.
Thanks :)
Successfully merging a pull request may close this issue.
I'd like to discuss about changing name of functions and variables related to the upscaling process.
expand_image
method inPainting
class.expand_image
is a good to describe the behavior,upscale_image
looks better to express Upscaling Process.target_size
parameter inexpand_image
method.upscaling_ratio
seems right. and its type should befloat
.blurring
method inPainting
Class.blurring
should include the target, so**blur_image
is more correct.**what do you think about those? I'd like to hear.
The text was updated successfully, but these errors were encountered: