Exemplo n.º 1
0
        public T As <T>()
        {
            var image = ImageFactory.New(Width, Height, ToBytes(Width, Height, NumberOfComponents, _byteScaling, Data));

            return(image.As <T>());
        }
Exemplo n.º 2
0
 public static void Register()
 {
     ImageFactory.Register(Instance);
 }