when using this project via treepoem, I encountered some problems with rather large binary contents in aztec codes, see this issue. I was able to reproduce the issue with the latest monolithic release of this project (2023-07-05) using the following snippet.
GPL Ghostscript 9.55.0 (2021-09-27)
Copyright (C) 2021 Artifex Software, Inc. All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Loading NimbusSans-Regular font from /usr/share/ghostscript/9.55.0/Resource/Font/NimbusSans-Regular... 4523396 3013003 10028248 8623334 1 done.
Error: /undefined in /seq
Operand stack:
0
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- %loop_continue --nostringval--
Dictionary stack:
--dict:758/1123(ro)(G)-- --dict:0/20(G)-- --dict:75/200(L)-- --dict:72/80(L)--
Current allocation mode is local
Current file position is 1125975
GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1
If you remove one character ('00') from the data to encode, it works.
While experimenting a little, I found that the following content also works (couple of sixes rather at the end).
Hi,
when using this project via treepoem, I encountered some problems with rather large binary contents in aztec codes, see this issue. I was able to reproduce the issue with the latest monolithic release of this project (2023-07-05) using the following snippet.
The error message produced by
gs
isIf you remove one character ('00') from the data to encode, it works. While experimenting a little, I found that the following content also works (couple of sixes rather at the end).
Since the issue seems to be about the null character, I was not able to produce an example without using
cvn
.