Changes between Initial Version and Version 2 of Ticket #5761


Ignore:
Timestamp:
Dec 8, 2014, 5:21:05 PM (9 years ago)
Author:
cdestigter
Comment:

This *is* actually a real bug, I just wasn't on my game the other day.

I updated the above instructions to reproduce the actual bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5761

    • Property Status newreopened
  • Ticket #5761 – Description

    initial v2  
    66{{{
    77gdalinfo -stats ~/c/in.tif | grep Minimum
    8 rm -f ~/c/out.tif ; gdalwarp ~/c/in.tif ~/c/out.tif
     8rm -f ~/c/out.tif* ; gdalwarp ~/c/in.tif ~/c/out.tif
    99gdalinfo -stats ~/c/out.tif | grep Minimum
    1010}}}
     
    2222Adding -setci doesn't help. If I add -dstalpha I get a good alpha band in band 3, but then I have to remove band 2 somehow.
    2323
    24 Tested on both stock 1.11.0 and a recent trunk fork (specifically https://github.com/koordinates/gdal/commit/164434f0759ed2b5fac2f0533abe5e099e56b4e4 )
     24Tested on both stock 1.11.0 and trunk (r28101), occurs on both.
    2525
    26 Will attach in.tif.
     26Attached in.tif.