GLXCurses.Image module

class GLXCurses.Image.Image[source]

Bases: GLXCurses.Misc.Misc, GLXCurses.libs.File.File, GLXCurses.libs.Colors.Colors

image_object

Store the modified image

Returns:
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]
draw_widget_in_area()[source]

Be here for be overwrite by every widget

to_data()[source]