Page Speed Optimization Libraries  1.7.30.3
Namespaces | Typedefs | Functions | Variables
net/instaweb/rewriter/public/webp_optimizer.h File Reference
#include "net/instaweb/util/public/string.h"

Go to the source code of this file.

Namespaces

namespace  net_instaweb
 

Unit-test framework for wget fetcher.


Typedefs

typedef bool(* net_instaweb::WebpProgressHook )(int percent, void *user_data)
 Progress hook for WebP conversions.

Functions

bool net_instaweb::OptimizeWebp (const GoogleString &original_jpeg, int configured_quality, WebpProgressHook progress_hook, void *progress_hook_data, GoogleString *compressed_webp, MessageHandler *message_handler)
bool net_instaweb::ReduceWebpImageQuality (const GoogleString &original_webp, int quality, GoogleString *compressed_webp)

Variables

const int net_instaweb::kNoQualityGiven = -1

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines