ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
downscaleTo
ae
utils
graphics
image
Downscales an image to a certain size.
auto
downscaleTo
(SRC src, TARGET target)
auto
downscaleTo
(SRC src, xy_t w, xy_t h)
auto
downscaleTo
(
SRC
)
(
auto
ref
SRC
src
,
xy_t
w
,
xy_t
h
)
if
(
isView
!
SRC
)
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
GetInputColor
ViewImage
enums
PNGColourType
PNGCompressionMethod
PNGFilterAdaptive
PNGFilterMethod
PNGInterlaceMethod
bitmapNeedV4HeaderForRead
bitmapNeedV4HeaderForWrite
isTargetColor
functions
bitmapChannelMasks
copy
copyPixels
copyScanline
downscaleTo
fromPixels
hjoin
makePNG
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
viewBMP
vjoin
properties
bitmapPixelStride
static variables
pngSignature
structs
Image
ImageRef
InputColor
PNGChunk
PNGChunkFooter
PNGChunkHeader
PNGHeader
TargetColor
templates
BMPStorageType
downscale
Downscales an image to a certain size.