Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
pagespeed::image_compression::JpegCompressionOptions Struct Reference
Inheritance diagram for pagespeed::image_compression::JpegCompressionOptions:
pagespeed::image_compression::ScanlineWriterConfig

Public Attributes

bool progressive
 
bool retain_color_profile
 If set to 'true' any color profile information is retained.
 
bool retain_exif_data
 If set to 'true' any exif information is retained.
 
bool lossy
 Whether or not to use lossy compression.
 
JpegLossyOptions lossy_options
 Lossy compression options. Only applicable if lossy (above) is set to true.
 

Member Data Documentation

bool pagespeed::image_compression::JpegCompressionOptions::progressive

Whether or not to produce a progressive JPEG. This parameter will only be applied for images with YCbCr colorspace, and it is ignored for other colorspaces.


The documentation for this struct was generated from the following file: