Releases: eriscorp/dalib
Releases · eriscorp/dalib
DALib 0.5.3
DALib 0.5.2
DALib 0.5.0
DALib 0.4.0
What's Changed
Full Changelog: 0.3.0...0.4.0
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
DALib 0.2.0
- mpf saving
- mpf from images
- mpf readability refactor
- removed unused zlib library
- update github workflow to only run on upstream repo
- remove aberrant character from git workflow
- fixed a bug in StreamSegment when seeking to negative offsets on current
- change most classes non-stream constructor to public
- changed most properties to be settable
- added support for the newest non-unity dat archives (read only)
- mpf offsetX and offsetY renamed to centerX and centerY
DALib 0.1.0
Updates by @sichi