[Geoserver-devel] Return PNG from my own WPS

Hello all,

I am trying to develop my own WPS for GeoServer. I can't find a lot of documentation about how to return images such as PNG, to be displayed on a map. The things I made with success :
> using GDAL with sucessive Java Runtimes (3 commands)
> generating a PNG image on my server from user's inputs (BBOX etc)
> the JAR file is stored on my local GeoServer, and tested with queries. Works great.... to generate PNG on m yserver !

Now, I can't find how to return this image from the server to the web client. Do you have any advice ?

Thanks !!

Gabriel Vatin