I have a 7096x4720 white picture. After adjusting any filter and exporting the picture, I will find that a black border appears on the right and bottom, and the following error appears in web web console:
GL_INVALID_VALUE : glCopySubTextureCHROMIUM: source texture bad dimensions! occured
Screenshot below:

Steps to reproduce
you have two way to reproduce:
- you can change this line
|
loadImage(this.imageSrc, Math.min(window.screen.width, window.screen.height)).then( |
to loadImage(this.imageSrc).then... (delete Math.min(window.screen.width, window.screen.height)) and upload this file(this file created by imagemagick:create-blank-image-in-imagemagick) to reproduce
2 . or just upload the file, apply any filter and then download it.
it effects version Chrome 92.0.4515.131 (arm64) and Edge 90.0.818.46 (64bit) But it works on my Safari Version 14.0.3 (16610.4.3.1.7)
I have a
7096x4720white picture. After adjusting any filter and exporting the picture, I will find that a black border appears on the right and bottom, and the following error appears in web web console:GL_INVALID_VALUE : glCopySubTextureCHROMIUM: source texture bad dimensions!occuredScreenshot below:

Steps to reproduce
you have two way to reproduce:
pixelapp/src/ui/components/App/index.ts
Line 135 in d56f0cc
to
loadImage(this.imageSrc).then...(delete)) and upload this file(this file created by imagemagick:create-blank-image-in-imagemagick) to reproduceMath.min(window.screen.width, window.screen.height2 . or just upload the file, apply any filter and then download it.
it effects version
Chrome 92.0.4515.131 (arm64)andEdge 90.0.818.46 (64bit)But it works on mySafari Version 14.0.3 (16610.4.3.1.7)