You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a simple image editor which allows you to edit the image palette.
I want to save the PNG with a specific palette and indexed samples. Is it possible to achieve this using this library? I was unable to find any reference to that in the documentation.
In UPNG.encodeLL(imgs, w, h, cc, ac, depth, [dels]) there's no way to provide palette
The text was updated successfully, but these errors were encountered:
Just make sure your raw image (the input of UPNG.encode()) consists only of colours of your palette, and Photopea will detect and use that palette as a PNG palette.
I made a simple image editor which allows you to edit the image palette.
I want to save the PNG with a specific palette and indexed samples. Is it possible to achieve this using this library? I was unable to find any reference to that in the documentation.
In
UPNG.encodeLL(imgs, w, h, cc, ac, depth, [dels])
there's no way to provide paletteThe text was updated successfully, but these errors were encountered: