This commit is contained in:
Dante
2026-05-21 23:40:20 -07:00
parent 3e2915dff7
commit 877a69d844
5737 changed files with 29796 additions and 1589684 deletions

View File

@ -52,6 +52,9 @@ class Image implements Canvas implements Resource {
return null;
}
public static function fromEncodedBytes(bytes: Bytes, fileExtention: String, doneCallback: Image->Void, errorCallback: String->Void,
readable: Bool = false): Void {}
public static var maxSize(get, never): Int;
static function get_maxSize(): Int {