cococo111111 / libsquish

Automatically exported from code.google.com/p/libsquish
MIT License
0 stars 0 forks source link

Suggest CompressImage function add byte per pitch factor #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CompressImage( u8 const* rgba, int width, int height, void* blocks, int 
flags, int pitch = 4 )

when source data only have 3byte color...

will be solved this, that only copy 4byte problem.

Original issue reported on code.google.com by yak...@gmail.com on 2 Sep 2009 at 7:28