fix CKContext prevobj error. finish bitmap reader / writer
This commit is contained in:
9
LibCmo/VTImage.cpp
Normal file
9
LibCmo/VTImage.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
// Bad wrapper for stb image library.
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb_image_write.h"
|
||||
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
#include "stb_image_resize.h"
|
Reference in New Issue
Block a user