- What filters are available?
- Brightness, contrast, saturation, hue rotation, grayscale, sepia, invert, blur, and drop shadow — all matching CSS filter functions. Custom filter chains can be configured and exported as CSS.
- Does it export CSS filter code?
- Yes — the filter panel generates the exact CSS filter property string (e.g., filter: grayscale(100%) contrast(1.2)) that produces the same visual effect in a browser.
- Is the filtering lossless?
- Filtering by itself is lossless in the sense that it doesn't increase compression artifacts. However, saving to JPEG after filtering introduces JPEG compression loss. Use PNG output to preserve quality.