Michael Stefaniuc
|
b08869420a
|
windowscodecs: Avoid using CONST.
|
2013-09-24 12:58:17 +02:00 |
Ludger Sprenker
|
968eac9aaf
|
windowscodecs: Support conversions of the 24bpp PixelFormats.
|
2013-01-07 13:38:09 +01:00 |
André Hentschel
|
8683250033
|
windowscodecs: Fix copy-paste error (coverity).
|
2012-10-24 19:38:33 +02:00 |
Dmitry Timoshkov
|
ec206a843f
|
windowscodecs: Implement GIF Comment Extension metadata reader.
|
2012-09-17 12:08:11 +02:00 |
Dmitry Timoshkov
|
be28f266ff
|
windowscodecs: Implement GIF Application Extension metadata reader.
|
2012-09-17 12:08:00 +02:00 |
Dmitry Timoshkov
|
26628b4c0a
|
windowscodecs: Implement Graphic Control Extension metadata reader.
|
2012-09-11 11:14:21 +02:00 |
Dmitry Timoshkov
|
97fc6be67d
|
windowscodecs: Implement Image Descriptor metadata reader.
|
2012-09-11 11:14:14 +02:00 |
Dmitry Timoshkov
|
500ab2b5c7
|
windowscodecs: Implement Logical Screen Descriptor metadata reader.
|
2012-09-11 11:14:05 +02:00 |
Dmitry Timoshkov
|
d96e32c8a3
|
windowscodecs: Correct name of the PNG text metadata reader.
|
2012-09-11 11:13:43 +02:00 |
Vincent Povirk
|
1a032a94df
|
windowscodecs: Implement PNG tEXt metadata reader.
|
2012-09-11 11:12:08 +02:00 |
Dmitry Timoshkov
|
40185b6c6e
|
windowscodecs: Add WICImagingCategories registration.
|
2012-06-25 11:08:28 +02:00 |
Vincent Povirk
|
9b7dca8453
|
windowscodecs: Register pixel formats.
|
2012-06-14 19:12:56 +02:00 |
Dmitry Timoshkov
|
9f58bef1ac
|
windowscodecs: Add WICIfdMetadataReader registration.
|
2012-06-08 19:35:20 +02:00 |
Vincent Povirk
|
d3f7247ea5
|
windowscodecs: Add metadata reader information to the registry.
|
2012-06-07 21:49:47 +02:00 |
Vincent Povirk
|
49b98b111d
|
windowscodecs: Implement IWICBitmapCodecInfo::GetContainerFormat.
|
2012-05-18 18:09:31 +02:00 |
Vincent Povirk
|
2e2b045db0
|
windowscodecs: Add stub JPEG encoder.
|
2012-04-12 20:37:12 +02:00 |
Francois Gouget
|
5f88f362ea
|
dlls: Standardize on 'static const WCHAR' for our Unicode string literals.
Do the same for the corresponding Ansi strings.
|
2011-12-20 10:16:09 +01:00 |
Francois Gouget
|
268d364e1f
|
windowscodecs: Avoid hardcoding the Unicode string literal lengths.
|
2011-12-16 17:40:37 +01:00 |
Vincent Povirk
|
219b987fa1
|
windowscodecs: Use a smaller magic number to detect JPEG files.
|
2011-10-13 20:43:18 +02:00 |
Vincent Povirk
|
10dd670056
|
windowscodecs: Add support for converting from 32bppPBGRA.
|
2011-04-15 10:07:59 +02:00 |
Vincent Povirk
|
fb356a3e66
|
windowscodecs: Add stub TIFF encoder.
|
2011-04-06 12:05:07 +02:00 |
Alexandre Julliard
|
779f88ec90
|
windowscodecs: Convert the coclasses registration to the IRegistrar mechanism.
|
2010-12-13 18:00:56 +01:00 |
Vincent Povirk
|
b782417707
|
windowscodecs: Implement conversion from 16bppBGRA to 32bppBGRA.
|
2010-10-25 12:13:42 +02:00 |
Damjan Jovanovic
|
32f9173998
|
windowscodecs: Add COM proxies and stubs.
|
2010-10-22 15:49:37 +02:00 |
Vincent Povirk
|
7bf6ad916b
|
windowscodecs: Add stub TGA decoder.
|
2010-10-21 12:26:44 +02:00 |
Vincent Povirk
|
b9beb9227d
|
windowscodecs: Support TIFF images with alpha data.
|
2010-10-21 12:26:12 +02:00 |
Vincent Povirk
|
9293ad7e13
|
windowscodecs: Implement conversion from CMYK to RGB.
|
2010-09-13 13:31:56 -05:00 |
Vincent Povirk
|
116cf47df3
|
windowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
|
2010-09-13 13:31:49 -05:00 |
Vincent Povirk
|
ad2895d10b
|
windowscodecs: Register builtin encoders.
|
2010-09-06 16:16:25 +02:00 |
Vincent Povirk
|
c30d165ec8
|
windowscodecs: Add support for decoding 48-bit TIFF images.
|
2010-08-25 11:58:22 +02:00 |
Damjan Jovanovic
|
a4835dce4f
|
windowscodecs: Add a stubbed ICNS encoder.
|
2010-08-24 15:22:35 +02:00 |
Vincent Povirk
|
fd3ea78702
|
windowscodecs: Add locking to the PNG encoder.
|
2010-04-15 14:18:08 +02:00 |
Vincent Povirk
|
7c8b7559a2
|
windowscodecs: Add locking to the JPEG decoder.
|
2010-04-13 11:30:35 +02:00 |
Vincent Povirk
|
8887e8c1c5
|
windowscodecs: Add locking to the ICO decoder.
|
2010-04-13 11:30:30 +02:00 |
Vincent Povirk
|
3caf7204e6
|
windowscodecs: Add locking to the GIF decoder.
|
2010-04-13 11:30:25 +02:00 |
Vincent Povirk
|
c1beb63609
|
windowscodecs: Add locking to the format converter.
|
2010-04-13 11:30:19 +02:00 |
Vincent Povirk
|
7871033a40
|
windowscodecs: Add locking to the PNG decoder.
|
2010-04-13 11:30:12 +02:00 |
Vincent Povirk
|
5f6d99f513
|
windowscodecs: Add locking to the BMP decoder.
|
2010-04-12 11:29:00 +02:00 |
Vincent Povirk
|
7ce7ce8266
|
windowscodecs: Set the threading model of ImagingFactory to Both.
|
2010-04-12 11:28:47 +02:00 |
Vincent Povirk
|
73cd569390
|
windowscodecs: Add a stub TIFF decoder.
|
2010-03-22 11:42:43 +01:00 |
Vincent Povirk
|
60d1be1326
|
windowscodecs: Add stub PNG encoder.
|
2009-10-09 11:58:55 +02:00 |
Vincent Povirk
|
0a495723c0
|
windowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
7f73787947
|
windowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
363a0fdda9
|
windowscodecs: Implement conversion from 16bppGray to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
25022fe7d5
|
windowscodecs: Implement conversion from 4bppGray to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
4b99c98720
|
windowscodecs: Implement conversion from 2bppGray to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
b952c5726d
|
windowscodecs: Implement conversion from 2bppIndexed to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
3b1fde1668
|
windowscodecs: Implement conversion from BlackWhite to 32bppBGRA.
|
2009-08-28 11:54:49 +02:00 |
Vincent Povirk
|
59810aa4f4
|
windowscodecs: Register the PNG decoder.
|
2009-08-28 11:54:48 +02:00 |
Vincent Povirk
|
568c739082
|
windowscodecs: Add stub PNG decoder.
|
2009-08-28 11:54:48 +02:00 |