[mapserver-commits] [MapServer/MapServer] 17d4e1: Bilinear resampling: fix bound checks to avoid ext...

Jeff McKenna noreply at github.com
Fri Nov 19 05:40:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/MapServer/MapServer
  Commit: 17d4e14ae3211828473565944aade426f4337e73
      https://github.com/MapServer/MapServer/commit/17d4e14ae3211828473565944aade426f4337e73
  Author: Even Rouault <even.rouault at spatialys.com>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

  Changed paths:
    M mapresample.c
    A msautotest/gdal/bilinear_left_right.map
    M msautotest/gdal/bilinear_src_transp.map
    A msautotest/gdal/data/east.tif
    A msautotest/gdal/data/west.tif
    A msautotest/gdal/expected/bilinear_left_right.png
    M msautotest/gdal/expected/bilinear_src_transp.png
    M msautotest/gdal/expected/bilinear_src_transp2.png
    M msautotest/gdal/expected/rawmode_nodata_resample.png

  Log Message:
  -----------
  Bilinear resampling: fix bound checks to avoid extending source raster by 0.5 target pixel

Fixes https://github.com/youngpm/alphabug


  Commit: 6fee2b259d093d7f8ba8255770ea47ff8156f795
      https://github.com/MapServer/MapServer/commit/6fee2b259d093d7f8ba8255770ea47ff8156f795
  Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
  Date:   2021-11-19 (Fri, 19 Nov 2021)

  Changed paths:
    M mapresample.c
    A msautotest/gdal/bilinear_left_right.map
    M msautotest/gdal/bilinear_src_transp.map
    A msautotest/gdal/data/east.tif
    A msautotest/gdal/data/west.tif
    A msautotest/gdal/expected/bilinear_left_right.png
    M msautotest/gdal/expected/bilinear_src_transp.png
    M msautotest/gdal/expected/bilinear_src_transp2.png
    M msautotest/gdal/expected/rawmode_nodata_resample.png

  Log Message:
  -----------
  Merge pull request #6437 from rouault/bilinear_fix_src_bounds_checks

Bilinear resampling: fix bound checks to avoid extending source raster by 0.5 target pixel


Compare: https://github.com/MapServer/MapServer/compare/2441354df8c9...6fee2b259d09


More information about the mapserver-commits mailing list