wxImage

See external documentation: wxImage.

See external documentation: wxImage.

All (default) image handlers are initialized.

Types


wxImage() = wx:wx_object()

Functions


new() -> wxImage()

See external documentation.

new(Name) -> wxImage()

  • Name = chardata() (see module unicode)

Equivalent to new(Name, []).

new(Width, Height) -> wxImage()

  • Width = integer()
  • Height = integer()

See external documentation.
Also:
new(Name, [Option]) -> wxImage() when
Name::unicode:chardata(),
Option :: {type, integer()}
| {index, integer()}.

new(Width, Height, Data) -> wxImage()

  • Width = integer()
  • Height = integer()
  • Data = binary()

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()

  • Width = integer()
  • Height = integer()
  • Data = binary()
  • Alpha = binary()

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, Option::[Option]) -> wxImage()

  • Width = integer()
  • Height = integer()
  • Data = binary()
  • Alpha = binary()
  • Option = {static_data, boolean()}

See external documentation.

blur(This, Radius) -> wxImage()

  • This = wxImage()
  • Radius = integer()

See external documentation.

blurHorizontal(This, Radius) -> wxImage()

  • This = wxImage()
  • Radius = integer()

See external documentation.

blurVertical(This, Radius) -> wxImage()

  • This = wxImage()
  • Radius = integer()

See external documentation.

convertAlphaToMask(This) -> boolean()

  • This = wxImage()

convertAlphaToMask(This, Option::[Option]) -> boolean()

  • This = wxImage()
  • Option = {threshold, integer()}

See external documentation.

convertToGreyscale(This) -> wxImage()

  • This = wxImage()

convertToGreyscale(This, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Option = {lr, number()} | {lg, number()} | {lb, number()}

See external documentation.

convertToMono(This, R, G, B) -> wxImage()

  • This = wxImage()
  • R = integer()
  • G = integer()
  • B = integer()

See external documentation.

copy(This) -> wxImage()

  • This = wxImage()

See external documentation.

create(This, Width, Height) -> boolean()

  • This = wxImage()
  • Width = integer()
  • Height = integer()

create(This, Width, Height, Data) -> boolean()

  • This = wxImage()
  • Width = integer()
  • Height = integer()
  • Data = binary()

See external documentation.
Also:
create(This, Width, Height, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(),
Option :: {clear, boolean()}.

create(This, Width, Height, Data, Alpha) -> boolean()

  • This = wxImage()
  • Width = integer()
  • Height = integer()
  • Data = binary()
  • Alpha = binary()

See external documentation.
Also:
create(This, Width, Height, Data, [Option]) -> boolean() when
This::wxImage(), Width::integer(), Height::integer(), Data::binary(),
Option :: {static_data, boolean()}.

create(This, Width, Height, Data, Alpha, Option::[Option]) -> boolean()

  • This = wxImage()
  • Width = integer()
  • Height = integer()
  • Data = binary()
  • Alpha = binary()
  • Option = {static_data, boolean()}

See external documentation.

Destroy(This) -> ok

  • This = wxImage()

See external documentation.

findFirstUnusedColour(This) -> Result

  • Result = {Res::boolean(), R::integer(), G::integer(), B::integer()}
  • This = wxImage()

findFirstUnusedColour(This, Option::[Option]) -> Result

  • Result = {Res::boolean(), R::integer(), G::integer(), B::integer()}
  • This = wxImage()
  • Option = {startR, integer()} | {startG, integer()} | {startB, integer()}

See external documentation.

getImageExtWildcard() -> charlist() (see module unicode)

See external documentation.

getAlpha(This) -> binary()

  • This = wxImage()

See external documentation.

getAlpha(This, X, Y) -> integer()

  • This = wxImage()
  • X = integer()
  • Y = integer()

See external documentation.

getBlue(This, X, Y) -> integer()

  • This = wxImage()
  • X = integer()
  • Y = integer()

See external documentation.

getData(This) -> binary()

  • This = wxImage()

See external documentation.

getGreen(This, X, Y) -> integer()

  • This = wxImage()
  • X = integer()
  • Y = integer()

See external documentation.

getImageCount(Name) -> integer()

  • Name = chardata() (see module unicode)

Equivalent to getImageCount(Name, []).

getImageCount(Name, Option::[Option]) -> integer()

  • Name = chardata() (see module unicode)
  • Option = {type, integer()}

See external documentation.

getHeight(This) -> integer()

  • This = wxImage()

See external documentation.

getMaskBlue(This) -> integer()

  • This = wxImage()

See external documentation.

getMaskGreen(This) -> integer()

  • This = wxImage()

See external documentation.

getMaskRed(This) -> integer()

  • This = wxImage()

See external documentation.

getOrFindMaskColour(This) -> Result

  • Result = {Res::boolean(), R::integer(), G::integer(), B::integer()}
  • This = wxImage()

See external documentation.

getPalette(This) -> wxPalette() (see module wxPalette)

  • This = wxImage()

See external documentation.

getRed(This, X, Y) -> integer()

  • This = wxImage()
  • X = integer()
  • Y = integer()

See external documentation.

getSubImage(This, Rect) -> wxImage()

  • This = wxImage()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}

See external documentation.

getWidth(This) -> integer()

  • This = wxImage()

See external documentation.

hasAlpha(This) -> boolean()

  • This = wxImage()

See external documentation.

hasMask(This) -> boolean()

  • This = wxImage()

See external documentation.

getOption(This, Name) -> charlist() (see module unicode)

  • This = wxImage()
  • Name = chardata() (see module unicode)

See external documentation.

getOptionInt(This, Name) -> integer()

  • This = wxImage()
  • Name = chardata() (see module unicode)

See external documentation.

hasOption(This, Name) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)

See external documentation.

initAlpha(This) -> ok

  • This = wxImage()

See external documentation.

initStandardHandlers() -> ok

See external documentation.

isTransparent(This, X, Y) -> boolean()

  • This = wxImage()
  • X = integer()
  • Y = integer()

isTransparent(This, X, Y, Option::[Option]) -> boolean()

  • This = wxImage()
  • X = integer()
  • Y = integer()
  • Option = {threshold, integer()}

See external documentation.

loadFile(This, Name) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)

Equivalent to loadFile(This, Name, []).

loadFile(This, Name, Option::[Option]) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)
  • Option = {type, integer()} | {index, integer()}

See external documentation.

loadFile(This, Name, Mimetype, Option::[Option]) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)
  • Mimetype = chardata() (see module unicode)
  • Option = {index, integer()}

See external documentation.

ok(This) -> boolean()

  • This = wxImage()

See external documentation.

removeHandler(Name) -> boolean()

  • Name = chardata() (see module unicode)

See external documentation.

mirror(This) -> wxImage()

  • This = wxImage()

Equivalent to mirror(This, []).

mirror(This, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Option = {horizontally, boolean()}

See external documentation.

replace(This, R1, G1, B1, R2, G2, B2) -> ok

  • This = wxImage()
  • R1 = integer()
  • G1 = integer()
  • B1 = integer()
  • R2 = integer()
  • G2 = integer()
  • B2 = integer()

See external documentation.

rescale(This, Width, Height) -> wxImage()

  • This = wxImage()
  • Width = integer()
  • Height = integer()

rescale(This, Width, Height, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Width = integer()
  • Height = integer()
  • Option = {quality, integer()}

See external documentation.

resize(This, Size, Pos) -> wxImage()

  • This = wxImage()
  • Size = {W::integer(), H::integer()}
  • Pos = {X::integer(), Y::integer()}

resize(This, Size, Pos, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Size = {W::integer(), H::integer()}
  • Pos = {X::integer(), Y::integer()}
  • Option = {r, integer()} | {g, integer()} | {b, integer()}

See external documentation.

rotate(This, Angle, Centre_of_rotation) -> wxImage()

  • This = wxImage()
  • Angle = number()
  • Centre_of_rotation = {X::integer(), Y::integer()}

rotate(This, Angle, Centre_of_rotation, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Angle = number()
  • Centre_of_rotation = {X::integer(), Y::integer()}
  • Option = {interpolating, boolean()} | {offset_after_rotation, {X::integer(), Y::integer()}}

See external documentation.

rotateHue(This, Angle) -> ok

  • This = wxImage()
  • Angle = number()

See external documentation.

rotate90(This) -> wxImage()

  • This = wxImage()

Equivalent to rotate90(This, []).

rotate90(This, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Option = {clockwise, boolean()}

See external documentation.

saveFile(This, Name) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)

See external documentation.

saveFile(This, Name, Type) -> boolean()

  • This = wxImage()
  • Name = chardata() (see module unicode)
  • Type = integer()

See external documentation.
Also:
saveFile(This, Name, Mimetype) -> boolean() when
This::wxImage(), Name::unicode:chardata(), Mimetype::unicode:chardata().

scale(This, Width, Height) -> wxImage()

  • This = wxImage()
  • Width = integer()
  • Height = integer()

scale(This, Width, Height, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Width = integer()
  • Height = integer()
  • Option = {quality, integer()}

See external documentation.

size(This, Size, Pos) -> wxImage()

  • This = wxImage()
  • Size = {W::integer(), H::integer()}
  • Pos = {X::integer(), Y::integer()}

Equivalent to size(This, Size, Pos, []).

size(This, Size, Pos, Option::[Option]) -> wxImage()

  • This = wxImage()
  • Size = {W::integer(), H::integer()}
  • Pos = {X::integer(), Y::integer()}
  • Option = {r, integer()} | {g, integer()} | {b, integer()}

See external documentation.

setAlpha(This, Alpha) -> ok

  • This = wxImage()
  • Alpha = binary()

Equivalent to setAlpha(This, Alpha, []).

setAlpha(This, Alpha, Option::[Option]) -> ok

  • This = wxImage()
  • Alpha = binary()
  • Option = {static_data, boolean()}

See external documentation.

setAlpha(This, X, Y, Alpha) -> ok

  • This = wxImage()
  • X = integer()
  • Y = integer()
  • Alpha = integer()

See external documentation.

setData(This, Data) -> ok

  • This = wxImage()
  • Data = binary()

Equivalent to setData(This, Data, []).

setData(This, Data, Option::[Option]) -> ok

  • This = wxImage()
  • Data = binary()
  • Option = {static_data, boolean()}

See external documentation.

setData(This, Data, New_width, New_height) -> ok

  • This = wxImage()
  • Data = binary()
  • New_width = integer()
  • New_height = integer()

setData(This, Data, New_width, New_height, Option::[Option]) -> ok

  • This = wxImage()
  • Data = binary()
  • New_width = integer()
  • New_height = integer()
  • Option = {static_data, boolean()}

See external documentation.

setMask(This) -> ok

  • This = wxImage()

Equivalent to setMask(This, []).

setMask(This, Option::[Option]) -> ok

  • This = wxImage()
  • Option = {mask, boolean()}

See external documentation.

setMaskColour(This, R, G, B) -> ok

  • This = wxImage()
  • R = integer()
  • G = integer()
  • B = integer()

See external documentation.

setMaskFromImage(This, Mask, Mr, Mg, Mb) -> boolean()

  • This = wxImage()
  • Mask = wxImage()
  • Mr = integer()
  • Mg = integer()
  • Mb = integer()

See external documentation.

setOption(This, Name, Value) -> ok

  • This = wxImage()
  • Name = chardata() (see module unicode)
  • Value = integer()

See external documentation.
Also:
setOption(This, Name, Value) -> ok when
This::wxImage(), Name::unicode:chardata(), Value::unicode:chardata().

setPalette(This, Palette) -> ok

  • This = wxImage()
  • Palette = wxPalette() (see module wxPalette)

See external documentation.

setRGB(This, Rect, R, G, B) -> ok

  • This = wxImage()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
  • R = integer()
  • G = integer()
  • B = integer()

See external documentation.

setRGB(This, X, Y, R, G, B) -> ok

  • This = wxImage()
  • X = integer()
  • Y = integer()
  • R = integer()
  • G = integer()
  • B = integer()

See external documentation.

destroy(This::wxImage()) -> ok

Destroys this object, do not use object again