Skip to main content

Hi, I
am new here,

 


I tried to convert a colored „jpg“ raster image to „grayscale".

 


Until now i used the programm „IrfanView“, where I set the saturation-value to „-255“,

 


but i had to do it for every image seperatly.

 


Now I want to use FME for conversion of multiple pictures at once.

 


Could you help me to find the correct transformer for this work?

 


Or is there any other simply way to convert a various number of colored jpeg
images into grayscale?

 


Thanks for answers ……

I personally use the RasterExpressionEvaluator to perform a weighted band conversion,

 

ex. 0.2989*AA0] + 0.5870*AA1] + 0.1140*AA2]

 

These values come from Rec.601, but there are several other standards.

Hi @chrst, the RasterExpressionEvaluator might help you. See the example 4 in this article to learn more: Simple Examples Using the RasterExpressionEvaluator Transformer


Wouh, super, very helpful

 

Thank You

 

Greetings from our Dolomite Alps .......

Reply