I have a shapefile that I need to convert to JPG. The shape file has an attribute with values ranging form 90 to 130. I need to give different colors for this attributes in JPG based on the following criteria
90 to 100
100 to 110
110 to 130
I tried using image rasteriser, it shows "This format cannot support more than 3 bands. Please remove the extra bands and try again"
I am new to FME so please explain it even if its a trivial question