<div dir="ltr">Hi All,<br><div><br></div><div>Is it possible to use gdal_warp for warping the RGB bands of an ARGB raster as gtiff with jpeg compression (i.e. to drop the Alpha channel and transform CRS). ?</div><div><br></div><div>gdal_transalte has translate_options["bandList"] = [1, 2, 3] for that, but I can't find the equivalent for warp.</div><div><br></div><div>I could do it in two steps - save as a lossless gtiff and then use gdal_transalte to make a jpeg-gtiff. Or use gdal_trasnlate to make a 3 band lossless gtiff and then wrap it.</div><div><br></div><div>Can I do it in one step without an intermediate file?</div><div><br></div><div>Regards,</div><div>Idan.</div></div>