Best of Image ProcessingMarch 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Writing & Compiling WASM in Rust

    This post discusses how to write a WebAssembly module in Rust for image processing. It covers different ways to deploy WebAssembly, and explains how to use JavaScript types in Rust.

  2. 2
    Article
    Avatar of phProduct Hunt·2y

    Dynaimage - Instantly transform all remote images in just 3 seconds

    Instantly transform remote images in just 3 seconds. Change SEO meta images in real-time. Apply design templates across numerous images through onelink.

  3. 3
    Article
    Avatar of hnHacker News·2y

    Stylized image binning algorithm

    Learn how to create stylized, pixel-art-like images using a binning algorithm in Javascript and the <canvas> element. The algorithm allows for the creation of stylized pixel-art imagery from an uploaded photo or graphic by dividing the input picture into bins and placing black squares within each bin based on the average brightness of the pixels.

  4. 4
    Article
    Avatar of freekFREEK.DEV·2y

    Adding text to an image using PHP and GD

    Learn how to add text to images using PHP and GD. Explore the features of Oh Dear, a monitoring tool for websites. Create a public status page with Oh Dear.

  5. 5
    Article
    Avatar of csstipCSS Tip·2y

    Turn an image into a postage stamp

    Learn how to transform any image into a postage stamp using just a few lines of code and CSS gradients. No extra elements needed and it works with any image size. Easily adjust the effect using CSS variables.