hello
how make file gif in v4i ?
like this in b4a
how make file gif in v4i ?
like this in b4a
B4X:Dim gif As RSAnimatedGifEncoder Dim out2 As OutputStream out2 = File.OpenOutput(dir , "1.gif", False) gif.start(out2) gif.addFrame(btmp1) gif.addFrame(btmp2) gif.finish