Image Resizer
WEB-
Server-side HTTP API for image resizing
image-resizer is a server-side HTTP API that allows users to resize and convert images by sending POST requests with files and parameters. The API is built with Express and uses Sharp for efficient image processing.
Uploaded images can be resized to a specified width and height, with support for compression and format changes. The system handles common formats like JPEG and PNG. The project includes a minimal frontend for testing and demonstration purposes.
This tool is useful for developers who want to integrate image resizing features into their applications, services or CMS systems.