Releases: MikeG621/ImageFormat-Dat
Releases · MikeG621/ImageFormat-Dat
v2.6 Release
v2.5 Release
- Added BC7 format capability
NOTE: Also requires both JeremyAnsel.BcnSharpLib~.dlls. Can be added separately or via "DatWithBcnDlls.zip"
v2.4 Release
- Added Format 25C capability
- Image isn't decompressed until first accessed
- Format 25 now takes up half the memory after loading
v2.3 Release
- Empty Groups are now ignored during read
- (GroupCollection) Changed the increment on intial ID creation so it's always negative
- (SubCollection) Added more details to exception message
v2.2 Release
Real release for this library, mostly fixed up for current state of XWA. Might still need some work for saving images, though...
- Added Format 25 capability
- Removed size limits from images. Masks still need to match the image size.
- (DatFile) Added UsedHeight and UsedWidth properties
- (GroupCollection, SubCollection) Increased ItemLimit to 256
- (GroupCollection, SubCollection) Included an early return to Add if _add fails
- (GroupCollection, SubCollection) Added more quantity checks to better enforce ItemLimit
- Tweaked comments throughout