All Projects β†’ itgalaxy β†’ imagemin-power-cli

itgalaxy / imagemin-power-cli

Licence: MIT License
Optimize (compress) images with power using imagemin πŸ’ͺ

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to imagemin-power-cli

MinifyAll
A 𝗩𝗦𝗖𝗼𝗱𝗲 𝗺𝗢𝗻𝗢𝗳𝗢𝗲𝗿 for JS, JSON/C, CSS, and HTML, you will love its simplicity! 🌟 π˜Ύπ™€π™’π™₯π™§π™šπ™¨π™¨ and π™œπ™―π™žπ™₯ files and folders πŸ“¦ Reduce your bundle and file sizes with lightning speed ⚑
Stars: ✭ 54 (+315.38%)
Mutual labels:  minify, minification, minifier
MinifyAllCli
πŸ“¦ A lightweight, simple and easy npm tool to π—Ίπ—Άπ—»π—Άπ—³π˜† JSON/C, HTML and CSS! Also known as MinifyAll core! ⭐ Usable as π‘ͺ𝑳𝑰 tool or π’Šπ’Žπ’‘π’π’“π’•π’‚π’ƒπ’π’† in TS/JS as a 𝑴𝑢𝑫𝑼𝑳𝑬 πŸ₯°
Stars: ✭ 21 (+61.54%)
Mutual labels:  minify, minification, minifier
Webmarkupmin
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
Stars: ✭ 312 (+2300%)
Mutual labels:  minify, minification
Imagemin
[Unmaintained] Minify images seamlessly
Stars: ✭ 4,948 (+37961.54%)
Mutual labels:  minify, imagemin
packtag
A JSP Taglib for delivering minified, combined and gzip-compressed resources (JavaScript and CSS).
Stars: ✭ 22 (+69.23%)
Mutual labels:  minify, minification
Statically
⚑️ The best free and fast CDN for images, CSS, JavaScript, and open source.
Stars: ✭ 299 (+2200%)
Mutual labels:  images, minification
Minify
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
Stars: ✭ 1,710 (+13053.85%)
Mutual labels:  minify, minifier
Yii2 Minify View
Yii2 View component with minification css & js
Stars: ✭ 186 (+1330.77%)
Mutual labels:  minify, minification
Image Shrinker
App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately!
Stars: ✭ 217 (+1569.23%)
Mutual labels:  minify, minification
Minify
Go minifiers for web formats
Stars: ✭ 2,824 (+21623.08%)
Mutual labels:  minify, minifier
postcss-clean
PostCss plugin to minify your CSS with clean-css
Stars: ✭ 41 (+215.38%)
Mutual labels:  minify, minification
RazorHtmlMinifier.Mvc5
β†˜οΈ Trivial compile-time Razor HTML Minifier for ASP.NET MVC 5.
Stars: ✭ 31 (+138.46%)
Mutual labels:  minification, minifier
vbsmin
VBScript minifier
Stars: ✭ 19 (+46.15%)
Mutual labels:  minify, minifier
android-pickpic
Ready to use library that allows people to select pictures from their device and Facebook account.
Stars: ✭ 12 (-7.69%)
Mutual labels:  images
vue-inner-image-zoom
laurenashpole.github.io/vue-inner-image-zoom
Stars: ✭ 90 (+592.31%)
Mutual labels:  images
diorama
An image layout algorithm
Stars: ✭ 17 (+30.77%)
Mutual labels:  images
coronavirus-mask-image-dataset
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask
Stars: ✭ 57 (+338.46%)
Mutual labels:  images
Bicubic-interpolation
Bicubic interpolation for images (Python)
Stars: ✭ 88 (+576.92%)
Mutual labels:  images
web-generator
πŸ‘‘ Gulp based task runner which creates HTML output from Pug HTML templates
Stars: ✭ 13 (+0%)
Mutual labels:  minify
fl-image-resize
A library to quickly resize images with Azure Functions
Stars: ✭ 15 (+15.38%)
Mutual labels:  images

imagemin-power-cli

NPM version Travis Build Status Coverage Status dependencies Status devDependencies Status Greenkeeper badge

Optimize (compress) images with power using imagemin πŸ’ͺ

Install

npm install --global imagemin-power-cli

Also you can install package locally:

npm install --save imagemin-power-cli

Usage

    Usage
        $ imagemin-power [input] [options]
        $ imagemin-power <file> > <output>
        $ cat <file> | imagemin-power > <output>
        
    Input: Files(s), glob(s), or nothing to use stdin.
      
        If an input argument is wrapped in quotation marks, it will be passed to
        node-glob for cross-platform glob support. \`node_modules\` and
        \`bower_components\` are always ignored. You can also pass no input and use
        stdin, instead.

    Options:

        -c, --config           Configuration for plugins, need export \`plugins\`.
        -d, --cwd              Current working directory.
        -m, --max-concurrency  Sets the maximum number of instances of Imagemin that can run at once.
        -p, --plugin           Override the default plugins.
        -o, --out-dir          Output directory (respect \`cwd\` argument).
        -r, --recursive        Run the command recursively.
        -i, --ignore-errors    Not stop on errors (it works with only with <path|glob>).
        -s  --silent           Reported only errors.
        -v, --verbose          Reported everything.

    Examples
        $ imagemin-power images/* --out-dir=build
        $ imagemin-power foo.png > foo-optimized.png
        $ cat foo.png | imagemin-power > foo-optimized.png
        $ imagemin-power --plugins=pngquant foo.png > foo-optimized.png

Related

Contribution

Feel free to push your code if you agree with publishing under the MIT license.

Changelog

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].