Skip to content

DALib 0.3.0

Choose a tag to compare

@baughj baughj released this 12 Jan 15:24
· 141 commits to main since this release
e849f29

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