GLXCurses.libs.ImageConvert module

class GLXCurses.libs.ImageConvert.ImageConvert[source]

Bases: GLXCurses.libs.File.File

data

Get data property

Returns:image data as a list
Return type:list
hsp_debug

Get hsp_debug property

Returns:image hsp_debug as a list
Return type:list
width_max

Get the width_max property value

Returns:width_max property value
Return type:int or None
width_original

Get the width_original property value

Returns:width_original property value
Return type:int or None
height_max

Get the height_max property value

Returns:height_max property value
Return type:int or None
height_original

Get the height_original property value

it property is use when the widget discover image size

Returns:height_original property value
Return type:int or None
is_resized

Whether the image will be resized directly on the widget.

Returns:True or False
Return type:bool
load_image(path=None)[source]