matthewpalmer / Regift

Easily convert a video to a GIF on iOS.
MIT License
526 stars 80 forks source link

Master #36

Closed benoit-pereira-da-silva closed 5 years ago

benoit-pereira-da-silva commented 7 years ago

Added Gif Export Max size support. You can set the imageMaxPixelSize to rescale the image to the maximum width and height in pixels. If set to 0 we use the asset natural size to determine the maximum value. This implementation uses the kCGImageDestinationImageMaxPixelSize key.