| Package | Description |
|---|---|
| org.jcodec.api.transcode | |
| org.jcodec.codecs.mjpeg |
| Modifier and Type | Method and Description |
|---|---|
static JpegDecoder |
SourceImpl.createJpegDecoder(int downscale) |
| Modifier and Type | Class and Description |
|---|---|
class |
JpegToThumb2x2
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes JPEG in low res taking only first 4 coefficients from each DCT block
( DCT 2x2 )
|
class |
JpegToThumb4x4
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Decodes JPEG in low res taking only first 4 coefficients from each DCT block
( DCT 4x4 )
|
Copyright © 2019. All rights reserved.