Replies: 1 comment 5 replies
-
|
It would be no trouble to allow the registration of a new name and ImageReference instance to ImageReferenceFactory. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the momemt it is not possible to provide new ImageReferences as everything is hard-wired statically in ImageReferenceFactory. I am trying to use a Lanczos3 filter, but that seems not to be possible at the moment.
Perhaps it would be feasible to override the used ImageReferenceFactory via Java's ServiceLoader mechanisms so that library users could provide their own implementation?
Beta Was this translation helpful? Give feedback.
All reactions