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(server): wrong image dimensions for RAW files (RAF, CR2) (also fixes face preview) #13377

Merged
merged 1 commit into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Add Fujifilm X100v RAW File (#12)

    Added Fujifilm X100v RAF RAW File
    fix(server): prefer ImageSize over ImageWidth/Height metadata
    
    For some RAW formats/cameras, the ImageWidth/ImageHeight information represents
    the dimensions of the preview image, i.e. much smaller than the actual image.
    This also causes issues with (face/people) thumbnail generation.
    The information in ImageSize seems to be correct, so we use this instead.
    
    fixes #13049
    C-Otto committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2737aab View commit details
    Browse the repository at this point in the history