HackerTrans
トップ新着トレンドコメント過去質問紹介求人

iambavith

no profile record

投稿

Show HN: I Built ImgFiber-Better Image Optimizer. Free No Limits

imgfiber.com
40 ポイント·投稿者 iambavith·昨年·39 コメント

Show HN: A React Native Boilerplate to automate all boring stuff

quickwrap.app
2 ポイント·投稿者 iambavith·昨年·1 コメント

コメント

iambavith
·昨年·議論
Yes, some gains come from stripping metadata, but structural compression means optimizing how image data is encoded, like better Huffman tables for JPGs or smarter filtering for PNGs.
iambavith
·昨年·議論
love the drag and drop to optimize approach. so cool.
iambavith
·昨年·議論
yes tool works. its weird your images didn’t show any reduction in size. would love to try fixing it.

we did thought it through based on our use case :) that is working on bulk image processing where a slight loss in quality for Higher reduction in size is appreciated :) mostly for wallpaper apps or any image related sites. but yeah we will improvise to offer even cleaner approach
iambavith
·昨年·議論
judging by the response we got , we will update site to reflect on “nearly lossless” approach than calling it “lossless” then We don’t mean to be deceitful.
iambavith
·昨年·議論
the settings dump you dropped will not deliver on same outputs :)
iambavith
·昨年·議論
wow. really love this. thank you for mentioning it. its super useful for uploading on government websites they really love limiting uploads
iambavith
·昨年·議論
It's not a AI generated React bloat wrapper as you seem to think somehow.

We did not lie about actual working when fellow developers demanded answers. I love talking about what i have build. Maybe just nudge better? instead of hating?
iambavith
·昨年·議論
we're using highly modified CompressorJS library to get this results. hope that helps.
iambavith
·昨年·議論
I built the image compression for imgfiber using CompressorJS as the base. It’s a reliable library by Feng Yuanchen (https://fengyuanchen.github.io/compressorjs/), originally designed for lossy compression. I wrapped and modified it to meet our specific needs, tweaking the code so the results differ from the default - you won’t get the same file size or optimization when using it out of the box. Full credit for the core library goes to the original author; my work was to modify it for our usecase. to solve our own personal pain point.
iambavith
·昨年·議論
Ohh, Optimage and ImageOptim are different. thanks for pointing that out! We just came acrross imageoptim thanks to your comment. interesting to see how it offers subscriptions.

JPEG-XL definitely way to go. we’re exploring ways to integrate support for formats like JXL and AVIF soon.
iambavith
·昨年·議論
Squoosh is great but for average user dealing with so many peremeters feels overwhelming and provides odd results.When you're handling a large number of files - like a Midjourney archive or a collection of images,it’s more convenient to use an app with preset settings that can process them in bulk, rather than one with detailed options that require fine-tuning.
iambavith
·昨年·議論
We focused on lossless techniques like metadata cleanup, optimal encoding settings, and structural compression—for both JPG and PNG.