關(guān)于第一種思路的縮小時(shí)的問(wèn)題
sx = ( imageWidth - canvas.width ) / 2
sy = ( imageHeight - canvas.height ) / 2
context.drawImage( sx, sy, canvas.width, canvas.height, 0, 0, canvas.width, canvas.height )
此方法在圖像縮小時(shí)會(huì)出現(xiàn)位置偏移
關(guān)于這個(gè)問(wèn)題,老師的說(shuō)法是sw和sh應(yīng)該比canvas.width和canvas.height小,請(qǐng)問(wèn)為什么要小?當(dāng)直接采用上述代碼時(shí),圖像向左上角偏移了,并且顯示的尺寸小于0.5,這是怎么回事呢?
2015-12-07
不小就過(guò)外擴(kuò)出去
2015-12-06
1、第一個(gè)參數(shù)你都沒(méi)給。img參數(shù)呢。
2、回答你問(wèn)題的人大多都沒(méi)看過(guò)視頻。你只給一部分代碼,我們是看不懂的。