Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
webptopng.cc
Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
1–10 of 21 posts
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#2- Can you support more formats besides Webp and PNG?
- Too much text on the interface - This reads more like a landing page for a startup than a SPA tool. Compare to e.g. [0]
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#3Why would you want to do it in a browser anyway? Just run it local. There are many open source image editors and converters to choose from.
ImageMagick is one: https://imagemagick.org/
GIMP is another: https://www.gimp.org/
Krita is another: https://krita.org/en/
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#4Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#5> I built WebPtoPNG after getting frustrated with converters that throttle uploads or phone data Why would you want to do it in a browser anyway? Just run it local. There are many open source image editors and converters to choose from. ImageMagick is one: https://imagemagick.org/ GIMP is another: https://www.gimp.org/ Krita is another: https://krita.org/en/
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#6Some ideas for improvements: - Can you support more formats besides Webp and PNG? - Too much text on the interface - This reads more like a landing page for a startup than a SPA tool. Compare to e.g. [0] [0]: https://dinoosauro.github.io/image-converter/
A trustworthy utility page should look like a CSS-less crappy HTML form.
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#7Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#8FWIW, you can do this with a few lines of JS in the browser using canvas.drawImage() from an img element followed by canvas.toBlob().
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#9FWIW, you can do this with a few lines of JS in the browser using canvas.drawImage() from an img element followed by canvas.toBlob().
Re: Show HN: WebPtoPNG – I built a WebP to PNG tool, everything runs in the browser
#10> I built WebPtoPNG after getting frustrated with converters that throttle uploads or phone data Why would you want to do it in a browser anyway? Just run it local. There are many open source image editors and converters to choose from. ImageMagick is one: https://imagemagick.org/ GIMP is another: https://www.gimp.org/ Krita is another: https://krita.org/en/