Top "Sprite-sheet" questions

A spritesheet is a large image filled with smaller images.

How can I use icon from .eps file and load them on my site?

I Have a filefile.eps that I downloaded from http://www.shutterstock.com/ , it looks like this : I want to …

css icons eps sprite-sheet
Animated .GIF vs Spritesheet + JS/CSS

Which will scale best for performance, file-size, (and my sanity): Animated .gifs or a spritesheet with animations using CSS (and …

css performance filesize animated-gif sprite-sheet
Reverse engineering: Extract images/sprite sheet from apk

I'm learning about game development and I'm trying to extract some resources from some games that I love to play, …

android apk sprite reverse-engineering sprite-sheet
Spritesheet programmatically cutting: best practices

I have a big spritesheet (3808x1632) composed by 42 frames. I would present an animation with these frames and I use …

android bitmap sprite-sheet
Use a one image sprite sheet in Sprite Kit iOS

I have a sprite sheet with the animation images for my sprite. How would I make put these images in …

ios sprite-kit sprite-sheet
Android: How to rotate a moving animated sprite based on the coordinates of its destination

My application fires up sprite instances around a Canvas which then move across the screen towards a x/y coordinate. …

android image-rotation sprite-sheet
Set background color of SVG Material Design Icons

I make use of the Material Design Icons using the method described here: https://github.com/google/material-design-icons#using-svg-sprites However, …

css svg sprite-sheet material-design
What's frame per sec in spritesheet animation in unity3d 4.3?

What's frame per sec in spritesheet animation in unity3d 4.3? Or can I set it manually? I want to know …

unity3d 2d sprite-sheet
Working with sprite sheet animations in Android

I have been doing a lot of research, but I cannot find a clear example on rendering a spritesheet as …

android animation android-animation sprite sprite-sheet
Texture offset in atlas to create an animated sprite with NGUI

In Unity3d, I got a GameObject with the UISprite component from the NGUI plugin. So I need to use …

unity3d offset texture2d sprite-sheet ngui