Hi,
When i edit my image (mode text), it begin by "ÿØÿà--JFIF", but when i read the file, i have "ÿýÿýÿýÿý--JFIF" in ImageBuffer (String) under B4A.
:BangHead: What's the problem ?
When i edit my image (mode text), it begin by "ÿØÿà--JFIF", but when i read the file, i have "ÿýÿýÿýÿý--JFIF" in ImageBuffer (String) under B4A.
B4X:
ImageBuffer = File.GetText(File.DirRootExternal & "/" & Loader.FolderName, "image.jpg")
:BangHead: What's the problem ?