Changing an image color profile on frontend

69 views Asked by At

I'd like to download an image from my API and chose color profile frontend side in order to give different download options (like CMYK/RGB, grayscale...). My frontend is a React TS app.

I know image tweaks are mostly done backend (with libraries like Multer or Sharp), but I'd like to know if somthing exist to do this work directly on the browser. My API is in GO, but I'd rather not have to add code to it, whence the question.

0

There are 0 answers