Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omegatools/ico
- Owner: OmegaTools
- License: agpl-3.0
- Created: 2021-05-14T15:10:51.000Z (over 3 years ago)
- Default Branch: Stable
- Last Pushed: 2024-03-15T16:09:43.000Z (10 months ago)
- Last Synced: 2025-01-08T20:57:28.309Z (7 days ago)
- Topics: converter, deno, ico, image-processing, png
- Language: JavaScript
- Homepage: https://deno.land/x/ico
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 Uint8Arraysconst 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