# apng2sprite **Repository Path**: Syory/apng2sprite ## Basic Information - **Project Name**: apng2sprite - **Description**: apng转横排拼接png格式精灵图 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-21 - **Last Updated**: 2024-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apng2sprite ## 描述 apng转横排拼接png格式精灵图 ## 步骤 First install either [GraphicsMagick](http://www.graphicsmagick.org/) or [ImageMagick](http://www.imagemagick.org/).: ```bash npm install $> node index.js -p [-o ] ``` ## 版本更新 - v1.1.0 增加可传入图片路径,可选输出路径(不传则选择当前目录)