-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
set maxWidth and/or maxHeight #305
Comments
A side note: the extra parameters of width and height do not seem to be always working when the values are greater than the original dimension. e.g. for https://inspirehep.net/files/b5df560358b1bec3f11047cad9bb7bdd, when setting width to be 300px, it's enlarged properly; but not when the width is 600px. |
Thanks for your feedback, I understand that there are two parts of information in this issue:
To clarify my understanding on the first one, if there are configs called A small image with 400x400px will not be stretched to 600x600px Did I grasp this correctly? |
Not really the same as the issue 268 where they are talking about final file size. I am interested in the dimensions of the converted images, i.e. width and height. For your example, the maxWidth and maxHeight are supposed to be a hard limit, so a image with 550×550px will be scaled down to 500×500px too, as far as I would like it to be. |
For the side note, I will test on more images. If it persists, I can open another issue. |
Do you have any update on this issue?
Sorry I've missed
Am I getting it right? |
Yes, you are right! Unfortunately, the issue appears for some images but works fine for others. I can't really find any pattern. I will open an issue when I find time to do it. Also, there was another weird problem when I tried to migrate to a new server: it stops for no reason and restarts. I will report it later! |
@astrowq We're planning to include this feature in our next major version, draft PR #321 BTW, is there any update on theses two issues:
|
Many thanks for the work! Regarding the two possible issues, I haven't got time to investigate them |
@astrowq We've released 0.11.0 https://github.com/webp-sh/webp_server_go/releases/tag/0.11.0, please check it out! 😃 |
Is your feature request related to a problem? Please describe.
It would be useful in some cases to be able to set a maximum width or maximum height when converting a set of images. For example, I have a set of images where smaller ones are about 200×200px, but large ones are about 1000×1000px. It makes no sense to use the width or height request parameters. If setting width to be 500px, the smaller ones will be stretched and pixelized.
Describe the solution you'd like
Able to set maxWidth and/or maxHeight in the request parameter. When enabled and set, only images larger than the maxWidth or maxHeight will be resized.
The text was updated successfully, but these errors were encountered: