Comments on: Manual decoding of ICO file format – small c++ cross-platform decoder lib http://vitiy.info/manual-decoding-of-ico-file-format-small-c-cross-platform-decoder-lib/ Programming, architecture and design (ะก++, QT, .Net/WPF, Android, iOS, NoSQL, distributed systems, mobile development, image processing, etc...) Fri, 15 Aug 2014 11:35:51 +0000 hourly 1 https://wordpress.org/?v=5.4.2 By: Victor Laskin http://vitiy.info/manual-decoding-of-ico-file-format-small-c-cross-platform-decoder-lib/#comment-22703 Thu, 14 Aug 2014 16:38:58 +0000 http://vitiy.info/?p=56#comment-22703 Im not sure, but i think it similar to 16color mode with only 2 colors inside color table. You can send example of such icon to my email – ill try to find some time to add support to decoding code here. EDIT: File was updated to support 1-bit color.

]]>
By: Sergey http://vitiy.info/manual-decoding-of-ico-file-format-small-c-cross-platform-decoder-lib/#comment-22691 Thu, 14 Aug 2014 15:34:09 +0000 http://vitiy.info/?p=56#comment-22691 Thanks for the article. This information was really helpful for me. But what if color count is limited to 2 (realBitsCount=1)?
How to decode ico in this case?

]]>