Skip to main content
Hi,I read sdo_geometry and make a cutout of a small area. I want to save this cutout as a jpf file. Is that possible?I do see jpg writers, but I suspect that some preparation needs to be done before you can save geometry data as jpg.

Hi ​@fme_hans you can use the Transformer ImageRasterizer and choose the cellspace you want. If you have to write several images you can use the group by mode


As an alternative you can use the MapnikRasterizer, you can then also overlay the vectordata with a reference image.


How to set the color for the Imagerasterizer? Ik get this error: INVALID_VECTOR_GEOMETRY_COLOR

In the reader i have checked fme_color and fme_fill_color.

I am testing with one polygon which comes from an Oracle spatial reader.

 

edit: found something: FeatureColorSetter


Reply