-
Notifications
You must be signed in to change notification settings - Fork 622
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
Consider making math::resize_dimensions
function public
#2394
Comments
Looks like there was also an abandoned PR: #1356. For reference (since I didn't remember off hand what it did), this is the implementation of Lines 5 to 40 in 2125965
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
resize_dimensions
would be quite useful when working withimageops::resize
andimageops::thumbnail
. Unfortunately it's not part of the public API, so downstream crates cannot use it.This was already requested in #1354 a few years ago. The issue was closed without a comment.
Draft
It would be nice if we could make the function public.
The text was updated successfully, but these errors were encountered: