a grunt plugin to resize and rename @2x.png(jpg,gif,) image to .png(jpg,gif)
场景:移动前端开发中,设计给的psd都是双倍图,适用于高清屏。对于低端手机,需要用@x的图片。平时工作中,用「App设计助理」+「Photoshop切图脚本工具[email protected] Export」可以秒出@2x图层的@2x图片,之后再用grunt-2x2x便可将@2x转到@x,实现流程自动化。
详见: https://npmjs.org/package/grunt-2x2x
时间: 2024-11-03 20:56:35