PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In order to process an *.ico image into a different format, I ifrst have to be able to get each bit. I have access to each byte, as file_get_contents() gives me a byte by byte binary string (which I think is cool), but I'm having difficulty breaking it into bits for 1-bit, 4-bit, and 8-bit graphics. Any suggestions/resources?