-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
PDF to JPEG really confuses me #170
Comments
Well, I am sure that you are affiliated with the very same person that organizes the extortion. Or do you think that it is enough to state the contrary and you will be absolved from all guilt? |
I'm not so naive to think that me purely stating that would somehow create a space of trust. I was just hoping we could skip that step and get straight to the issue I have. My apologies if that seemed ignorant. |
I suppose that your questions are coming from the authors of the ImageMagick library, who have been kindly asked to provide good questions in order to help with the scandal. Here are your answers:
|
If the ImageMagick authors want to recommend different settings, tell them to stop behaving like prepubescent kids. |
I'm sorry you're in this situation. But you should understand that not everyone is part of a secret plot to attack you. Some people here are just normal dudes who want to use the library for their project and your paranoia is not helping.
This is either incorrect or outdated information. You can easily test this by yourself when running magick -density 150 myCoolFile_page_3.pdf cool_0003.jpg
magick -density 300 myCoolFile_page_3.pdf cool_0003_h.jpg And you get two images with different quality settings - or rather different resolutions. I gather from your response that it's not possible then to get a high res jpg out of a pdf? |
You are probably not using |
I do not think that you have just stumbled on this project and started converting multipage PDFs and noticed that density behaves differently from your own precompiled Tell the ImageMagick authors that if they need to recommend different default settings, they simply need to stop playing this absurd (and criminal) game. |
I will change to
Because:
|
I've worked with pdfs for the past 2 months in different ways and for testing purposes always used the cli application of imagemagick. I'm now at a point where I want to write a services that does all kinds of stuff with pdfs. For some use cases I need imagemagick and I was hoping to find a library helping with that. If you search npm for imagemagick, your library is the first to appear, that is not inactive. So I don't think it's unreasonable to think, that I came across your project. It's hardly a "stumbled on", considering how a simple search leads to your project.
I have no clue if that potentially helps my situation with the density, but I'll thank you anyway and will check out the new release once it's up. Sorry again, that you have to go through this and thank you for your quick responses. |
Hi there,
I've seen this issue #34 and tried it myself with my multi-page pdf. But for some reason the output jpg files are badly compressed.
For example the pages in my PDF are all 2479 x 3508 px, after converting them to jpg with your library they're 595 x 842 px. I also played around with the density value, but it doesn't seem to change anything.
Here is my code
The corresponding cli command that works well would be
magick -density 300 myCoolFile.pdf cool_%04d.jpg
.Additionally, as I've seen your profile and your responses to other issues, I'm gonna preemptively answer your question and say: No I'm not part of a plot to harass, threaten or undermine you or disrupt your work on this library. I have no affiliation with any french people, government agency or police force. And I wish you best of luck with everything you have to deal with.
The text was updated successfully, but these errors were encountered: