Skip to content

Error: Frame 0 uses more than 256 color indexes #34

@DeanVanGreunen

Description

@DeanVanGreunen

Error: Frame 0 uses more than 256 color indexes

async function fixColors(filepath){
    return new Promise((resolve)=>{
        Jimp.read(filepath, function (err, test) {
            //what can i do here to fix the error?
            test.write(file); 
                 resolve();
        });        
    });
}

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