dont set nodata for image_data_rgba8: fixes tiff_reprojection-1 visual test
This commit is contained in:
parent
dfe0be57f0
commit
c051f61646
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ struct image_data_warp_dispatcher : util::static_visitor<void>
|
|||
void operator() (image_data_rgba8 const& data_in) const
|
||||
{
|
||||
image_data_rgba8 data_out(width_, height_);
|
||||
if (nodata_) data_out.set(*nodata_);
|
||||
warp_image(data_out, data_in, prj_trans_, target_ext_, source_ext_, offset_x_, offset_y_, mesh_size_, scaling_method_, filter_factor_);
|
||||
composite_(data_out, comp_op_, opacity_, start_x_, start_y_);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue