Open pjobson opened 9 years ago
I think this is a limitation on node's exec.
@pjobson If your trying to do it on window's you have a 2047 limit of the length of argument's used by a exec command, mac and linux are far higher as mine is 262144 (mac).
It's a limitation imposed on everything that uses a exec command.
I was experimenting with .out('label:'+ data) where data is some data I'm inputting. I found that the character limit including carriage returns is limited.
test.jpg is created but does not show the full last line of data, instead this which truncates the last 46 characters.
I found this when I was trying to input a text file which is 200 characters x 75 lines. From the command line convert is able to take a pipe of this with no problem.
Simplified ugly example: