Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omegatools/ico

Deno ICO Image Conversion Module
https://github.com/omegatools/ico

converter deno ico image-processing png

Last synced: 7 days ago
JSON representation

Deno ICO Image Conversion Module

Awesome Lists containing this project

README

        


[![Badge Stars]][#]   
[![Badge Deno]][Deno]




# ICO

*Image to .ico conversion.*


[![Button Example]][Example]   
[![Button Format]][Format]




## More Information


[![Button ICO]][ICO]   
[![Button BMP]][BMP]   
[![Button PNG]][PNG]




## Example


```JavaScript
import * as Icon from 'https://deno.land/x/ico/mod.ts';
```


```JavaScript
const images = []; // PNG Uint8Arrays

const icon = Icon.fromPNGs(images); // Uint8Array
```


[License]: LICENSE
[Example]: Example
[Format]: Documentation/Format.md
[#]: #

[Deno]: https://deno.land/x/ico
[PNG]: https://en.wikipedia.org/wiki/Portable_Network_Graphics
[ICO]: https://en.wikipedia.org/wiki/ICO_(file_format)
[BMP]: https://en.wikipedia.org/wiki/BMP_file_format

[Badge License]: https://img.shields.io/badge/License-AGPL3-015d93.svg?style=for-the-badge&labelColor=blue
[Badge Stars]: https://img.shields.io/github/stars/OmegaTools/ICO?style=for-the-badge&logoColor=white&logo=Trustpilot&labelColor=FF66AA&color=cf538b
[Badge Deno]: https://img.shields.io/badge/-Deno-58a341?style=for-the-badge&logoColor=white&logo=Deno&labelColor=64bc4b

[Button Example]: https://img.shields.io/badge/Example-04ACE6?style=for-the-badge&logoColor=white&logo=GitBook
[Button Format]: https://img.shields.io/badge/ICO_Format-64BC4B?style=for-the-badge&logoColor=white&logo=BookStack
[Button ICO]: https://img.shields.io/badge/ICO_Format-EEEEEE?style=for-the-badge&logoColor=222222&logo=WikiPedia
[Button BMP]: https://img.shields.io/badge/BMP_Format-EEEEEE?style=for-the-badge&logoColor=222222&logo=WikiPedia
[Button PNG]: https://img.shields.io/badge/PNG_Format-EEEEEE?style=for-the-badge&logoColor=222222&logo=WikiPedia