Damjan Jovanovic
|
666940902d
|
windowscodecs: Support ICO files with embedded PNGs.
|
2010-09-30 17:51:18 +02:00 |
Vincent Povirk
|
4d55359faf
|
windowscodecs: Use the BMP decoder to decode ICO frames.
|
2010-09-22 20:42:41 +02:00 |
Damjan Jovanovic
|
b34f04f9c4
|
windowscodecs: Fix ICO palette size calculation.
|
2010-05-24 11:21:02 +02:00 |
Vincent Povirk
|
6a36802f26
|
windowscodecs: Use the BITMAPINFOHEADER structure to get icon bitcount.
|
2010-05-07 12:47:02 +02:00 |
Vincent Povirk
|
8887e8c1c5
|
windowscodecs: Add locking to the ICO decoder.
|
2010-04-13 11:30:30 +02:00 |
Vincent Povirk
|
84dff04e3a
|
windowscodecs: Implement CopyPixels for 32-bit ICO icons.
|
2009-08-21 12:31:58 +02:00 |
Vincent Povirk
|
e743a7a8c5
|
windowscodecs: Implement CopyPixels for 1-bit ICO icons.
|
2009-08-21 12:31:51 +02:00 |
Vincent Povirk
|
a65010aa19
|
windowscodecs: Implement CopyPixels for 4-bit ICO icons.
|
2009-08-21 12:31:44 +02:00 |
Vincent Povirk
|
5d7cd19556
|
windowscodecs: Implement CopyPixels for 24-bit ICO icons.
|
2009-08-21 12:31:36 +02:00 |
Vincent Povirk
|
1c25ee8ce7
|
windowscodecs: Implement CopyPixels for 8-bit ICO icons.
|
2009-08-21 12:31:12 +02:00 |
Vincent Povirk
|
ccc4c2d5d2
|
windowscodecs: Implement GetSize for the ICO decoder.
|
2009-08-21 12:31:02 +02:00 |
Vincent Povirk
|
c49b36ea31
|
windowscodecs: Implement GetFrameCount and GetFrame for the ICO decoder.
|
2009-08-21 12:30:55 +02:00 |
Vincent Povirk
|
dd5c5b8277
|
windowscodecs: Implement Initialize for the ICO decoder.
|
2009-08-21 12:30:45 +02:00 |
Vincent Povirk
|
2ca8b9fd8d
|
windowscodecs: Add stub ICO decoder.
|
2009-08-21 12:30:33 +02:00 |