A [Texture] based on an [Image]. A [Texture] based on an [Image]. Can be created from an [Image] with [method create_from_image]. Create a new [code]ImageTexture[/code] with "width" and "height". "format" one of [Image].FORMAT_*. "flags" one or more of [Texture].FLAG_*. Create a new [code]ImageTexture[/code] from an [Image] with "flags" from [Texture].FLAG_*. Return the format of the [code]ImageTexture[/code], one of [Image].FORMAT_*. Return the storage quality for [code]ImageTexture[/code].STORAGE_COMPRESS_LOSSY. Return the storage type. One of [code]ImageTexture[/code].STORAGE_*. Load an [code]ImageTexture[/code]. Set the [Image] of this [code]ImageTexture[/code]. Set the storage quality in case of [code]ImageTexture[/code].STORAGE_COMPRESS_LOSSY. Resizes the [code]ImageTexture[/code] to the specified dimensions. Set the storage type. One of [code]ImageTexture[/code].STORAGE_*. [Image] data is stored raw and unaltered. [Image] data is compressed with a lossy algorithm. You can set the storage quality with [method set_lossy_storage_quality]. [Image] data is compressed with a lossless algorithm.