Best of Image ProcessingJune 2025

  1. 1
    Article
    Avatar of collectionsCollections·48w

    Introducing PNG 3.0: A New Era for the Portable Network Graphics Standard

    PNG 3.0 has been released by the W3C after 20 years, introducing major enhancements including official animated PNG support, improved EXIF metadata storage, HDR imaging capabilities, and CICP color space encoding. The update maintains backward compatibility while providing better image quality and functionality for modern displays and applications.

  2. 2
    Article
    Avatar of arstechnicaArs Technica·49w

    MIT student prints AI polymer masks to restore paintings in hours

    MIT graduate student Alex Kachkine developed a revolutionary art restoration technique using AI-generated polymer films that can restore damaged paintings in hours instead of months. The method creates transparent masks with thousands of precisely color-matched regions that can be applied to artwork and removed when needed, making restoration reversible. An AI model identified damage patterns and generated over 57,000 different colors to restore a 15th-century painting with 5,612 damaged regions in just 3.5 hours. This approach could help make the 70% of institutional art collections currently hidden due to damage accessible to the public again.

  3. 3
    Article
    Avatar of opensourcesquadOpen Source·51w

    Image Editor Pro ChromeExtension - Open-Source

    Image Editor Pro is a new open-source Chrome extension that enables users to capture, annotate, and edit screenshots directly from any web page. The tool offers drawing capabilities, text labels, basic image transformations, filters, and export options in multiple formats. All processing happens locally without uploads or ads, and the source code is available under MIT license on GitHub.

  4. 4
    Article
    Avatar of lnLaravel News·49w

    Manipulate Image URLs in Laravel with the Image Transform Package

    A new Laravel package called laravel-image-transform-url provides a lightweight solution for manipulating images through URL parameters. Inspired by Cloudflare Images, it allows developers to transform images on-the-fly by appending query parameters for width, quality, format, and other modifications. The package includes built-in performance features like automatic caching, storage of processed images, rate limiting, and CDN integration support. It uses Intervention Image for file manipulations and offers a self-hosted alternative to external image processing services.