It is possible to create and save to camera roll a "Live Photo" created by a set of images provided by user?
Asked
Active
Viewed 2,025 times
2
-
[apple docs on live photos](https://developer.apple.com/library/prerelease/ios//documentation/Photos/Reference/PHLivePhoto_Class/index.html#//apple_ref/occ/clm/PHLivePhoto/requestLivePhotoWithResourceFileURLs:placeholderImage:targetSize:contentMode:resultHandler:) This leaves it in the middle. You can create a Live Photo but only from Live Photo Data. So if you can recreate that data somehow: YES, else NO – R Menke Nov 23 '15 at 11:55
-
really cool, in your opinion it is possible to use this CLI on a iOS project? – Tiziano Bruschetta Nov 24 '15 at 09:24
-
1Related: http://stackoverflow.com/a/34108728/2227743 – Eric Aya Jan 07 '16 at 22:17