bis-file-formats icon indicating copy to clipboard operation
bis-file-formats copied to clipboard

c# .net standard code base for reading ArmA/BIS file formats

Results 10 bis-file-formats issues
Sort by recently updated
recently updated
newest added

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.3 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @​JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...

dependencies

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.3 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @​JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...

dependencies

Hi, I used your code in my code (plugin to open paa textures for paint.net) https://p3dm.ru/soft/resource-extractors/10685-paa-pac-plugin-for-paintnet-v4020-net-47.html Thank you very much for your code!

fixed decompression for small files (handled by compression flag)

Hi! Just scrolling through the code and found this: https://github.com/Braini01/bis-file-formats/blob/bd6a0db97131ca03a76d8479ebf448b28de6ba16/BIS.PAA.Encoder/PaaEncoder.cs#L78 Assuming it's not the intended behavior here.

I wanted to make a winter version of X-Cam Taunus in a less than a day work, so I've made an utility to mass edit a wrp file. It allows...

Heyho, I used this repo in a project and added PBO packing to the PBO lib and just wanted to ask if I should make a pull request with it...

It would be nice to have a decompression stream for LZO and LZSS instead of ReadCompressed method returning just a byte array. This comes in handy when you dont want...

BIS.Core
nice2have

Currently the code is basically missing API documentation, which is quite important as these libs are supposed to be used by other developers. So at least all the public methods...

enhancement
help wanted

Hi Braini01 Thank you for your incredible work on this project! Could you please add support for OPRW version 28?