diff --git a/WIC-I-O-Functions.md b/WIC-I-O-Functions.md index 9538543..28a9d6c 100644 --- a/WIC-I-O-Functions.md +++ b/WIC-I-O-Functions.md @@ -196,7 +196,7 @@ These flags control the use of interpolation modes for image conversions/resizin # Remarks -Note that when writing out screenshots captured from Direct3D render targets, you typically do not want to write out the alpha channel. In this case, you should specify a target format of ``GUID_WICPixelFormat24bppBGR`` for RGBA 32 input images. +Note that when writing out screenshots captured from Direct3D render targets, you typically do not want to write out the alpha channel. In this case, you should specify a target format of ``GUID_WICPixelFormat24bppBGR``, ``GUID_WICPixelFormat16bppBGR555``, or ``GUID_WICPixelFormat16bppBGR565``. ``GUID_WICPixelFormat96bppRGBFloat`` is also an option when using WIC version 2. # Release Notes