Rajat Raghuwanshi

Results 2 issues of Rajat Raghuwanshi

I have referred the examples given in the repo where it uses ffmpeg.FS to fetch images. I want that instead of fetching the files locally, it uses the image array...

I am generating a 16 bit png image using the following command: var image = new Image(width, height, data, { kind: "RGB", bitDepth: 16, }); Here data is Uint16Array(width *...