From 321e1c13729411b8c91c9a60bf14777f16bf238d Mon Sep 17 00:00:00 2001 From: Harald Oehlmann Date: Thu, 13 Aug 2020 18:36:30 +0200 Subject: [PATCH] Changes in README: Changes: - Ticket 197: Allow scaling in substeps. Warn if scaling < 0.5 as pixels are lost. - Ticket 197: add output option to bypass time-intensive buffer_plot() (OUT_BUFFER_INTERMEDIATE) - Reduce BMP size by using 1 bit per pixel (except Ultracode) Bugs: - Code16k selects GS1 mode by default in GUI - Ultracode: use white pixels instead background for white modules. - EMF: fix Ultracode colours. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index cc8bde12..fafa3243 100644 --- a/README +++ b/README @@ -279,8 +279,16 @@ Changes: - Command line switches -d or -i for code data may now be at any position. - Add rotation for vector formats (excluding emf) - Change double to float for performance in many internal places +- Ticket 197: Allow scaling in substeps. + Warn if scaling < 0.5 as pixels are lost. +- Ticket 197: add output option to bypass time-intensive buffer_plot() + (OUT_BUFFER_INTERMEDIATE) +- Reduce BMP size by using 1 bit per pixel (except Ultracode) + Bugs: - Code16k selects GS1 mode by default in GUI +- Ultracode: use white pixels instead background for white modules. +- EMF: fix Ultracode colours. CONTACT US ----------