Skip to content

Validator.checkFileNameAndFormat incorrectly assert message #12

Description

@zmuranaka

It says that jpeg must end with png

} else if (format == CompressFormat.png) {
  assert(name.endsWith(".png"), "The jpeg format name must end with png.");

See here

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