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
Piskel relies on pixel-perfect canvas colors. Any change to those values introduces noise. Some browsers, most notably Brave, apply canvas fingerprinting protection that deliberately perturbs pixel data when it is read back. This breaks rendering and permanently pollutes artworks.
Disable canvas fingerprinting protection for piskelapp.com in Brave.
Use a different browser (Chrome, Firefox, Edge…).
As of August 24, 2025, we do not plan to implement a workaround: avoiding pixel-perfect canvas rendering would require a fundamental rewrite of the engine.
Important Notes
Any Piskel artwork created in Brave will be permanently polluted by invisible noise. Even if you open the file later in another browser, the hidden noisy pixels will remain.
If you want to clean an artwork of noise: disable canvas fingerprinting (as recommended above), then use the bucket tool with a contrasting debug color to overwrite polluted areas and restore uniform color regions.