Skip to content

Scaled problem #15

@subshark

Description

@subshark

Bitmap bitmap = BitmapDecoder.from("file name").decode();
return normal bitmap, but

Bitmap bitmap = BitmapDecoder.from("file name")
                        .scaleBy(2.0f)
                        .decode();

return empty bitmap

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