Hey IH community!
I just launched PixelBin (https://pixelb.in), a collection of image processing tools that run entirely in your browser.
The problem I kept hitting: every "free" image tool wanted me to upload files to their server, create an account, or put watermarks on exports. I just wanted to convert a PNG to WebP or batch resize some images without the hassle.
So I built what I wished existed:
🗜 WebP Converter - 25-35% smaller files than JPEG
📐 Image Resizer - batch process with exact dimensions
🎨 Color Extractor - get palettes from any image
⚡ Image Compressor - optimize without quality loss
🔳 Favicon Generator - all sizes at once
📱 QR Code Generator - with custom colors
🔄 SVG Converter - vector to raster
🔢 Base64 Encoder - embed in CSS/HTML
The twist: everything happens client-side. Your images never leave your device. No registration, no watermarks, no "upgrade to pro" limits.
Built with Next.js + TypeScript + Tailwind. Would love your feedback on the UX and what tools I should add next!
What image processing tasks annoy you the most?