3d0c/gmf

image stream to video

yinjun622 opened this issue · 1 comments

how can I use image stream([]byte) convert to video?

I saw the example of 'images-to-video.go',
but it reads image files,
can I use image []byte to do it?

I used 'customReader' to do that