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

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