struct Trefoil::Image
- Trefoil::Image
- Struct
- Value
- Object
Defined in:
trefoil/image.crConstant Summary
-
CDN_URL =
"https://i.4cdn.org/"
Constructors
Class Method Summary
Instance Method Summary
- #board : String
- #ext : String
- #filename : String
- #fsize : Int32
- #height : Int32
- #md5 : String
- #thumbnail_height : Int32
- #thumbnail_url
- #thumbnail_width : Int32
- #tim : Int32
- #url
- #width : Int32
Constructor Detail
def self.new(width : Int32, height : Int32, thumbnail_width : Int32, thumbnail_height : Int32, md5 : String, fsize : Int32, ext : String, filename : String, tim : Int32, board : String)
#