namespace InABox.Mobile { public interface IImageTools { byte[] CreateVideoThumbnail(byte[] video, float maxwidth, float maxheight); byte[] CreateThumbnail(byte[] image, float maxwidth, float maxheight); } }