The command line is too long.
Posted: 2011-03-21T09:39:35-07:00
I skimmed the forums and noting these two threads:
viewtopic.php?f=1&t=16133
viewtopic.php?f=2&t=16135
I am experiencing the same issue where our system dynamically generates the command-line and sometimes our command lines are rather long and exceed the limit in Windows (>8K). I love the idea of being able to supply all extra information for 'convert' as a file with some nice simple syntax such as:
convert @C:\options.txt
or
convert -options "C:\options.txt"
or something similar.
Based on my reading above the patch supplied does not address this. Was this ever added to ImageMagick or is it possible? It is quite difficult to split the command line since it is dynamically generated.
Thanks for the info!.
Matt
viewtopic.php?f=1&t=16133
viewtopic.php?f=2&t=16135
I am experiencing the same issue where our system dynamically generates the command-line and sometimes our command lines are rather long and exceed the limit in Windows (>8K). I love the idea of being able to supply all extra information for 'convert' as a file with some nice simple syntax such as:
convert @C:\options.txt
or
convert -options "C:\options.txt"
or something similar.
Based on my reading above the patch supplied does not address this. Was this ever added to ImageMagick or is it possible? It is quite difficult to split the command line since it is dynamically generated.
Thanks for the info!.
Matt