# imageServer **Repository Path**: xiaoyigit/imageServer ## Basic Information - **Project Name**: imageServer - **Description**: 图片服务器 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imageServer 图片服务器 支持返回 jpg/png/gif 即可;支持 HTTP 缓存;支持指定图片分辨率;支持远程图片加载。加载远程图片,可通过设置 maxLength 来限制图片文件大小。 ### 创建服务(开机自动重启,需关闭安全软件) ``` node win.js ``` ### 请求图片demo ``` http://localhost:3001/asset/coming_soon.jpg?w=300 http://localhost:3001/asset/coming_soon.jpg?h=150 http://localhost:3001/asset/coming_soon.jpg?w=300&h=150 http://localhost:3001/?url=http://s0.hao123img.com/res/img/logo/logonew.png ```