Package | Description |
---|---|
org.jcodec.scale |
Modifier and Type | Class and Description |
---|---|
static class |
ColorUtil.Idential |
class |
RgbToBgr
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
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
|
class |
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
|
class |
RgbToYuv422p
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420jToRgb
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420pToRgb
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420pToYuv422p
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422pToRgb
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422pToYuv420p
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv444jToYuv420j
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static Transform |
ColorUtil.getTransform(ColorSpace from,
ColorSpace to) |
Copyright © 2019. All rights reserved.