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', }
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', }