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.
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.