Пример #1
0
 internal static unsafe extern EncoderStatus CompressImage(
     [In] ref BitmapData image,
     EncoderOptions options,
     [In, Out] ProgressContext progressContext,
     [In] ref CICPColorData colorInfo,
     [MarshalAs(UnmanagedType.FunctionPtr)] CompressedAV1OutputAlloc outputAllocator,
     out IntPtr colorImage,
     IntPtr alphaImage_MustBeZero);
Пример #2
0
 internal static extern unsafe DecoderStatus DecompressColorImage(
     byte *compressedColorImage,
     UIntPtr compressedColorImageSize,
     [In] ref CICPColorData colorInfo,
     [In, Out] DecodeInfo decodeInfo,
     [In] ref BitmapData fullImage);