Skip to content

Dead-simple image resizer and optimizer on-the-fly

Notifications You must be signed in to change notification settings

mustafauysal/photonized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photonized

Photonized is an on-the-fly image resizer and optimizer that works on docker container. It's dead simple; you only need docker & docker-compose.

Requirements

Installation

git clone https://github.com/mustafauysal/photonized.git
cd photonized
docker-compose up -d

Proxy Cache

Photonized exposes port 80 and 9001. If you don't want to use proxy caching, use 9001 instead of 80.

Examples

Proxy Cached resize: http://127.0.0.1/uysalmustafa.com/wp-content/uploads/2019/04/ca-2016-1024x767.jpg?w=200

Resize without caching: http://127.0.0.1:9001/uysalmustafa.com/wp-content/uploads/2019/04/ca-2016-1024x767.jpg?w=200

Crop: http://127.0.0.1:9001/uysalmustafa.com/wp-content/uploads/2019/04/ca-2016-1024x767.jpg?crop=0,100,150,30

Docs

Detailed documentation is available on https://developer.wordpress.com/docs/photon/

Credits

About

Dead-simple image resizer and optimizer on-the-fly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published