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

https://github.com/codeadamca/php-image-to-ico

Using vanilla PHP to convert an image to an ICO file.
https://github.com/codeadamca/php-image-to-ico

Last synced: 9 months ago
JSON representation

Using vanilla PHP to convert an image to an ICO file.

Awesome Lists containing this project

README

          

# Converting an Image to an ICO File

Converting an image to an ICO file using vanilla PHP and PHP-ICO library.

Below are three images representing the original, the PHP converted image, and the same image converted using Photoshop:

---

## Project Stack

This project uses vanilla [PHP](https://www.php.net/) and the PHP-ICO [PHP-ICO Library](https://github.com/chrisbliss18/php-ico).

---

## Repo Resources

* [PHP-ICO Library](https://github.com/chrisbliss18/php-ico)