使用它的源名称保存图像?

时间:2018-05-01 17:28:13

标签: android delphi android-glide android-storage

我想使用ImageViewGlide中加载的图像与源名称或原始名称保存在名为MyData的文件夹中。我不知道怎么能这样做。

这是我在德尔菲用来保存图像的代码

  if FileExists(Path) then
     begin
       IDHTTP1.Get(URL,MS);
       MS.Seek(0,soBeginning);
       Image1.Bitmap.LoadFromStream(MS);
       if not TPlatformServices.Current.SupportsPlatformService(IFMXPhotoLibrary, Gallery) then
        Exit;
       Gallery.AddImageToSavedPhotosAlbum(Image1.Bitmap);
     end;

0 个答案:

没有答案