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