Results 12 issues of matyalatte

I got two warnings when importing dds in GIMP. ![dds_flags_warning](https://github.com/matyalatte/UE4-DDS-Tools/assets/69258547/dd79c31d-e3d4-45a8-bd45-1cbab126c2b5) It uses DDSD_PITCH when it should use DDSD_LINEARSIZE. And it uses DDSD_LINEARSIZE when it should use DDSD_PITCH. dds.py says ```python...

bug

Related to #25. Swizzled textures have padding when their texture sizes are not multiples of the swizzling block size. So, UE4-DDS-Tools need a new function to calculate their buffer sizes,...

bug