Skip to main content

Hello im relatively new to FME and I want to determine the resolution of raster images with the transformer "RasterPropertyExtractor", how can i set this transformer to supply the resolution dynamically? Because I want to use the workspace for different images with different resoulutions.

 

Thank you and Best wishes Barrylim

The RasterPropertyExtractor will ouput amongs other things the _spacing_x and _spacing_y attributes. You can use those values later in your workspace, including setting up testFilters to have different resolutions have different processing steps.


Thx for your reply it worked 🙂


Reply