A web application for converting, resizing, and compressing images between different formats
https://imagetools.toolworks.dev
- Convert images
- Resize images
- Compress images
- Scale images by percentage
- Set custom dimensions
- React with TypeScript
- Material-UI (MUI) for components
- Sharp for image processing
- Express.js backend
- Bun runtime
- Docker support
node
bun
docker (optional)
git clone https://github.com/toolworks-dev/image-tools.git
cd image-tools
docker compose up -d --build
sudo npm install -g bun
git clone https://github.com/toolworks-dev/image-tools.git
cd image-tools
bun install
bun run build
bun run start:server