make_stb.cpp 234 B

1234567891011
  1. #include <stdint.h>
  2. #include <string>
  3. #define STB_IMAGE_IMPLEMENTATION
  4. #include "stb_image.h"
  5. #define STB_IMAGE_WRITE_IMPLEMENTATION
  6. #include "stb_image_write.h"
  7. #define STB_IMAGE_RESIZE_IMPLEMENTATION
  8. #include "stb_image_resize.h"