-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Enable watermarking images, fonts rendering and all JDK supported image formats in AWT Extension #20565
Comments
I'm happy with the proposal. I think having the native image configuration options would be useful too, to avoid relying on implicit local environment, or docker image specific, setups. |
Updated description with a checklist of progress. |
Linux and JDK 11.0.13+7 tested AWT extension: https://github.com/Karm/quarkus/tree/awt-extension-proper Linux and JDK 11.0.13+7 tested AWT quickstart: https://github.com/Karm/quarkus-quickstarts/tree/quarkus-awt/awt-graphics-rest-quickstart |
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` * quarkusio/quarkus#20565 * quarkusio/quarkus#20850
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` * quarkusio/quarkus#20565 * quarkusio/quarkus#20850 Signed-off-by: Gabriel Mainberger <[email protected]>
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` * quarkusio/quarkus#20565 * quarkusio/quarkus#20850 Signed-off-by: Gabriel Mainberger <[email protected]>
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` * quarkusio/quarkus#20565 * quarkusio/quarkus#20850 Signed-off-by: Gabriel Mainberger <[email protected]>
There is a a lot of evidence that the parameter is set to `java.awt.headless=true` in Quarkus by default. * Quarkus Building native Images: https://quarkus.io/guides/building-native-image) see default value for `java.awt.headless` * quarkusio/quarkus#20565 * quarkusio/quarkus#20850 Signed-off-by: Gabriel Mainberger <[email protected]> Co-authored-by: Gabriel Mainberger <[email protected]>
Description
Use case:
Status:
WIP:
Done means there is a suite of rigorous tests exercising the relevant code paths, e.g. for encoders only it's 964 test cases of image type:image format:colour space:compression.
Implementation affects:
Implementation ideas
@gastaldi Assign the issue to me, please.
The text was updated successfully, but these errors were encountered: