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