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

Fix a bug in ImagickDriver::pixelate that caused a DivideByZero excep… #262

Closed
wants to merge 3 commits into from

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    0687d1b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. return early

    psion-ar committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4c379a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Squashed commit of the following:

    commit 9b3baf3b2d2703f5984430635d91cc35815eea3a
    Author: Alex Roth <[email protected]>
    Date:   Tue Jul 16 20:03:48 2024 +0200
    
        Fix bug in ImagickDriver::pixelate, Update tests
    
    commit 42dff38
    Merge: c15fa28 862b7a8
    Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 05:01:25 2024 +0000
    
        Merge pull request spatie#263 from spatie/dependabot/github_actions/dependabot/fetch-metadata-2.2.0
    
        Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
    
    commit 862b7a8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jul 8 05:01:13 2024 +0000
    
        Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
    
        Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.1.0 to 2.2.0.
        - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
        - [Commits](dependabot/fetch-metadata@v2.1.0...v2.2.0)
    
        ---
        updated-dependencies:
        - dependency-name: dependabot/fetch-metadata
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...
    
        Signed-off-by: dependabot[bot] <[email protected]>
    psion-ar committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ef438aa View commit details
    Browse the repository at this point in the history