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

PSD: Fix thumbnail extraction for PSD files #3668

Merged
merged 1 commit into from
Nov 16, 2022

Commits on Nov 15, 2022

  1. PSD: Fix thumbnail extraction for PSD files

    Fixes 3660
    
    In investigating this issue, I also noticed that now that IOProxy
    support can be relied on, the old code that in the psd reader that
    directly fumbles with libjpeg is not needed and can be replaced by
    just a couple of lines to make an ImageBuf read from an IOProxy.
    
    And it fixes the bug, too. So I'm not even going to try to figure
    out what was going wrong with the old code.
    lgritz committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fdebab0 View commit details
    Browse the repository at this point in the history