Benjamin Brandmeier
Benjamin Brandmeier
Pre-processing should only take place up to the size of the original image. After changing the script the viewer has to be adapted accordingly to pick only original images at...
Add an icon button to the configuration menu inside the viewer to download the current image in original size.
Introduce routing concept from the viewer back to the gallery. This is especially important for mobile users.
Use FAB speed dial from angular material 2 as soon as it's ready. This should display the option for manual quality selection, downloading files, diashow, etc. https://github.com/angular/material2/issues/860
When starting the application in dev mode (ng serve) provide a feature to sort the image order manually. The result will be a data.json which has to be replaced before...
Include a diashow feature to make the viewer go through all images automatically.
Add a preview bar (at least for desktop) during navigation inside viewer.
Add a loading spinner (Angular Material 2) when a new image or a different image resolution is loaded.
Display metadata of the image (technical details, etc.) inside the viewer. TODO: - Add information to data.json during pre-processing - Display metadata in a responsive way (I'd like to use...