Skip to content

[Feature Request] Tonemap to a specific color code #21

@vevv

Description

@vevv

It would be nice to be able to specify a target hex color code like in subtitle_tonemap, should be pretty easy to add (just split to R/G/B and calculate, e.g. #a7a7a7 -> 167/167/167 -> (167/255) * 100 -> 65%).

edit: It seems you have to use the main color's code instead of 255 (e.g. 204) works, and it's the same way Subtitle Edit's percentage works.

I guess you would need to find the brightest color present in the subtitles, use that as reference, and calculate a percentage off of that to change other colors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions