Skip to content

How to change quality for an image using the base64 encode (or sharp) ? #435

Description

@rapgodnpm

What is your question?

How to change quality for an image using the base64 encode ?

Hello,

Could you please help me with a JSON example on how to add the quality parameter for an image using the new base 64 encoding?

I've tried

{ edits: { quality: 50, } bucket: 'test', key: 'test.jpg', }

and

{ edits: { resize: { quality: 50, } } bucket: 'test', key: 'test.jpg', }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions