Canvas définir la hauteur de l'image

var imageHeight=100;
var imageWidth=100;
context.drawImage(image, 0, 0,imageHeight,imageWidth);
Friendly Hawk