Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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