-
Notifications
You must be signed in to change notification settings - Fork 239
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It could be a feature or could be a bug but when you load a png with transparency, the resulting pixelated image retains semi transparent colors from the border between opaque pixels and the background. It might be helpful to have a method to strip the underlying partially transparent pixels of their opacity so that the resulting image keeps the selected color palette. Well, I guess it wouldn't be striping it but rather rounding up or down. Like If a pixel is mostly transparent, just round it down to nothing but if its mostly opaque, round it up. It would feel more like pixel art since that rarely has partial transparency.
Example image where the transparency is retained from the original img:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request