Skip to content

一个基于GraphicsMagick的图片服务器,可通过地址栏qurey参数改变图片大小

License

Notifications You must be signed in to change notification settings

HobaiRiku/gm-img-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gm-img-server

一个基于GraphicsMagick的图片服务器,可通过地址栏qurey参数改变图片大小

一、运行所需环境

  1. node , npm
  2. 本地安装 GraphicsMagick 确保GM命令正常使用

二、运行

# npm install 
# node img_server

三、使用

请求图片

http://127.0.0.1:4451/danny.jpg?h=100&w=100&o=!

参数:

h: 图片高度
w: 图片宽度
o: 是否强制压缩宽高,"!"表示强制,忽略表示不强制

储存:
图片存放于picture文件夹,访问时文件夹以路径隔开如:
http://127.0.0.1:4451/topfolder/subfolder01/picture.gif
支持格式:gif、ico、jpeg、jpg、png、bm、bmp、svg

四、示例

示例动画

About

一个基于GraphicsMagick的图片服务器,可通过地址栏qurey参数改变图片大小

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published