Hi there,
I've taken some tips form this thread on how to generate a PNG from my WMS layer:
https://knowledge.safe.com/questions/69989/requesting-wmswfs-and-saving-as-image-in-a-file.html
It works pretty good but it generates a PNG containing my entire WMS layer, where I just need a specific area based on a polygon I have. I've tried using the clipper but then the PNG writer generates no output (I'm guessing the clipper is only vector based) and I'm not sure what other transformers I can use to clip my WMS data. Rasters in general is a pretty new area for me in FME.
Any advice will be greatly appreciated!