I am using gdal_translate -of JPEG -scale -co worldfile=yes ndvi.tiff output.jpg command to convert tiff images to jpg and resize it. But it generates only black and white images.
How can I generate colorful images when converting from tiff to jpg/jpeg?
