Fixed negative values appearing when resizing HDR images.

This commit is contained in:
Branimir Karadžić
2018-02-12 17:39:11 -08:00
parent a954e3012f
commit 2303a218c6
3 changed files with 10 additions and 7 deletions

View File

@@ -426,7 +426,7 @@ namespace bimg
, 4, 3
, STBIR_FLAG_ALPHA_PREMULTIPLIED
, STBIR_EDGE_CLAMP
, STBIR_FILTER_DEFAULT
, STBIR_FILTER_CUBICBSPLINE
, STBIR_COLORSPACE_LINEAR
, NULL
);