icofileloader icon indicating copy to clipboard operation
icofileloader copied to clipboard

A high quality PHP package for reading and converting any .ico icon file, particularly website favicons

Results 7 icofileloader issues
Sort by recently updated
recently updated
newest added

When I'm using the "from" and "renderImage" functions then I see different errors. One of that errors you can see below: ``` Deprecated function: Return type of Elphin\IcoFileLoader\Icon::offsetExists($offset) should either...

With newer versions of PHP, the imagecreatefromstring parses BMP files as well as PNG. The same function being used for PNG processing now works on BMP. I added detection code...

From the readme: > The current GdRenderer works by drawing individual pixels for BMP based icon images. This isn't going to be terribly fast. PHP 7.2 will have support for...

Hi, thanks for this great library. I'm getting some repetitive errors with some icons. Each time a icon fails, I get the following 5 warnings consecutively: ``` PHP Warning: unpack():...

Thank you for this little libray. I face an issue with a specific icon which has mixed BMP and PNG images. In this case it's a 256x256 PNG contained in...

Hi, Thanks for keeping this project up to date. It's very ussefut to my 21-year-old https://ukfree.tv I'm getting, on PHP 8.2.8 the following two "stop" error messages - Uninitialized string...

I ran into a situation with an ico image where `IcoParser->isPNG($data)` passed, but then `imagecreatefromstring($data)` failed. The result is that in `parsePNGAsIco()` it crashes with a fatal error when it...