I have tried the labeler And I got the result I need but I need to create a new GeoTIFF file from the labeler result. and in the writer part it is occurring error
I have tried the labeler And I got the result I need but I need to create a new GeoTIFF file from the labeler result. and in the writer part it is occurring error
The original TIFF goes in the VectorOnRasterOverlayer as well, you should only get a single output raster.
@Hans van der Maarel Actually I have only a shapefile of the road with its attribute. So I am trying to convert the road names which I got from the labeler into GeoTIFF format.
Note- A GeoTIFF file which will show only the road name
@Hans van der Maarel Actually I have only a shapefile of the road with its attribute. So I am trying to convert the road names which I got from the labeler into GeoTIFF format.
Note- A GeoTIFF file which will show only the road name
Aha. In that case I think the ImageRasterizer is probably the easiest one to use. So Labeller -> FeatureColorSetter -> ImageRasterizer.
Aha. In that case I think the ImageRasterizer is probably the easiest one to use. So Labeller -> FeatureColorSetter -> ImageRasterizer.
No, this is improvement. Check the result in Photoshop or something, the Visual Preview window can sometimes render rasters a bit funny depending on the zoom level.
Aha. In that case I think the ImageRasterizer is probably the easiest one to use. So Labeller -> FeatureColorSetter -> ImageRasterizer.
I think I've found it. You need to add a TextStroker before the FeatureColorSetter. You'll also need to experiment a bit with the size options you specify in the Labeller and TextStroker in combination with the pixel sizes in the ImageRasterizer.