shaun-sweet / image-processing-ui

0 stars 0 forks source link

Change image display positions; add support for two image outputs #11

Closed alkasm closed 7 years ago

alkasm commented 7 years ago

Currently the image is displayed underneath the controls, but we should have it display to the side of the controls for a full web layout (can default to under the controls under a small width).

We eventually need to display two images (see #14): the mask and the mask applied to the image. Ideally, these two images will display next to each other, either side-by-side if they are vertical images (H>W) or on top of each other if they are horizontal or square images (W>=H).