Skip to content

Greyscale Images during Gen1 evolution animation #24

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);

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