Releases: metasmile/NSGIF2
Releases · metasmile/NSGIF2
1.5.3
- Corrected the demo project ('NSFrameExtractingResponse' was newly added in the previous update.)
- Added a line for releasing image variable. It was the reason of memory leaking when extract frames from the gif. Thanks to @ReticentJohn and @abc19abc91
1.5.2
1.5.1
1.5
add an option 'CGSize aspectRatioToCrop' to crop in a batch.
add an option 'CGSize aspectRatioToCrop' to crop in a batch.
Rename 'NSFrameExtractingFromVideoRequest' to 'NSFrameExtractingRequest;
Rename 'NSFrameExtractingFromVideoRequest' to 'NSFrameExtractingRequest;
Add an ability to extract frame images from a video file
add
NSExtractFramesRequest,
NSGIF + (void)extract:(NSFrameExtractingFromVideoRequest *__nullable)request completion:(void (^ __nullable)(NSArray<NSURL *> * __nullable))completionBlock;
Update for small pieces.
1.3.1
Start separated project
- Simplified/Reformed all interfaces
- Added progress handler.
- Some improvements.