I was wondering what the differences are between TIEPNGImage and TPngImage. I am upgrading a huge legacy project at the moment. The project reads and writes PNG files. Is it worth to replace TPngImage for TIEPNGImage?
I don't know TPngImage well, but TIEPNGImage is a TGraphic wrapper for ImageEn's PNG support. In other words, if you use TIEPNGImage, ImageEn will be used for loading.
I would suggest if it is a large project, there is probably not sufficient benefit from replacing all TPngImage with TIEPNGImage. There may be slight differences which you would need to test for.