Interface Concept: ViRR Image Size

From MPDLMediaWiki
Revision as of 13:13, 13 January 2010 by Rkiefl (talk | contribs) (→‎Examples)
Jump to navigation Jump to search

This is a protected page.

Source Images Properties[edit]

Examples from source images

dt9bg18q+bd2=d0001:

Resolution: 72px Width: 3072 Pixel Height: 3840 Pixel

Ratio: 1.25

dt9bg20q+bd5-6_druck2=d0001:


Resolution: 72px Width: 3072 Pixel Height: 3840 Pixel

Ratio: 1.25

Preparation of images for web usage[edit]

The following prerequisites need to be considered:

Aspect ratio[edit]

Needs to be considered in any case. This can be achieved if

  • only a percentage is handed over for resize
  • only the horizontal with is handed over for resize

Resolution[edit]

The resolution should be at 72px for screen display. This means one pixel of the image is mapped to exactly one pixel of the target resolution of the client.

Dimensions[edit]

To avoid running in problems with the aspect ratio dimensions refer to the image width only.

The maximum of available space defined in the prototype for R3 is 439px horizontal width. As images for next ingest will be used in GUI V2 this table needs to be considered:

GUI V1 (ViRR<R3) DIV width in GUI Image format GUI V2 (ViRR>R3) DIV width in GUI Image format Needed image formats
Small View (Thumbnail) Auto 144px Thumbnail for lists 31px 31px 31px
2 Column View 445px (50%) 544px 2 Column View 439px 878px via browser resize
1 Column View 857px (100%) 544px 1 Column View (?) 878px 878px 878px
Windowed View Full 3840px Windowed View Full 3840px no change

Examples[edit]

DIV in V1 interface 144px with image 31px, browser scaled:

DIV in V1 interface 445px with image 878px, browser scaled:

Virr 878.jpg

DIV in V1 interface 857px with image 878px, browser scaled:

DIV in V2 interface 439px with image 878px, Browser scales 50%:

Virr 878.jpg

DIV in V2 interface 878px with image 878px, 100%:

Virr 878.jpg