mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 20:41:59 +00:00
tif.c: Use palette/bilevel/LZW to reduce file size, alpha/CMYK support
This commit is contained in:
@@ -53,6 +53,7 @@ HEADERS += barcodeitem.h \
|
||||
..\backend\sjis.h \
|
||||
..\backend\stdint_msvc.h \
|
||||
..\backend\tif.h \
|
||||
..\backend\tif_lzw.h \
|
||||
..\backend\zint.h \
|
||||
..\backend\zintconfig.h \
|
||||
|
||||
|
||||
@@ -936,10 +936,10 @@ p, li { white-space: pre-wrap; }
|
||||
<item row="3" column="3">
|
||||
<widget class="QCheckBox" name="chkCMYK">
|
||||
<property name="toolTip">
|
||||
<string>Use CMYK colour space in EPS output</string>
|
||||
<string>Use CMYK colour space in EPS/TIF output</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>CMY&K (EPS)</string>
|
||||
<string>CMY&K (EPS/TIF)</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
|
||||
Reference in New Issue
Block a user