Java javax.imageio.plugins.jpeg JPEGImageWriteParam fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.plugins.jpeg JPEGImageWriteParam fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.plugins.jpeg JPEGImageWriteParam.

The text is from its open source code.

Constructor

JPEGImageWriteParam(Locale locale)
Constructs a JPEGImageWriteParam .

Method

voidsetCompressionMode(int mode)
Specifies whether compression is to be performed, and if so how compression parameters are to be determined.
voidsetCompressionQuality(float quality)
Sets the compression quality to a value between 0 and 1 .
voidsetDestinationType(ImageTypeSpecifier destinationType)
Sets the desired image type for the destination image, using an ImageTypeSpecifier .
voidsetOptimizeHuffmanTables(boolean optimize)
Tells the writer to generate optimized Huffman tables for the image as part of the writing process.