No announcements
-
0 Votes
READ BEFORE POSTING: Welcome to the Windows Imaging Component (WIC) forum!
Welcome to the WIC MSDN forum! Please use this forum to discuss and ask questions about developing applications using WIC, or to report issues. Off-topic posts will be deleted or forwarded as ... -
0 Votes
How to obtain WIC
WIC ships with Windows 7/Server 2008 R2, Windows Vista/Server 2008, and Windows XP SP3. Windows XP SP2 and Windows Server 2003 can obtain WIC at the Microsoft download ... -
0 Votes
Useful WIC development links
A good high-level introduction to WIC and how to use it can be found on the DirectX blog: http://blogs.msdn.com/b/directx/archive/2009/11/13/test.aspx More ... -
2 Votes
WIC in Windows 7
<cross posted to my blog> With this morning's keynote on Windows 7, I can finally share details about what's changed in WIC in Windows 7! We've spent much time ...Sticky | 2 Replies | 27784 Views | Created by Robert A. Wlodarczyk - Tuesday, October 28, 2008 8:56 PM | Last reply by Chuck Walbourn - MSFT - Friday, December 21, 2012 11:17 PM
Found 482 threads
-
0 Votes
[Announcement] “Windows Imaging Component (WIC)” Forum will be migrating to a new home on Microsoft Q&A!
This “Windows Imaging Component (WIC)” Forum will be migrating to a new home on Microsoft Q&A! We’ve listened to your feedback on how we can ... -
0 Votes
Windows Configuration Designer, asks Enter the package password,
Hello, I created provisioning packages in Windows Configuration Designer, and when I add the package to the client pc, it asks to Enter the package password, but when I create the ...Proposed | 7 Replies | 1661 Views | Created by devKH - Tuesday, April 21, 2020 12:11 PM | Last reply by Rita Han - Thursday, April 30, 2020 7:45 AM -
0 Votes
Font error when Drawing Text to Windows Metafiles by ExtTextOutW function
I'm having some trouble when using ExtTextOutW() function to Draw Text to Windows Metafiles (WMF). Text does not display as ...Unanswered | 1 Replies | 1687 Views | Created by QuangNT01521 - Monday, April 20, 2020 3:01 PM | Last reply by Strive Sun-MSFT - Tuesday, April 21, 2020 3:27 AM -
16 Votes
Cannot find System.Windows.Media.Imaging namespace
I cannot seem to find the dll or namespace. I have searched my drive and have not found it. I have added other dlls in the hopes that I might bring in the right dll that gets ...Answered | 14 Replies | 105614 Views | Created by Nicolas Diaz - Tuesday, October 30, 2007 7:39 PM | Last reply by ramon felix - Friday, March 20, 2020 4:47 PM -
0 Votes
OleCreateStaticFromData() error 0x8007000E ( Ran out of memory ) On Windows 10
I'm having some trouble when using OleCreateStaticFromData() function. I have an application that can take partial screen shots and paste to Document. My ...Unanswered | 6 Replies | 2188 Views | Created by QuangNT01521 - Monday, December 23, 2019 4:32 AM | Last reply by QuangNT01521 - Thursday, February 13, 2020 4:07 AM -
0 Votes
Adobe RGB (1998) profile returns opRGB from WCS using WIC
CreateColorContext(&pContextSrc); if (!SUCCEEDED(hr)) return nullptr; UINT numColourContexts = 0; hr = wic->mFrame->GetColorContexts(1, ...Unanswered | 3 Replies | 2708 Views | Created by Laythe - Monday, November 11, 2019 1:11 AM | Last reply by Strive Sun-MSFT - Tuesday, December 17, 2019 6:27 AM -
0 Votes
Color channels are swapped, after encoding from raw pixel data.
I am using WIC to encode a bitmap in raw pixels data(R8G8B8) into jpeg (GUID_WICPixelFormat24bppRGB) After run the code, its channels are swapped, blue becomes red. ...Unanswered | 1 Replies | 2677 Views | Created by chiwa737 - Monday, April 28, 2014 2:46 PM | Last reply by VBA Derks - Friday, November 15, 2019 5:28 PM -
1 Votes
JPEG-XR And GUID_WICPixelFormat16bppGray
Does anyone have any working examples of encoding and decoding JPEG-XR images that are greater than 8 BPP using WIC? I wrote a test app that works great for 8 BPP, but when trying 10/12/16 BPP, the ...Answered | 1 Replies | 1931 Views | Created by C-Coder - Monday, November 4, 2019 4:53 PM | Last reply by C-Coder - Monday, November 4, 2019 6:48 PM -
0 Votes
[WIC] How to get a metadata query path from a heirarchy of IWICMetadataReader objects
I'm enumerating all metadata in an image recursively using IWICMetadataBlockReader and IWICMetadataReader. But then I'd like to change a piece of metadata read by one of the ...Unanswered | 2 Replies | 1971 Views | Created by Ben48 - Tuesday, September 17, 2019 7:20 AM | Last reply by Ben48 - Friday, October 25, 2019 6:35 PM -
0 Votes
HEIF/HEIC .NET Support?
As there is no reply from anyone, I will assume one of three possibilities: 1: My question is unclear, if that is the case, I apologize. I'm simply trying to open an HEIC/HEIF ... -
1 Votes
Webp metadata queries
Does anybody know what the native metadata queries are for Webp metadata? Specifically I am interested in the animation information. I have a custom GIF viewer I want to extend to Webp ...Unanswered | 6 Replies | 3384 Views | Created by Paul723 - Wednesday, May 22, 2019 11:29 PM | Last reply by Eddie Lotter - Friday, September 27, 2019 8:33 PM -
0 Votes
[WIC] How to determine EXIF byte order
Is there any way to determine the EXIF byte order using WIC? The query reader returns an array of bytes for some of the more complicated EXIF entries (e.g. ones which can be tables of values with a ...Answered | 2 Replies | 2464 Views | Created by Ben48 - Thursday, September 26, 2019 7:23 PM | Last reply by Ben48 - Friday, September 27, 2019 7:05 PM -
0 Votes
GIF: Setting global metadata
CreateStream(&Stream); Stream->InitializeFromFilename(SaveFileName, GENERIC_WRITE); WICFactory->CreateEncoder(type, NULL, ...Unanswered | 4 Replies | 9620 Views | Created by Waterf0x - Saturday, September 18, 2010 11:41 PM | Last reply by Preverse - Monday, September 16, 2019 8:29 PM -
0 Votes
HD Photo en-/decoder on Windows XP
Hi all, I'm struggling to get IWICImagingFactory::CreateDecoder to work for HD Photo on Windows XP SP3. The C++ code runs perfectly on Win 7, however, on XP I get ...Answered | 3 Replies | 10940 Views | Created by Chrysler - Friday, August 19, 2011 7:52 PM | Last reply by 黒翼猫・ω・) - Wednesday, September 11, 2019 9:41 AM -
1 Votes
No automatic WIC decoder for JPG files?
Trying to decode a file from memory using WIC, the following code works for both PNG and TIFF but fails when trying to decode JPEG ...Unanswered | 12 Replies | 12551 Views | Created by Marcus Ilgner - Thursday, April 12, 2012 12:54 PM | Last reply by Oldes Huhuman - Monday, September 9, 2019 5:37 PM -
0 Votes
JPEG XR Encoder/Decoder Size Limitations
Does anyone know what the size limitations are for height and width when using CLSID_WICWmpEncoder and CLSID_WICWmpDecoder? Right now I have a test app that can successfully compress and ...Unanswered | 1 Replies | 2206 Views | Created by C-Coder - Thursday, June 6, 2019 7:38 PM | Last reply by C-Coder - Thursday, June 6, 2019 8:19 PM -
0 Votes
[WIC] Bug in format conversion to indexed pixel format
If I use the IWICFormatConverter to convert from a non-indexed pixel format to an indexed one, with a palette that contains a transparent color, then it dopesn't correctly map transparent pixels in ... -
0 Votes
Encode tif file with TIFF_JPEG compression
I'm using WIC to encode large images (orthomosaics) and need to use a TIFF container to support geotiff referencing (to drop images into QGIS and other geo-location aware ... -
0 Votes
Updating an Already created Custom Windows Image
Hello Community, Hopefully I found the right category for this question. So what I have done is create a custom windows image with Applications and Windows Updates pre-installed on ...Unanswered | 2 Replies | 2604 Views | Created by WoodChuckers - Wednesday, February 27, 2019 7:46 PM | Last reply by WoodChuckers - Wednesday, February 27, 2019 10:26 PM -
0 Votes
How to draw 1bpp font text into WICBitmap?
Hello professionals, I am trying to draw a text into bitmap by using Directwrite library. I can do this for GUID_WICPixelFormat32bppBGR pixel format. But my ...Unanswered | 2 Replies | 2885 Views | Created by gae9ri - Tuesday, January 22, 2019 9:57 PM | Last reply by gae9ri - Thursday, January 24, 2019 2:27 PM - Items 1 to 20 of 482 Next ›
No announcements