Releases: imgly/pesdk-ios-build
Releases · imgly/pesdk-ios-build
10.23.1
10.23.0
Added
- [VideoEditorSDK] Added composition tool for creating video compositions from multiple video clips.
- [VideoEditorSDK] Added play/pause overlay button to the
VideoEditViewController
. - [VideoEditorSDK] Added sound on/off overlay button to the
VideoEditViewController
which mutes and unmutes the audio in the preview player and removes the audio track for exported videos if audio was muted in the preview.
Changed
- [VideoEditorSDK] Changed default trim tool UI to make use of overlay controls and tooltips for time labels. Set
TrimToolControllerOptions.useOverlayControls
tofalse
in order to preserve the old UI. - [VideoEditorSDK] Changed default timeline thumbnail size in the trim tool from 2/3 to 9/16 as this better fits common portrait videos. Set
VideoTrimView.thumbnailWidth
to40
in order to preserve the old size.
Fixed
- [VideoEditorSDK] Fixed video timeline thumbnails in the trim tool that were not clipped and thus overlapped each other for landscape videos.
- [VideoEditorSDK] Fixed animated stickers are in some cases not paused in the preview when the video is paused.
- [ImglyKit] Fixed analytics events for undo and redo operations in the adjustment tool.
- [ImglyKit] Fixed
ToolbarButton
disabled control state style which used an alpha value of0.2
but should have been0.4
.
10.22.0
Changed
- [ImglyKit] Changed default blend mode for
imgly_overlay_vintage
tooverlay
for cross-platform consistency.
Added
- [PhotoEditorSDK] Added factory methods
PhotoEditViewController.makePhotoEditViewController
and[PESDKPhotoEditViewController photoEditViewControllerWith...]
that also create a replacement subclass if there is a replacing class defined byPESDK.replaceClass
. - [VideoEditorSDK] Added factory methods
VideoEditViewController.makeVideoEditViewController
and[PESDKVideoEditViewController photoEditViewControllerWith...]
that also create a replacement subclass if there is a replacing class defined byVESDK.replaceClass
.
Fixed
- [ImglyKit] Fixed
OverlayButton
s being misaligned when using Right-To-Left languages.
10.21.6
10.21.5
Added
- [ImglyKit] Added
StickerToolControllerOptions.personalStickerCustomizationClosure
to customize personal stickers.
Fixed
- [VideoEditorSDK] Fixed a bug where
VideoEditViewControllerDelegate.videoEditViewControllerDidFailToGenerateVideo
has not been called in case that the export background task has been ended by the operating system. - [VideoEditorSDK] Fixed crash for some videos with invalid audio.
10.21.4
10.21.3
10.21.2
10.21.1
Changed
- [ImglyKit] Replaced several fonts with new fonts and added additional new fonts.
10.21.0
Added
- [ImglyKit] Added H264 video codec initializer with the option to specify a
VideoCodecProfileH264
.