This quickstart demonstrates a use case for Quarkus AWT extension. There is a single POST endpoint that consumes a multipart form data and returns an octet stream with a watermarked PNG image. For the ...
So basically I'm trying to resize png picture in quarkus app and I'm aware that there were several problems with AWT library. I tried following this comment but so far I cannot make this thing to work ...