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 में CLI जैसा एक encoder knob है: per-format quality override। AVIF 55 और WebP 75 — fan-out दोनों honour करता है। Override उस format के हर output पर लगता है, primary समेत — blank छोड़ें तो वो format main quality setting follow करता है। Effort/method dials जानबूझकर नहीं हैं, क्योंकि browser path के encoders ऐसा कोई parameter लेते ही नहीं।
कब 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।
