iOS Question how make file gif in b4i ?

naifnas

Active Member
Licensed User
hello
how make file gif in v4i ?
like this in b4a

 

naifnas

Active Member
Licensed User
thanks sir Erel for reply
please you can you help me some example
because before I asked here because i already try and search nothing ?
 
Upvote 0

naifnas

Active Member
Licensed User
so please I can make gif by this

Dim out As OutputStream
out = File.OpenOutput(File.DirRootExternal,"main.gif", False)

 
Upvote 0

ilan

Expert
Licensed User
Longtime User

sorry, i dont understand the question.

you have an example that is included and shows how to create the gif. the gif is stored in File.Dirdocuments and you can then share it or load or what ever you want to do.
to create the gif you just need to create a list and load it with the frames (images). the type should be Bitmap. then you create the gif bycalling the .create method and you put the name of the gif and the speed of the gif between 0 to 1 (Float)

thats it, very simple.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…