Skip to content

I want to redraw from a .tgkr file while retaining layer information #10

@satopian

Description

@satopian
Tegaki.open({
  replayMode: true,
  replayURL: 'https://path/to/replay.tgkr' // Store replay files preferably with the .tgkr extension
});

By reading the .tgkr file and reproducing the drawing procedure, I were able to reproduce operations such as adding layers.
However, I don't know how to treat .tgkr like a .psd file and continue drawing while preserving layer information.
I was able to load the merged image and add it to the Canvas tag.
However, this method loses layer information.
The old OEKAKI applet (shi-Painter) can draw from files very similar to (.tgkr) files. (.spch)
I would like to use such a function.

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