arcan-fe Wiki
Scriptable frontend for media applications.
Status: Beta
Brought to you by:
bjornstahl
declaration:
switch_default_imageproc(imageprocv) => nil
Changes the default post-processing behavior for image loading. This is a global state. Accepted values are defined by the two constants IMAGEPROC_NORMAL IMAGEPROC_FLIPH
related functions:
[switch_default_texproc] [switch_default_scalemode]
notes:
The default behavior, IMAGEPROC_NORMAL, stores a loaded image in a raw, unaltered format. Some image sources, however, may have a different coordinate system in its stored format, IMAGEPROC_FLIPH mirrors the raw image horizontally.