Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libvips/libvips
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: libvips/libvips
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.17
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 15, 2025

  1. pdfiumload: allow both dpi and scale to be set (#4629)

    In line with commit 0c7b65e.
    kleisauke authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    693d7fc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. validate poppler page size (#4620)

    * validate poppler page size
    
    Poppler can return pages less than 1 pixel wide or high. Check for this
    and flag an error.
    
    Thanks Yang Luo, Riema Labs
    
    * validate page size in svgload too
    
    * add image sanity tests
    
    * make vips_object_sanity() log an error
    jcupitt authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    a58bfae View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Disable redundant Highway AVX512 targets (#4635)

    The FP16/BF16 ops that these targets introduce are unused by us.
    kleisauke authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    ecab514 View commit details
    Browse the repository at this point in the history
Loading