EXIFs, Skippable Gallery, Japanese support & more
Skippable Gallery
Gallery Selection is now skippable, courtesy of @shotat
config.library.skipSelectionsGallery = true
TargetSize for camera capture
libraryTargetImageSize
becomes targetImageSize
in order to limit the outut image size for both library & Capture, courtesy of @DamascenoRafael
config.targetImageSize = .cappedTo(size: 1024)
EXIFs
You can now access Exif Metadata thanks to @Romixery π
photo.exifMeta
Japanese π―π΅
Adds Japanese language thanks to @shotat ! πͺ
Namespaced Config
Config is now namespaced for a clearer usage.
config.videoRecordingTimeLimit
becomes config.video.recordingTimeLimit
Fixes dismissal issue
Fixes a bug where Picker dismissal couldn't be animated: false
Let's remind that dismissal is the user's responsibility so don't forget to call dismiss in the didFinishPicking
callback.
Thanks @WeDrinkInAssembly for spotting that π
Thanks a ton to the usual suspects who helped with the translation
@shotat, @DamascenoRafael, @hanikeddah, @tahaburak, @Anarchoschnitzel π
Have fun!