wolfpld / etcpak

The fastest ETC compressor on the planet
Other
229 stars 41 forks source link

tried to convert a png did not work #35

Open home-gihub opened 1 year ago

home-gihub commented 1 year ago

Assertion failed: h % 4 == 0, file C:\Users\wolf\Desktop\etcpak\Bitmap.cpp, line 121 i have no idea what this means. edit: guess it likes even numbers

wolfpld commented 1 year ago

Image width and height needs to be a multiple of 4.

home-gihub commented 1 year ago

isn't that bad? or is it just how the compression works