DALib 0.3.0
Thanks to @sichi
- reading SPF files now supports colorized SpfFiles (spf files that do not use a palette)
- can also load a colorized Spf with FromImages and save it as a colorized SpfFile
- added Control, ControlFile, and ControlFileParser for parsing control files from cious and setoa
- added DataArchiveEntry.ToDedicatedStream()
- slicing streams into segments now accepts a "leaveOpen" arg since it wraps the sliced stream
- enabled xml doc output
- added comments to everything
- made properties across image formats more consistent in name and use
- added top/left padding to SimpleRender since most formats support it
- added Male/Female PaletteTable overrides for use with KHAN archives
- spf "width" and "height" changed to "right" and "bottom"
- made correction to EFA rendering... it differs slightly due to garbage data on right/bottom side of frame
- EFA OriginX and OriginY changed to CenterX and CenterY since they are identical in nature to the same MPF fields
- added non-transparent black preservation when converting from modern image formats
- ControlType is not completely accurate, ControlFile stuff still needs testing