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

allow manually specifying DPI #214

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 4, 2023

  1. bump ImageMagick_jll, add test for JuliaIO#206

    should also fix JuliaIO#158
    simeonschaub committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c2cf4f3 View commit details
    Browse the repository at this point in the history
  2. allow manually specifying DPI

    PDFs are currently always read with the default DPI of 70, which is not
    particularly high. This allows manually specifying it using the `dpi`
    keyword. Still needs a test, is there a good sample PDF document I could
    use for this?
    
    cc @timholy
    simeonschaub committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    9cc3e3f View commit details
    Browse the repository at this point in the history
  3. add tests

    simeonschaub committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6fe954c View commit details
    Browse the repository at this point in the history