#define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #define STB_IMAGE_RESIZE_IMPLEMENTATION #define STBIR_DEFAULT_FILTER_UPSAMPLE STBIR_FILTER_BOX #define STBIR_DEFAULT_FILTER_DOWNSAMPLE STBIR_FILTER_BOX #include "stb_image_resize.h" #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h"