Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
image_size
v0.1.0
ImageSize
Built with Crystal 1.9.2
2023-10-07 16:37:12 UTC
struct
ImageSize
ImageSize
Struct
Value
Object
Defined in:
image_size.cr
Class Method Summary
.get
(bytes : Bytes)
.get
(filename : String)
Instance Method Summary
#height
: Int32
#width
: Int32
Class Method Detail
def self.
get
(bytes : Bytes)
#
[
View source
]
def self.
get
(filename : String)
#
[
View source
]
Instance Method Detail
def
height
: Int32
#
[
View source
]
def
width
: Int32
#
[
View source
]