Interface | Description |
---|---|
Transform |
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
Class | Description |
---|---|
BaseResampler |
Resamples image interpolating points using Lanczos sinc over sine windowed
filter.
|
BicubicResampler |
Resamples image interpolating points using bicubic filter.
|
ColorUtil |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
ColorUtil.Idential | |
ImageConvert |
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
LanczosResampler |
Resamples image interpolating points using Lanczos sinc over sine windowed
filter.
|
RgbToBgr |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
RgbToYuv420j |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Transforms Picture in RGB colorspace ( one plane, 3 integers per pixel ) to
Yuv420 colorspace output picture ( 3 planes, luma - 0th plane, cb - 1th
plane, cr - 2nd plane; cb and cr planes are half width and half haight )
TODO: implement jpeg colorspace instead of NTSC
|
RgbToYuv420p |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Transforms Picture in RGB colorspace ( one plane, 3 integers per pixel ) to
Yuv420 colorspace output picture ( 3 planes, luma - 0th plane, cb - 1th
plane, cr - 2nd plane; cb and cr planes are half width and half haight )
TODO: implement jpeg colorspace instead of NTSC
|
RgbToYuv422p |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv420jToRgb |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv420pToRgb |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv420pToYuv422p |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv422pToRgb |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv422pToYuv420p |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Yuv444jToYuv420j |
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Enum | Description |
---|---|
InterpFilter | |
Transform.Levels |
Copyright © 2019. All rights reserved.