Giter Site home page Giter Site logo

imgminify-app's Introduction

图片压缩工具


使用atom-shell整合的一个图片压缩工具。

使用帮助:

$ cd [atom-shell]/resources/
$ git clone https://github.com/wuwu8ku/imgminify-app.git
$ cd imgminify-app/
$ npm install
  • 修改imgminify-app文件夹名为app,使atom打开时直接加载应用。
  • 打开atom.exe,拖拽图片或文件夹进工具中的虚框内,选择配置后点击“开始优化”按钮进行图片压缩,使用时建议控制压缩数量。
  • 如勾选“是否覆盖原图片”,则压缩的图片会覆盖原图片(建议使用该功能前做好备份工作,特别是调整jpeg图片品质时);否则,压缩后会自动创建“optimized+日期”文件夹,里面就是压缩后的目录及图片。
  • JPEG图片优化时勾选Jpeg 调整品质,保证图片质量的同时减小图片流量。

相关资料

  • jpegtran:to optimize JPEGs.
  • jpegoptim:utility to optimize jpeg files. Provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor.
  • gifsicle:to optimize GIF animations by stripping repeating pixels in different frames.
  • optipng:is a PNG optimizer that recompresses image files to a smaller size, without losing any information.Other PNG reduction tools such as pngout, pngcrush, pngrewrite.
  • pngquant:is a command-line utility and a library for lossy compression of PNG images.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.