Skip to content

PNG with indexed colour mode presents incorrect colours in VapourSynth #459

@mrhso

Description

@mrhso

(FFMS2 ver 5.0)
RGB: Image
Indexed: Image
Using AviSynth+ 3.7.5 on Windows x86-64, both obtained the correct colour.

StackHorizontal(FFMS2("rgb.png"), FFMS2("indexed.png"))
Image

Using VapourSynth R72 on Windows x86-64, RGB is correct but indexed is incorrect.

import vapoursynth as vs
core = vs.core

clip = core.std.StackHorizontal([core.ffms2.Source('rgb.png'), core.ffms2.Source('indexed.png')])
clip.set_output()
Image

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