We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having difficulty using adjoin, I am trying to get
gm convert '1.pdf[0-5]' +adjoin output-%03d.png
and when I do
gm(this.fileAddress + '[' + pageNumber + ']').adjoin().write(outputAddress + '/output-%03d.png', (err, stdout, stderr, cmd) => { console.log(err); console.log(stdout); console.log(stderr); console.log(cmd); });
I get
gm "convert" "/home/amirsaber/Desktop/testgm/1.pdf[0]" "-adjoin" "/home/amirsaber/Desktop/testgm/output-%03d.png"
is there any special reason that you do -adjoin instead of +adjoin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am having difficulty using adjoin, I am trying to get
and when I do
I get
is there any special reason that you do -adjoin instead of +adjoin
The text was updated successfully, but these errors were encountered: