Exemplo n.º 1
0
        public void Images(IManosContext ctx, Routes app, int width, int height)
        {
            var image = new Image(width, height, ImageBaseType.Rgb);

              ctx.Response.End("Added image");
        }
Exemplo n.º 2
0
        public void Images(IManosContext ctx, Routes app, int width, int height)
        {
            var image = new Image(width, height, ImageBaseType.Rgb);

            ctx.Response.End("Added image");
        }