png package
png contains no utilities.
License
The png package is marked as Compatible, which means any game can use it.
Classes
PNGLoader loads all known forms of PNG file.
PNGLoader has no methods it didn't inherit.
- png_loader = SubCritical.Construct("PNGLoader")
PNGLoader writes PNG files.
- png_dumper = SubCritical.Construct("PNGDumper")
- Prepares a PNGDumper.
- table = dumper:ListFilters()
- Returns a table showing (both as an array and as a map) all possible filters that can be passed to SetFilters.
- dumper:SetFilters(filter[, otherfilter[, ...]])
- Set the filters to try while compressing the image. You can save compression time by trying fewer filters in exchange for larger file size.
Back to index