# buffer-images **Repository Path**: sternelee/buffer-images ## Basic Information - **Project Name**: buffer-images - **Description**: Use the arraybuffer to process the images - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-24 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # buffer-images 利用 `arraybuffer` 来处理图片,包含图片的路径名称与数据,并把多张图片合并一个`arraybuffer`并生成单张图片 ## Merge the picture 合并图片 读取你需要的图片来合成 ```bash node index.js ``` 读取目录下的图片来合成 ```bash node main.js ``` ## parse the picture 解析上面合成的图片 看案例 `index.html`