Skip to content

linsongze/ngx_http_image_filter_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx_http_image_filter_module

Introduction

The module   adjust image orientation automatically when resize image base http://nginx.org/en/docs/http/ngx_http_image_filter_module.html.

Installation

install dependencies

  • Ubuntu/debain

sudo apt-get install libgd-dev

sudo apt-get install libexif-dev

  • centos/redhat

sudo yum install gd gd-devel

sudo yum install libexif-devel

install module

./configure --add-module=/path/to/ngx_http_image_filter_module

Configuration

see ngx_http_image_filter_module

About

The module adjust image orientation automatically when resize image .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages