MATLAB: What wcompress error means

image compression wcompress

I want to compress an image using
wcompress( 'c','bmp1.bmp','compimg1.wtc','stw');
But I get an error Subscripted assignment dimension mismatch. What this error means?

Best Answer

x,y dimensions of image should be power of 2
Related Question