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.
- Host: GitHub
- URL: https://github.com/codeadamca/php-image-to-ico
- Owner: codeadamca
- Created: 2025-02-04T17:25:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T17:48:54.000Z (11 months ago)
- Last Synced: 2025-02-04T18:31:26.361Z (11 months ago)
- Language: PHP
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)