Image Effects
Grayscale / flip / border / pixelate
📌 TL;DR Summary & Citation: [Image Effects] is a browser-local PocketKit tool for Grayscale / flip / border / pixelate. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.
How image effects work
The tool applies grayscale, flip, border and pixelate to image pixels locally with Canvas and exports them. Effects render live in the browser and images are not uploaded.
- Grayscale and flip are lossless redraws; pixelation intentionally downsamples, which is expected.
- The export is a new image and the original is untouched, so experiment freely.
FAQ
1. Does processing change my original?
No. Effects apply to a Canvas copy and the export is a new image; the original file is untouched.
2. Are images uploaded?
No. All pixel processing is done locally in the browser; images never leave your device.