Re: [Imtoolkit-users] Read a file from memory
Brought to you by:
scuri
From: Antonio S. <ant...@gm...> - 2019-10-25 11:26:52
|
Sorry, that API is not available in Lua. You will need to implement a function in C that do what you want, and export it to Lua. Best, Scuri Em qui, 24 de out de 2019 às 14:10, Milind Gupta <mil...@gm...> escreveu: > Thanks I found that but from Lua not able to access the structure > *imBinMemoryFileName.* > *How do I do that?* > > > > On Thu, Oct 24, 2019, 5:57 AM Antonio Scuri <ant...@gm...> > wrote: > >> There is a description in the IM documentation: >> >> http://webserver2.tecgraf.puc-rio.br/im/en/storage_guide.html#binfilemem >> >> Best, >> Scuri >> >> >> Em ter, 22 de out de 2019 às 17:27, Milind Gupta <mil...@gm...> >> escreveu: >> >>> Hi, >>> I want to read a file that is loaded in memory for example in a >>> Lua string. im.FileImageLoad reads from disk. Is there a way to load it >>> from memory? >>> >>> Thanks, >>> Milind >>> _______________________________________________ >>> Imtoolkit-users mailing list >>> Imt...@li... >>> https://lists.sourceforge.net/lists/listinfo/imtoolkit-users >>> >> _______________________________________________ >> Imtoolkit-users mailing list >> Imt...@li... >> https://lists.sourceforge.net/lists/listinfo/imtoolkit-users >> > _______________________________________________ > Imtoolkit-users mailing list > Imt...@li... > https://lists.sourceforge.net/lists/listinfo/imtoolkit-users > |