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
The stored focal point information of a binary field is currently not being utilized for regular image resize requests.
We already support this information for image transform requests. See:
mesh/core/src/main/java/com/gentics/mesh/core/endpoint/node/BinaryFieldHandler.java
Line 464 in 87c6ba1
Possible place to add this:
mesh/core/src/main/java/com/gentics/mesh/core/endpoint/node/BinaryFieldResponseHandler.java
Line 77 in 87c6ba1
TODO:
The text was updated successfully, but these errors were encountered:
Fix handling of stored focal point information - Fixes #417
f1e429e
df604af
@rafacm Change was released in 0.22.0
Sorry, something went wrong.
Jotschi
No branches or pull requests
The stored focal point information of a binary field is currently not being utilized for regular image resize requests.
We already support this information for image transform requests. See:
mesh/core/src/main/java/com/gentics/mesh/core/endpoint/node/BinaryFieldHandler.java
Line 464 in 87c6ba1
Possible place to add this:
mesh/core/src/main/java/com/gentics/mesh/core/endpoint/node/BinaryFieldResponseHandler.java
Line 77 in 87c6ba1
TODO:
The text was updated successfully, but these errors were encountered: