damn it !
as expected, the problem stands between the keyboard and the chair...
what i did :
setupMatrix();
image.loadImage("sign.png");
image.resize(nbX, nbY);
better like this :
image.loadImage("sign.png");
image.resize(nbX, nbY);
setupMatrix();
thanks a lot.