Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Variables
ngx_http_image_filter_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <gd.h>
Include dependency graph for ngx_http_image_filter_module.c:

Go to the source code of this file.

Data Structures

struct  ngx_http_image_filter_conf_t
struct  ngx_http_image_filter_ctx_t

Macros

#define NGX_HTTP_IMAGE_OFF   0
#define NGX_HTTP_IMAGE_TEST   1
#define NGX_HTTP_IMAGE_SIZE   2
#define NGX_HTTP_IMAGE_RESIZE   3
#define NGX_HTTP_IMAGE_CROP   4
#define NGX_HTTP_IMAGE_ROTATE   5
#define NGX_HTTP_IMAGE_START   0
#define NGX_HTTP_IMAGE_READ   1
#define NGX_HTTP_IMAGE_PROCESS   2
#define NGX_HTTP_IMAGE_PASS   3
#define NGX_HTTP_IMAGE_DONE   4
#define NGX_HTTP_IMAGE_NONE   0
#define NGX_HTTP_IMAGE_JPEG   1
#define NGX_HTTP_IMAGE_GIF   2
#define NGX_HTTP_IMAGE_PNG   3
#define NGX_HTTP_IMAGE_BUFFERED   0x08

Variables

ngx_module_t ngx_http_image_filter_module

Macro Definition Documentation

#define NGX_HTTP_IMAGE_BUFFERED   0x08

Definition at line 36 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_CROP   4

Definition at line 19 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_DONE   4

Definition at line 27 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_GIF   2

Definition at line 32 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_JPEG   1

Definition at line 31 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_NONE   0

Definition at line 30 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_OFF   0

Definition at line 15 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_PASS   3

Definition at line 26 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_PNG   3

Definition at line 33 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_PROCESS   2

Definition at line 25 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_READ   1

Definition at line 24 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_RESIZE   3

Definition at line 18 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_ROTATE   5

Definition at line 20 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_SIZE   2

Definition at line 17 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_START   0

Definition at line 23 of file ngx_http_image_filter_module.c.

#define NGX_HTTP_IMAGE_TEST   1

Definition at line 16 of file ngx_http_image_filter_module.c.

Variable Documentation

ngx_module_t ngx_http_image_filter_module
Initial value:
{
&ngx_http_image_filter_module_ctx,
ngx_http_image_filter_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 180 of file ngx_http_image_filter_module.c.