1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-03 02:07:14 +00:00

Add ZSoft PCX image file output

This commit is contained in:
Robin Stuart
2016-07-23 15:08:55 +01:00
parent 7e3a56815f
commit babeaec41d
6 changed files with 343 additions and 7 deletions

View File

@@ -228,6 +228,8 @@ extern "C" {
// Raster file types
#define OUT_PNG_FILE 100
#define OUT_BMP_FILE 120
#define OUT_GIF_FILE 140
#define OUT_PCX_FILE 160
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32) || defined(_MSC_VER)
#if defined (DLL_EXPORT) || defined(PIC) || defined(_USRDLL)