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

Update Focal Point Handling #417

Closed
4 tasks done
Jotschi opened this issue May 16, 2018 · 1 comment
Closed
4 tasks done

Update Focal Point Handling #417

Jotschi opened this issue May 16, 2018 · 1 comment
Assignees
Milestone

Comments

@Jotschi
Copy link
Contributor

Jotschi commented May 16, 2018

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:

FocalPoint focalPoint = initialField.getImageFocalPoint();

Possible place to add this:

Flowable<Buffer> resizedData = imageManipulator.handleResize(data, sha512sum, ac.getImageParameters())

TODO:

  • Add impl
  • Add tests
  • Add changelog
  • Add docs
@Jotschi Jotschi added this to the 1.0.0 milestone Jun 14, 2018
@Jotschi Jotschi self-assigned this Jul 17, 2018
@Jotschi
Copy link
Contributor Author

Jotschi commented Jul 19, 2018

@rafacm Change was released in 0.22.0

@Jotschi Jotschi closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant