compress file when saving, using bbox, dirty flags and PNG compression

This commit is contained in:
2017-05-10 01:27:57 +01:00
parent 6548ac3748
commit fbb73ccbbb
7 changed files with 100 additions and 30 deletions

View File

@@ -1,12 +1,10 @@
#include "pch.h"
#define STB_TRUETYPE_IMPLEMENTATION
#include <stb/stb_truetype.h>
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb/stb_truetype.h>
#include <stb/stb_image.h>
#include <stb/stb_image_write.h>
#ifdef DEBUG