SKBitmapImageCreator MUST be registered for jpeg2000 codec
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using CommandLine.Utility;
|
||||
using CoreJ2K.Util;
|
||||
|
||||
namespace OpenMetaverse.TestClient
|
||||
{
|
||||
@@ -33,6 +34,8 @@ namespace OpenMetaverse.TestClient
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
SKBitmapImageCreator.Register();
|
||||
|
||||
Console.OutputEncoding = System.Text.Encoding.UTF8;
|
||||
Console.InputEncoding = System.Text.Encoding.UTF8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user