Skip to content

What is the image format SpinViewer can use?

Jongmoon Yoon edited this page Aug 16, 2018 · 2 revisions

SpinViewer uses Sprite which combines multiple images into one image.

1. Examples

The following Sprite image types are available in SpinViewer.

image

2. Rules

1. Free row x column organization

  • When composing a single Sprite image, you can freely configure rows and columns.

https://www.chegg.com/homework-help/m-n-grid-graphs-m-n-grid-graph-represents-rectangular-street-chapter-6-problem-66e-solution-9780134468372-exc

  • However, it is necessary to memorize the number of this row and column and to transfer it to SpinViewer.
    • If you pass only the number of rows and col, the Viewer will cut it out so you do not have to worry about the size of the entire image or the size of individual images.

2. Same image size

  • Each image that makes up one Sprite Image must be the same size.

3. No size or proportions limit for each image

  • There is no restriction on the width or height of the image of each image cut.
  • The size of one combined image depends on the capacity of each device and browser. SpinViewer does not limit this.

4. No empty space

  • There should be no empty space as shown below.

image

Clone this wiki locally