enum Protocol::SystemInfo::ImageType

Overview

Image format of a given image.

Defined in:

protocol/system_info.cr

Enum Members

Jpeg = 0
Webp = 1
Unknown = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def jpeg? #

[View source]
def unknown? #

[View source]
def webp? #

[View source]