Tag
A pure CSS implementation of sunlight streaming through a window, featuring progressive blur, billowing leaves with SVG filters, and sunrise/sunset transitions. Includes detailed code explanations for each visual effect.
A tutorial on building a browser-based PDF blur tool using JavaScript, PDF.js, Canvas, and PDF-lib to hide sensitive information in PDFs without server uploads.
Arthur Pastel optimized the fast_blur function in the Rust image-rs crate, achieving up to 5.9x speedup on u8 images by using box blur approximations for faster Gaussian-like blurs.