Skip to content

Releases: metasmile/NSGIF2

1.5.3

03 May 06:28
Compare
Choose a tag to compare
  • 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

03 Jan 09:50
Compare
Choose a tag to compare

1.5.2

1.5.1

27 Oct 04:33
Compare
Choose a tag to compare
  • Fix an issue for timescale and framerate
  • Newly add response object 'NSSerializedResourceResponse'
  • Configured framesPerSecond will be ignored if it was higher than nominalFrameRate of AVAssetTrack
  • "NSGIFRequest.delayTime" has been removed.

1.5

09 Sep 04:43
Compare
Choose a tag to compare
1.5
  • Fixed memory leaks + Entirely reduce high memory usage
  • Performance improvements
  • macOS support was stopped from now on.

add an option 'CGSize aspectRatioToCrop' to crop in a batch.

05 Aug 13:08
Compare
Choose a tag to compare

add an option 'CGSize aspectRatioToCrop' to crop in a batch.

Rename 'NSFrameExtractingFromVideoRequest' to 'NSFrameExtractingRequest;

05 Aug 01:32
Compare
Choose a tag to compare

Rename 'NSFrameExtractingFromVideoRequest' to 'NSFrameExtractingRequest;

Add an ability to extract frame images from a video file

03 Aug 11:55
Compare
Choose a tag to compare

add
NSExtractFramesRequest,
NSGIF + (void)extract:(NSFrameExtractingFromVideoRequest *__nullable)request completion:(void (^ __nullable)(NSArray<NSURL *> * __nullable))completionBlock;

Update for small pieces.

05 Apr 07:01
Compare
Choose a tag to compare

Start separated project

04 Apr 06:19
Compare
Choose a tag to compare
  • Simplified/Reformed all interfaces
  • Added progress handler.
  • Some improvements.