Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is an interesting idea, but I ran into a couple issues while trying it out:

  • the drag-and-drop file interface on web works on chrome, but not firefox; I'd recommend using a file input tag so you can click to open a system dialog in addition to natively supporting drag-and-drop
  • the generated pngs seem to be slightly corrupted; I was able to open them in a browser, but another image viewer gave the error "libpng: IDAT: Extra compressed data; libpng: Not enough image data"

The drag and drop not working in firefox is curious, as I used firefox to build PNGEverything. Would you mind telling me what version you use?

I also came across the libpng error and I'm not really sure on how to fix it. I followed the specifications for a PNG file down to a T, and pngcheck (http://www.libpng.org/pub/png/apps/pngcheck.html) gives me an OK for the file.

I'm using firefox 88.0.1, which is the latest update afaik.