An open API service indexing awesome lists of open source software.

https://github.com/carson2222/image-merger

A scalable Node.js server for merging multiple images into a single image. Built to handle image processing tasks that are difficult to execute in AWS Lambda due to memory, time, and binary dependency constraints. Features a queue system for handling concurrent requests, watermark support, and flexible output options (Buffer or Base64).
https://github.com/carson2222/image-merger

api aws-lambda backend expressjs image-manipulation image-merging image-processing javascript nodejs queue-system scalable server sharp watermark

Last synced: 10 months ago
JSON representation

A scalable Node.js server for merging multiple images into a single image. Built to handle image processing tasks that are difficult to execute in AWS Lambda due to memory, time, and binary dependency constraints. Features a queue system for handling concurrent requests, watermark support, and flexible output options (Buffer or Base64).

Awesome Lists containing this project