Developers के लिए Image Compression — Free, Fast & Private
Developers के लिए image optimization के दो options हैं: build-time pipeline (sharp + imagemin) या paid CDN (Cloudinary, Imgix)। दोनों work करते हैं, दोनों small projects के लिए overkill हैं। MiniPx middle भरता है — browser-based tool जो same logic CLI pipelines की देता है, no setup, no per-image fees।
Developers को क्या चाहिए
Hero image drop करें, AVIF + WebP + JPEG fallback 4 breakpoints (150/640/1280/2560 px) पर वापस मिले। 12 files। Filenames predictable: hero-{width}.{ext}। ZIP public/img/ में drop करें। <picture> से reference करें। Done।
Advanced codec controls
Pro tier में CLI जैसी knobs हैं: AVIF effort (0-9), WebP method (0-6), JPEG chroma subsampling (4:4:4, 4:2:2, 4:2:0)। Most users default Auto Quality चाहते हैं, मगर controls available हैं।
कब CLI/CDN चाहिए
Thousands of images daily updated → build pipeline (sharp). User-generated content runtime upload → CDN (Cloudinary)। MiniPx static sites, marketing pages, blogs, small business sites के लिए sweet spot है।
Pairs well with
Responsive image generator, multi-format export, filename templates, SEO guide।