https://github.com/asarium/DDSReader/blob/develop/DDSReader/Internal/Decoders/DXT3Decoder.cs#L32 and https://github.com/asarium/DDSReader/blob/develop/DDSReader/Internal/Decoders/DXT5Decoder.cs#L35 Should be ```RangeEnumerable.Range(0, (int)height, 4)``` instead of width
https://github.com/asarium/DDSReader/blob/develop/DDSReader/Internal/Decoders/DXT3Decoder.cs#L32
and
https://github.com/asarium/DDSReader/blob/develop/DDSReader/Internal/Decoders/DXT5Decoder.cs#L35
Should be
RangeEnumerable.Range(0, (int)height, 4)instead of width