class Giphy::Images::ExtendedImageDataFrame

Included Modules

Defined in:

types/images.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def frames : String | Nil #

The number of frames in this GIF.


[View source]
def frames=(frames : String | Nil) #

The number of frames in this GIF.


[View source]
def height : String | Nil #

The height of this GIF in pixels.


[View source]
def height=(height : String | Nil) #

The height of this GIF in pixels.


[View source]
def mp4 : String | Nil #

The URL for this GIF in .MP4 format.


[View source]
def mp4=(mp4 : String | Nil) #

The URL for this GIF in .MP4 format.


[View source]
def mp4_size : String | Nil #

The size in bytes of the .MP4 file corresponding to this GIF.


[View source]
def mp4_size=(mp4_size : String | Nil) #

The size in bytes of the .MP4 file corresponding to this GIF.


[View source]
def size : String | Nil #

The size of this GIF in bytes.


[View source]
def size=(size : String | Nil) #

The size of this GIF in bytes.


[View source]
def webp : String | Nil #

The URL for this GIF in .webp format.


[View source]
def webp=(webp : String | Nil) #

The URL for this GIF in .webp format.


[View source]
def webp_size : String | Nil #

The size in bytes of the .webp file corresponding to this GIF.


[View source]
def webp_size=(webp_size : String | Nil) #

The size in bytes of the .webp file corresponding to this GIF.


[View source]
def width : String | Nil #

The width of this GIF in pixels.


[View source]
def width=(width : String | Nil) #

The width of this GIF in pixels.


[View source]