image loading reworked

This commit is contained in:
d1str4ught
2025-08-27 16:23:19 +02:00
parent a479d5a57b
commit 685cc02fc7
8 changed files with 1815 additions and 1926 deletions

View File

@@ -1,10 +1,8 @@
#include "stdafx.h"
#include "MarkImage.h"
#define STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image.h"
#include "stb_image_write.h"
#include <stb_image.h>
#include <stb_image_write.h>
#if !defined(_MSC_VER)
#include <IL/il.h>