Skip to content

Express/Connect middleware for creation of thumbnails on the fly

Notifications You must be signed in to change notification settings

balaf/thumb-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Use Case

<a href="img/myimage.jpg"><img src="img/myimage.jpg?tn=150"></a>

Example: http://art.gazette.gr/work

Installation

$ npm install thumb-express

Examples

var rt = require("thumb-express");
...
app.use(rt.init(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'public')));


http://mydomain.com/myimage.jpg // full image
http://mydomain.com/myimage.jpg?tn=250 // 250px wide resized image

Dependencies

Depends on imagemagick

Credits

This a chopped verison of quickthumb with elements from from node-gallery (or vice versa)

About

Express/Connect middleware for creation of thumbnails on the fly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published