I'm trying to get my head around this: I've been given a png image in a polar stereographic projection, a set of coordinates of its extents in LL84 and this PROJ4 string:
+proj=stere +lat_0=90 +lat_ts=60 +lon_0=10 +a=6370040 +b=6370040
+no_defs +y_0=3609144.7242655749 +x_0=542962.16692185635
And the challenge to georeference the image. Problem is I can't use the RasterGeoreferencer with the extents because in LL84 they don't form a rectangle. Any other pure-FME solutions I can try?