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

Density ignored when converting PDF -> PNG #163

Open
logidelic opened this issue May 3, 2017 · 1 comment
Open

Density ignored when converting PDF -> PNG #163

logidelic opened this issue May 3, 2017 · 1 comment

Comments

@logidelic
Copy link

Calling something like:

imagemagick.convert({srcData:pdfData, srcFormat:'PDF', format:'PNG', density:300, quality:100}, function(err, buffer) { ... });

The density argument is complete ignored. I also tried '300x300' and some other formats, but in all cases it was ignored. On the other hand, executing imagemagick from the command-line works correctly:

convert -density 600x600 -quality 100 ...

This is on Windows 10.

@hannupekka
Copy link

hannupekka commented Aug 8, 2018

Same with colorspace.

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

2 participants