ae v0.0.1976 (2017-07-02T15:44:39Z)
Home
Dub
Repo
downscale
ae
utils
graphics
image
Performs linear downscale by a constant factor
auto
downscale
(SRC src, TARGET target)
template
downscale
(int HRX, int HRY = HRX)
auto
downscale
(
SRC
TARGET
)
(
auto
ref
SRC
src
,
auto
ref
TARGET
target
)
if
(
isDirectView
!
SRC
&&
isWritableView
!
TARGET
)
auto
downscale
(SRC src)
Members
Functions
downscale
auto
downscale
(SRC src, TARGET target)
Undocumented in source. Be warned that the author may not have intended to support it.
downscale
auto
downscale
(SRC src)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
GetInputColor
ViewImage
enums
isTargetColor
functions
copy
copyPixels
copyScanline
fromPixels
hjoin
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
vjoin
properties
bitmapPixelStride
structs
Image
ImageRef
InputColor
TargetColor
templates
bitmapBitCount
downscale
Performs linear downscale by a constant factor