Skip to content

Commit 04a269f

Browse files
committed
ADDED: Support for .pep image fileformat, useful for pixl-art
1 parent 8999d2b commit 04a269f

3 files changed

Lines changed: 1384 additions & 0 deletions

File tree

src/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@
244244
#ifndef SUPPORT_FILEFORMAT_QOI
245245
#define SUPPORT_FILEFORMAT_QOI 1
246246
#endif
247+
#ifndef SUPPORT_FILEFORMAT_PEP
248+
#define SUPPORT_FILEFORMAT_PEP 0
249+
#endif
247250
#ifndef SUPPORT_FILEFORMAT_PSD
248251
#define SUPPORT_FILEFORMAT_PSD 0 // Disabled by default
249252
#endif

0 commit comments

Comments
 (0)