Skip to content

assert fails on img size not multiple of 8 even though seems supported #4

@timotheecour

Description

@timotheecour

isn't that un-necessary? (since it handles sizes not multiple of 8)

assert(img && w > 0 && !(w & 0x7) && h > 0 && !(h & 0x7));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions