Skip to content
New issue

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

adjoin #622

Closed
saberistic opened this issue Jan 25, 2017 · 0 comments
Closed

adjoin #622

saberistic opened this issue Jan 25, 2017 · 0 comments

Comments

@saberistic
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant