Compare commits
No commits in common. "9655d2dc59d99de52c2e31aab4a9a8b6b15aadc2" and "aae7b21d080729193acc414ae87cf893d60beb00" have entirely different histories.
9655d2dc59
...
aae7b21d08
@ -124,7 +124,7 @@ const resizeImage = async (image) => {
|
||||
|
||||
// scale이 0.8 이하인 경우 완성된 이미지를 전체적으로 확대
|
||||
if (originalScale <= 0.8) {
|
||||
const enlargeRatio = 1.5 // 50% 확대
|
||||
const enlargeRatio = 1.5 // 25% 확대
|
||||
const newWidth = Math.round(mixedImage.bitmap.width * enlargeRatio)
|
||||
const newHeight = Math.round(mixedImage.bitmap.height * enlargeRatio)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user