I've got a flow which queries North America weather radar tiles using The Weather Company APIs. The tiles are just the storm radar, no underlying geographic map.
Separately another part of the flow queries MapBox and retrieves the baselayer tiles. That baselayer jimp image gets stored in a flow variable.
The two jimp images are the same size, same Zoom level. So far, it working fine.
I want to composite the radar image over the baselayer image. I'm confused by the composite options. I'm not getting the source / destination / opacity correct... I'm probably misinterpreting the required fields?