mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 07:59:50 -04:00
Ultra: Extend colour support to PNG PCX BMP and TIF
Implementation needs improvement, but colour output is now achieved in most formats
This commit is contained in:
parent
6181885e2e
commit
5861ad3c3b
6 changed files with 310 additions and 101 deletions
backend
|
@ -441,7 +441,6 @@ int plot_vector(struct zint_symbol *symbol, int rotate_angle, int file_type) {
|
|||
|
||||
// Plot rectangles - most symbols created here
|
||||
if ((symbol->symbology != BARCODE_MAXICODE) && ((symbol->output_options & BARCODE_DOTTY_MODE) == 0)) {
|
||||
printf("Got symbol %d\n", symbol->symbology);
|
||||
for (r = 0; r < symbol->rows; r++) {
|
||||
this_row = r;
|
||||
last_row_start = rect_count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue