wxImage
Description
DATA TYPES
new(Name) -> wxImage()
Types
Equivalent to new(Name, []).
new(Width, Height) -> wxImage()
new(Name, Height::[Option]) -> wxImage()
Types
See external documentation.
Also:
new(Name, [Option]) -> wxImage() when
Name::unicode:chardata(),
Option :: {'type', integer()}
| {'index', integer()}.
new(Width, Height, Data) -> wxImage()
new(Width, Height, Data::[Option]) -> wxImage()
new(Name, Mimetype, Data::[Option]) -> wxImage()
Types
See external documentation.
Also:
new(Width, Height, [Option]) -> wxImage() when
Width::integer(), Height::integer(),
Option :: {'clear', boolean()};
(Name, Mimetype, [Option]) -> wxImage() when
Name::unicode:chardata(), Mimetype::unicode:chardata(),
Option :: {'index', integer()}.
new(Width, Height, Data, Alpha) -> wxImage()
new(Width, Height, Data, Alpha::[Option]) -> wxImage()
Types
See external documentation.
Also:
new(Width, Height, Data, [Option]) -> wxImage() when
Width::integer(), Height::integer(), Data::binary(),
Option :: {'static_data', boolean()}.
new(Width, Height, Data, Alpha, Options::[Option]) -> wxImage()
Types
blur(This, Radius) -> wxImage()
blurHorizontal(This, Radius) -> wxImage()
blurVertical(This, Radius) -> wxImage()
Types
Equivalent to convertAlphaToMask(This, []).
convertToGreyscale(This) -> wxImage()
Types
Equivalent to convertToGreyscale(This, []).
convertToGreyscale(This, Options::[Option]) -> wxImage()
convertToMono(This, R, G, B) -> wxImage()
copy(This) -> wxImage()
Types
Equivalent to create(This, Width, Height, []).
Types
See external documentation.
Also:
create(This, Width, Height, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(),
Option :: {'clear', boolean()}.
Types
See external documentation.
Also:
create(This, Width, Height, Data, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(), Data::binary(),
Option :: {'static_data', boolean()}.
Types
Types
Equivalent to findFirstUnusedColour(This, []).
Types
getImageExtWildcard() -> unicode:charlist()
Types
Types
Types
Equivalent to getImageCount(Name, []).
See external documentation.
Type = ?wxBITMAP_TYPE_INVALID | ?wxBITMAP_TYPE_BMP | ?wxBITMAP_TYPE_BMP_RESOURCE | ?wxBITMAP_TYPE_RESOURCE | ?wxBITMAP_TYPE_ICO | ?wxBITMAP_TYPE_ICO_RESOURCE | ?wxBITMAP_TYPE_CUR | ?wxBITMAP_TYPE_CUR_RESOURCE | ?wxBITMAP_TYPE_XBM | ?wxBITMAP_TYPE_XBM_DATA | ?wxBITMAP_TYPE_XPM | ?wxBITMAP_TYPE_XPM_DATA | ?wxBITMAP_TYPE_TIF | ?wxBITMAP_TYPE_TIF_RESOURCE | ?wxBITMAP_TYPE_GIF | ?wxBITMAP_TYPE_GIF_RESOURCE | ?wxBITMAP_TYPE_PNG | ?wxBITMAP_TYPE_PNG_RESOURCE | ?wxBITMAP_TYPE_JPEG | ?wxBITMAP_TYPE_JPEG_RESOURCE | ?wxBITMAP_TYPE_PNM | ?wxBITMAP_TYPE_PNM_RESOURCE | ?wxBITMAP_TYPE_PCX | ?wxBITMAP_TYPE_PCX_RESOURCE | ?wxBITMAP_TYPE_PICT | ?wxBITMAP_TYPE_PICT_RESOURCE | ?wxBITMAP_TYPE_ICON | ?wxBITMAP_TYPE_ICON_RESOURCE | ?wxBITMAP_TYPE_ANI | ?wxBITMAP_TYPE_IFF | ?wxBITMAP_TYPE_TGA | ?wxBITMAP_TYPE_MACCURSOR | ?wxBITMAP_TYPE_MACCURSOR_RESOURCE | ?wxBITMAP_TYPE_ANY
Types
Types
Types
Types
getPalette(This) -> wxPalette:wxPalette()
Types
getSubImage(This, Rect) -> wxImage()
Types
Types
Types
getOption(This, Name) -> unicode:charlist()
Types
Equivalent to isTransparent(This, X, Y, []).
Equivalent to loadFile(This, Name, []).
Types
Types
Types
mirror(This) -> wxImage()
Types
Equivalent to mirror(This, []).
mirror(This, Options::[Option]) -> wxImage()
Types
rescale(This, Width, Height) -> wxImage()
Equivalent to rescale(This, Width, Height, []).
rescale(This, Width, Height, Options::[Option]) -> wxImage()
See external documentation.
Quality = integer
resize(This, Size, Pos) -> wxImage()
Equivalent to resize(This, Size, Pos, []).
resize(This, Size, Pos, Options::[Option]) -> wxImage()
Types
rotate(This, Angle, Centre_of_rotation) -> wxImage()
Equivalent to rotate(This, Angle, Centre_of_rotation, []).
rotate(This, Angle, Centre_of_rotation, Options::[Option]) -> wxImage()
Types
rotate90(This) -> wxImage()
Types
Equivalent to rotate90(This, []).
rotate90(This, Options::[Option]) -> wxImage()
Types
See external documentation.
Also:
saveFile(This, Name, Mimetype) -> boolean() when
This::wxImage(), Name::unicode:chardata(), Mimetype::unicode:chardata().
scale(This, Width, Height) -> wxImage()
Equivalent to scale(This, Width, Height, []).
scale(This, Width, Height, Options::[Option]) -> wxImage()
See external documentation.
Quality = integer
size(This, Size, Pos) -> wxImage()
Equivalent to size(This, Size, Pos, []).
size(This, Size, Pos, Options::[Option]) -> wxImage()
Types
Equivalent to setAlpha(This, Alpha, []).
Equivalent to setData(This, Data, []).
Equivalent to setData(This, Data, New_width, New_height, []).
Types
Types
Equivalent to setMask(This, []).
Types
See external documentation.
Also:
setOption(This, Name, Value) -> 'ok' when
This::wxImage(), Name::unicode:chardata(), Value::unicode:chardata().