The error message means that the picture is not in power of 2 size.
Power of 2 size means that the sizes you can use are:
2, 4, 6, 8, 16, 32, 64, 128, 256, 512, 1024
And any combination. 2 x 1024, 16 x 32, 512 x 512, 256 x 64
and so on.
I am not sure if there's a size limit (Not bigger than 1024 x 1024 for example) but make your pic 128 x 128 or 256 x 256 and it should be ok.
Cheers, KTottE