Content-aware image resizing in JavaScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • sharp

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

  • It would be awesome if sharp (https://github.com/lovell/sharp) would implement this algorithm

  • 3d-photo-inpainting

    [CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting

  • Are you referring to image inpainting? I think that's what it's usually called (please correct me if I'm wrong though!)

    Although I'm not really familiar with traditional algorithms for inpainting, I've seen some ML research do some stuff with it that I found to be really impressive.

    One demo that really stood out to me was the following: https://shihmengli.github.io/3D-Photo-Inpainting/

    The algorithm they describe is able to inpaint pixels AND depth information from existing RGB-D photos, enabling images to be viewed in 3d space and be used with parallax effects.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • photo_id_resizer

    Resize photo ID images using face recognition technology

  • Yes, I use it daily. Here is my project:

    https://github.com/jftuga/photo_id_resizer

    I am using this content aware image resizing library:

    https://github.com/esimov/caire

  • caire

    Content aware image resize library

  • Yes, I use it daily. Here is my project:

    https://github.com/jftuga/photo_id_resizer

    I am using this content aware image resizing library:

    https://github.com/esimov/caire

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts