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

Resolve paths before comparing input/output destination #2878

Merged
merged 1 commit into from
Sep 6, 2021
Merged

Resolve paths before comparing input/output destination #2878

merged 1 commit into from
Sep 6, 2021

Commits on Sep 6, 2021

  1. Resolve paths before comparing input/output destination

    This fixes an issue where if you try to write to the same destination as the
    input file but you are not using absolute (or the same relative path) for both
    the input and output, sharp/vips might produce errors such as:
    
    ```
    someFile.jpg: unable to open for write
    unix error: No such file or directory
    ```
    
    Fixes #2873
    rexxars committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    71273ad View commit details
    Browse the repository at this point in the history