https://github.com/callicoder/node-image-processing
Asynchronous web worker for processing images uploaded by users - Node.js + RabbitMq + Cloudinary + Graphicsmagick
https://github.com/callicoder/node-image-processing
graphicsmagick nodejs rabbitmq
Last synced: about 2 months ago
JSON representation
Asynchronous web worker for processing images uploaded by users - Node.js + RabbitMq + Cloudinary + Graphicsmagick
- Host: GitHub
- URL: https://github.com/callicoder/node-image-processing
- Owner: callicoder
- Created: 2015-08-17T03:31:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T09:29:56.000Z (over 8 years ago)
- Last Synced: 2025-04-19T08:34:31.631Z (2 months ago)
- Topics: graphicsmagick, nodejs, rabbitmq
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project implements an asynchronous web worker implementation which converts images uploaded by users in 4 different sizes that you can use on different devices and screen widths.
This can be useful for any ecommerce app or a blog where you need to render different versions of the same image based on the device or screen width.