Skip to content

Greyscale Images during Gen1 evolution animation #24

@fyodr

Description

@fyodr

The Gen1 evolution animation still has color images. @Vendea tried a few different things to get the images greyscaled, but they unsuccessful.

One possible solution, not yet tried, would be to modify the 64-bit dataURL which is stored as a character string in the Image class instances. Given a color image "squid", this should be possible with code like:

var newDataURL = squid.src;
// iterate across the character string as appropriate
var bwSquid = Image(newDataURL);

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