HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iambavith

no profile record

Submissions

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

imgfiber.com
40 points·by iambavith·पिछला वर्ष·39 comments

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

quickwrap.app
2 points·by iambavith·पिछला वर्ष·1 comments

comments

iambavith
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
love the drag and drop to optimize approach. so cool.
iambavith
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
the settings dump you dropped will not deliver on same outputs :)
iambavith
·पिछला वर्ष·discuss
wow. really love this. thank you for mentioning it. its super useful for uploading on government websites they really love limiting uploads
iambavith
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
we're using highly modified CompressorJS library to get this results. hope that helps.
iambavith
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
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
·पिछला वर्ष·discuss
We focused on lossless techniques like metadata cleanup, optimal encoding settings, and structural compression—for both JPG and PNG.