-
Notifications
You must be signed in to change notification settings - Fork 95
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.
The following Sprite image types are available in SpinViewer.
- When composing a single Sprite image, you can freely configure rows and columns.
- 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.
- Each image that makes up one Sprite Image must be the same size.
- 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.
- There should be no empty space as shown below.