Full-featured image processing CLI with a browser UI. 100% local.
npm install pulp-imageFull-featured image processing CLI with a browser UI. 100% local.
Website ยท CLI Docs ยท UI Docs ยท Roadmap ยท Changelog
---
| | | |
|:--|:--|:--|
| ๐ผ๏ธ Resize | ๐ Convert Formats | ๐ฆ Batch Process |
| ๐จ Transparency | โก Quality Control | ๐ก๏ธ Safety-First |
| ๐ Browser UI | ๐ Custom Output | ๐ท๏ธ Auto Naming |
---
``bash`
npm install -g pulp-image
Requires Node.js >= 18.0.0
Download the portable UI for your platform. No Node.js or npm required:
---
`bashResize an image
pulp image.png --width 800
For all options, run
pulp --help or see the CLI documentation.---
Browser UI
Launch the browser-based interface:
`bash
pulp ui
`Opens at
http://localhost:3000`. All processing happens locally, no uploads.See the UI documentation for details.
---
See the full Roadmap for upcoming features.
Coming soon:
- UI Redesign with dark mode
- Rotate, Flip, Grayscale
- Blur, Sharpen, Normalize
- Cropping & Visual Crop Tool
- Watermarks
- User Presets
---
MIT