Commit Graph

456 Commits

Author SHA1 Message Date
Vincent Povirk 5c4ed986c0 windowscodecs: Implement IWICBitmapCodecInfo::GetPixelFormats. 2012-07-03 12:02:00 +02:00
Dmitry Timoshkov 8dad043506 windowscodecs: Implement MetadataReaderInfo_DoesSupportPadding. 2012-07-03 12:01:53 +02:00
Dmitry Timoshkov 10f8978949 windowscodecs: Implement MetadataReaderInfo_DoesRequireFullStream. 2012-07-03 12:01:46 +02:00
Dmitry Timoshkov bae3f2afed windowscodecs: Implement MetadataReaderInfo_GetSpecVersion. 2012-07-03 12:01:40 +02:00
Dmitry Timoshkov 497e8840ca windowscodecs: Implement PixelFormatInfo_GetSpecVersion. 2012-07-03 12:01:34 +02:00
Dmitry Timoshkov 7c19137996 windowscodecs: Implement FormatConverterInfo_GetSpecVersion. 2012-07-03 12:01:27 +02:00
Dmitry Timoshkov 3dd73e90b5 windowscodecs: Implement BitmapEncoderInfo_GetSpecVersion. 2012-07-03 12:01:21 +02:00
Dmitry Timoshkov 67fc1a49e1 windowscodecs: Implement BitmapDecoderInfo_GetSpecVersion. 2012-07-03 12:01:06 +02:00
Alexandre Julliard 0c6ac865bd windowscodecs: Don't fail if the TIFF library doesn't have the functions to disable warnings. 2012-07-02 11:19:18 +02:00
Dmitry Timoshkov 8b30ef11cf windowscodecs: Implement MetadataHandler_GetValue. 2012-06-29 10:46:49 +02:00
Dmitry Timoshkov 39f80e56fb windowscodecs: Make sure that stream is not reused once the decoder is initialized. 2012-06-28 19:42:58 +02:00
Vincent Povirk e7f31ddb81 windowscodecs: Implement BitmapScaler_CopyPixels. 2012-06-28 19:41:25 +02:00
Vincent Povirk 22383aa642 windowscodecs: Implement IWICBitmapScaler::CopyPalette. 2012-06-28 19:41:09 +02:00
Vincent Povirk e4f8ab605e windowscodecs: Implement IWICBitmapScaler::GetResolution. 2012-06-28 19:41:02 +02:00
Vincent Povirk 0b8a71643d windowscodecs: Implement IWICBitmapScaler::GetPixelFormat. 2012-06-28 19:40:56 +02:00
Vincent Povirk 6e790c9aec windowscodecs: Implement IWICBitmapScaler::GetSize. 2012-06-28 19:40:49 +02:00
Dmitry Timoshkov 6207d9642c windowscodecs: Suppress libtiff warnings. 2012-06-28 01:39:31 +02:00
Vincent Povirk 07795754f4 windowscodecs: Implement IWICBitmapScaler::Initialize. 2012-06-26 17:34:11 +02:00
Vincent Povirk 02aa7ec403 windowscodecs: Implement IWICImagingFactory::CreateEncoder. 2012-06-26 17:34:03 +02:00
Vincent Povirk efab393295 windowscodecs: Add stub IWICBitmapScaler implementation. 2012-06-26 17:33:54 +02:00
Vincent Povirk 917c4e1f10 windowscodecs: Add tests for IWICPixelFormatInfo. 2012-06-26 17:33:22 +02:00
Vincent Povirk 12babdb7da windowscodecs: Implement IWICPixelFormatInfo2::SupportsTransparency. 2012-06-26 17:33:14 +02:00
Dmitry Timoshkov 58387fca69 windowscodecs: Implement MetadataReaderInfo_GetVendorGUID. 2012-06-26 12:25:33 +02:00
Dmitry Timoshkov 2d3cf48300 windowscodecs: Implement TiffFrameDecode_GetThumbnail. 2012-06-26 12:25:27 +02:00
Dmitry Timoshkov a7190c7dc7 windowscodecs: Implement TiffDecoder_GetPreview. 2012-06-26 12:25:21 +02:00
Dmitry Timoshkov f07829da57 windowscodecs: TiffDecoder_GetThumbnail should return NULL interface. 2012-06-26 12:25:12 +02:00
Vincent Povirk 9ceb1fc188 windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation. 2012-06-25 18:12:55 +02:00
Vincent Povirk c8fea25a33 windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID. 2012-06-25 18:12:54 +02:00
Vincent Povirk 0648e09f3c windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask. 2012-06-25 18:12:54 +02:00
Vincent Povirk 80f6890616 windowscodecs: Implement PixelFormatInfo_GetChannelCount. 2012-06-25 18:12:53 +02:00
Vincent Povirk 9dbd0833bc windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel. 2012-06-25 18:12:53 +02:00
Dmitry Timoshkov cdc8e59be5 windowscodecs: Implement ImagingFactory_CreateDecoder. 2012-06-25 11:08:42 +02:00
Dmitry Timoshkov 40185b6c6e windowscodecs: Add WICImagingCategories registration. 2012-06-25 11:08:28 +02:00
Dmitry Timoshkov 0a8be86277 windowscodecs: Create a IWICMetadataReader for a TIFF frame. 2012-06-22 14:09:49 +02:00
Dmitry Timoshkov 4c7f6f68b9 windowscodecs: Add support for loading of multiple 8-byte IFD fields. 2012-06-21 20:35:11 +02:00
Dmitry Timoshkov 4d974f072e windowscodecs: Add a test for endianness support in IFD metadata reader. 2012-06-21 20:35:10 +02:00
Dmitry Timoshkov b8d5865028 windowscodecs: Handle IFD fields with count 0 same way as with count 1. 2012-06-21 20:35:10 +02:00
Dmitry Timoshkov e4af117c06 windowscodecs: Add support for IFD_UNDEFINED field type. 2012-06-21 20:35:09 +02:00
Dmitry Timoshkov f3347de574 windowscodecs: Add support for IFD_ASCII field type. 2012-06-21 20:34:56 +02:00
Dmitry Timoshkov 32f9f327b2 windowscodecs: Add tests for more types of IFD fields. 2012-06-21 19:57:21 +02:00
Dmitry Timoshkov 722cb46c05 windowscodecs: Fix handling of 8-byte IFD fields. 2012-06-21 19:56:53 +02:00
Dmitry Timoshkov aedd9271b7 windowscodecs: Add support for loading of multiple simple IFD fields. 2012-06-21 19:56:32 +02:00
Dmitry Timoshkov 281768f765 windowscodecs: Add support for more types of IFD fields. 2012-06-21 19:55:25 +02:00
Dmitry Timoshkov ebef43e50d windowscodecs: Implement MetadataReaderInfo_GetVersion. 2012-06-21 08:41:04 +02:00
Dmitry Timoshkov ae610ef37e windowscodecs: Implement MetadataReaderInfo_GetFriendlyName. 2012-06-21 08:40:59 +02:00
Vincent Povirk 9f157e5bfa windowscodecs: Report missing component info strings as zero-length. 2012-06-20 19:25:50 +02:00
Dmitry Timoshkov 0e55fb682f windowscodecs: Implement MetadataHandler_GetValueByIndex. 2012-06-20 11:12:35 +02:00
Dmitry Timoshkov 75a8814633 windowscodecs: Implement MetadataHandler_GetMetadataFormat. 2012-06-20 11:12:11 +02:00
Dmitry Timoshkov 27743c81a9 windowscodecs: Implement MetadataHandler_GetMetadataHandlerInfo. 2012-06-20 11:12:01 +02:00
Dmitry Timoshkov 8802a9a84c windowscodecs: Add MetadataReaderInfo implementation. 2012-06-20 11:11:51 +02:00