自定义BitmapDecoder / Encoder [英] Custom BitmapDecoder/Encoder

查看:226
本文介绍了自定义BitmapDecoder / Encoder的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法支持自定义BitmapEncoder和BitmapDecoder?




解决方案

目标只是使用自定义编解码器吗? 以下内容可能有所帮助:


如何编写支持WIC的编解码器


元数据可扩展性概述


您可以通过调用
BitmapEncoder.GetEncoderInformationEnumerator
 和BitmapDecoder.GetDecoderInformationEnumerator。


Is there any way to support custom BitmapEncoder and BitmapDecoder?

解决方案

Is the goal just to use a custom codec?  The following may help:

How to Write a WIC-Enabled Codec

Metadata Extensibility Overview

You can get a list of installed codecs by calling BitmapEncoder.GetEncoderInformationEnumerator and BitmapDecoder.GetDecoderInformationEnumerator.


这篇关于自定义BitmapDecoder / Encoder的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆