Git@OSC 推荐|移动端css切片图合成雪碧图工具_html/css_WEB-ITnose
gulp-css-gmspriter
简单的移动端css切片图合成工具
依赖的工具库:
nodejs
GraphicsMagick 下载地址: http://www.graphicsmagick.org/
python 下载地址: https://www.python.org/
可选的工具库
compass+ruby+sass
主要实现的功能
1.将原型图片进行处理,需要合成的图片目录images/icons/,输出到images/slice/目录下
images/icons/目录存放2x原型图片
images/slice/目录生成1x,2x图片
2.使用gm工具进行图片缩放
3.使用gulp+gulp-css-spritersmith插件 进行css代码片段的图片合成
4.输出目录publish/
优势
1.不需要更改原来的css文件代码
2.可以配置需要合成的图片源路径,比如:images/icons
3.自动添加media query 移动设备查询代码片段,适应不同的屏幕材质(比如retina)
缺点
1.需要手动输入源切片图的css代码:
.m-icon-fail{ background: url(#{$icon_1_path}/m-pay-err.png) no-repeat; width:100px; height:100px;}.m-icon-success{ background: url(#{$icon_1_path}/m-suc.png) no-repeat; width:28px; height:28px;}
合成后的代码
.m-icon-fail { background: no-repeat;background-position: 0 0; width: 100px; height: 100px; }.m-icon-success { background: no-repeat;background-position: 0 -183px; width: 28px; height: 28px; }
示例
下载zip后,执行npm install,再执行gulp 如果没有compass环境,请将gulpfile.js中的compass的配置做相应调整,改成css监听

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
