diff --git a/frontend/src/utility-functions/rasterization.ts b/frontend/src/utility-functions/rasterization.ts index a110651a..8cb13c99 100644 --- a/frontend/src/utility-functions/rasterization.ts +++ b/frontend/src/utility-functions/rasterization.ts @@ -79,14 +79,7 @@ export async function extractPixelData(imageData: ImageBitmapSource): Promise MAX_IMAGE_SIZE || height > MAX_IMAGE_SIZE) { - width /= 2; - height /= 2; - } width = Math.floor(width); height = Math.floor(height);