Best of Image ProcessingApril 2025

  1. 1
    Article
    Avatar of hnHacker News·1y

    VERT.sh

    VERT.sh allows you to quickly convert various image, video, and audio files directly on your device with no file size limit, no ads, and all processing done locally. It supports a wide range of file formats and is fully open source. Video conversion can be set up locally by following the guide provided.

  2. 2
    Article
    Avatar of baeldungBaeldung·1y

    Extracting Structured Data From Images Using Spring AI

    Learn how to extract structured data from images using the OpenAI chat model with Spring AI. The tutorial provides step-by-step instructions to create a web service that accepts image uploads, analyzes the images using OpenAI, and returns the structured data in JSON format. Key components include configuring Maven dependencies, setting up Spring Boot configurations, and defining POJO classes for structured outputs.

  3. 3
    Video
    Avatar of aarondfrancisAaron Francis·1y

    I built Cloudflare Images in PHP (to scale & compress images)

    Learn how to recreate key features of Cloudflare Images in Laravel, including image resizing and compression. The guide covers setting up routes, transforming images, caching, and rate limiting, ensuring efficient image processing and delivery using Cloudflare as the CDN.