This is an example project of how you can convert image files in a java web application using JDeli with Spring boot and the option of ThymeLeaf
To get started you can run to start your application
./mvnw spring-boot:run
then either visit http://localhost:8080
or send a POST request via a curl command like so:
curl -X POST http://localhost:8080 -F file=@/path/to/your/image.png -F format="bmp" -o output.bmp
Found a bug, or have a suggestion / improvement? Let us know through the Issues page.
Got questions? You can contact us here.
Copyright 2026 IDRsolutions