Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadawais/resize-optimize-images

๐Ÿ—ƒ Resize and optimize bmp, gif, jpeg, png, & tiff images in Node.js.
https://github.com/ahmadawais/resize-optimize-images

Last synced: about 2 months ago
JSON representation

๐Ÿ—ƒ Resize and optimize bmp, gif, jpeg, png, & tiff images in Node.js.

Awesome Lists containing this project

README

        

# resize-optimize-images

[![DOWNLOADS](https://img.shields.io/npm/dt/resize-optimize-images?label=DOWNLOADS%20%20โฏ&colorA=6A788D&colorB=6A788D&style=flat)](https://www.npmjs.com/package/resize-optimize-images) [![Learn VSCode](https://img.shields.io/badge/-VSCODE.pro%20%E2%86%92-gray.svg?colorB=6A788D&style=flat)](https://VSCode.pro/?utm_source=GitHubFOSS)
[![Follow @MrAhmadAwais on Twitter](https://img.shields.io/badge/FOLLOW%20@MRAHMADAWAIS%20%E2%86%92-gray.svg?colorA=6A788D&colorB=6A788D&style=flat)](https://twitter.com/mrahmadawais/)

> ๐Ÿ—ƒ Resize and optimize bmp, gif, jpeg, png, & tiff images in Node.js.


[![๐Ÿ“Ÿ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/install.png)](./../../)

## Install

```sh
npm install resize-optimize-images
```


[![โš™๏ธ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/usage.png)](./../../)

## Usage

```js
const resizeOptimizeImages = require('resize-optimize-images');

(async () => {
// Set the options.
const options = {
images: ['path/to/image.jpg', 'path/to/image.png'],
width: 1920,
quality: 90
};

// Run the module.
await resizeOptimizeImages(options);
})();
```


[![๐Ÿ“ƒ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/options.png)](./../../)

## API

### resizeOptimizeImages(options)

#### โฏ options

Type: `object`

You can specify the options below.

##### images

Type: `Array`

Array of paths to images that you want to resize and optimize.

##### width

Type: `Number`

Default: `1920`

A number value of width e.g. 1920.

##### height

Type: `Number`

Optional number value of height e.g. 1080. If you don't pass a height then image is scaled accordingly with width to preserve the aspect ratio.

##### quality

Type: `Number`

Default: `90`

Set image quality. `100` being the best quality.


[![๐Ÿ“](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/log.png)](changelog.md)

## Changelog

[โฏ Read the changelog here โ†’](changelog.md)


**KEY**: `๐Ÿ“ฆ NEW`, `๐Ÿ‘Œ IMPROVE`, `๐Ÿ› FIX`, `๐Ÿ“– DOC`, `๐Ÿš€ RELEASE`, and `โœ… TEST`

> _I use [Emoji-log](https://github.com/ahmadawais/Emoji-Log), you should try it and simplify your git commits._


[![๐Ÿ“ƒ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/license.png)](./../../)

## License & Conduct

- MIT ยฉ [Ahmad Awais](https://twitter.com/MrAhmadAwais/)
- [Code of Conduct](code-of-conduct.md)


[![๐Ÿ™Œ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/connect.png)](./../../)

## Connect


GitHub @AhmadAwaisย (follow) To stay up to date on free & open-source software


Twitter @MrAhmadAwaisย (follow) To get #OneDevMinute daily hot tips & trolls


YouTube AhmadAwaisย (subscribe) To tech talks & #OneDevMinute videos


Blog: AhmadAwais.comย (read) In-depth & long form technical articles


LinkedIn @MrAhmadAwaisย (connect) On the LinkedIn profile y'all



[![๐Ÿ‘Œ](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/sponsor.png)](./../../)

## Sponsor

Me ([Ahmad Awais](https://twitter.com/mrahmadawais/)) and my incredible wife ([Maedah Batool](https://twitter.com/MaedahBatool/)) are two engineers who fell in love with open source and then with each other. You can read more [about me here](https://ahmadawais.com/about). If you or your company use any of my projects or like what Iโ€™m doing then consider backing me. I'm in this for the long run. An open-source developer advocate.

- ๐ŸŒŸ **$9.99/month (recommended)** โฏ [Two cups of Caffรจ latte (coffee) every month โ†’](https://pay.paddle.com/checkout/540217)
- ๐Ÿš€ **$99.99 (one-time sponsor)** โฏ [Support an hour of open-source code โ†’](https://pay.paddle.com/checkout/515568)
- ๐Ÿ”ฐ **$49.99 (one-time sponsor)** โฏ [Support an hour of maintenance โ†’](https://pay.paddle.com/checkout/527253)
- โ˜•๏ธ **$9.99 (one-time sponsor)** โฏ [Lunch/coffee โ†’](https://pay.paddle.com/checkout/527254)


Or you can back me by checking out my super fun video course. As developers, we spend over 200 Hrs/month with our code editors โ€” it's only fair to learn your next editor deeply. This course will save you 15-20 hours every month. Become a VSCode Power User โ†’


VSCODE


[![VSCode](https://img.shields.io/badge/-VSCode.pro%20%E2%86%92-gray.svg?colorB=4D2AFF&style=flat)](https://VSCode.pro/?utm_source=GitHubFOSS)
[![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)