Skip to content

[BUG] PSD Thumbnail is black #3660

Closed
@DougRogers

Description

@DougRogers

    ImageSpec config;
    config["oiio:UnassociatedAlpha"] = 1;
    bool success                     = false;
    auto inp                         = ImageInput::open(filePath.toStdWString(), &config);
    if (inp)
    {
        const ImageSpec &spec = inp->spec();

        ImageBuf thumb;

        inp->get_thumbnail(thumb, 0);
        if (thumb.initialized())
        {
            // data is all zero
      }
   ...

https://www.dropbox.com/s/g5pde4djl2nfcuk/_DSC0725.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions