Hi, I apologize for the crossposting.
I'm trying to import some aerial photos in .jpg format (the associated files are image.jpg, image.jgw, image.prj, and image.aux) using r.in.gdal. Presumably, the images contain 3 bands, and there is a LUT associated with the image. When I do:
r.in.gdal -e input=image.jpg target=image.jgw ouptput=imagename
all I get are three identical grayscale raster maps: imagename.red, imagename.blue., imagename.green
which makes sense because I haven't told it how to interpret the grayscale values in image.jpg
What am I missing?
Thanks.
M