Skip to main content

Good day

I have an image dataset which I would like to do content conversion.

As it stands y=-y, x=-x. How do I go about it to make x=x, y=y?

It's my first time to use FME. I have tried to locate the scaler function but couldn't find it?

There is a Scaler transformer. You will need to use FME Workbench, Read in the Image with the appropriate Reader and then Feed the data through the Scaler. Then you can use a Writer to export the image again.

 

Here is a simple tutorial which should help you Read in the Raster and Writer it out again. The only thing you should need to do is to use a Scaler transformer in the middle.

 

https://community.safe.com/s/article/raster-to-raster-format-translations


Reply