| File | Date | Author | Commit |
|---|---|---|---|
| icons | 2014-09-05 |
|
[e260a5] Initial commit. |
| CMakeLists.txt | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| License | 2014-09-05 |
|
[f04cb3] Added readme and license file |
| Readme | 2014-09-05 |
|
[f04cb3] Added readme and license file |
| cAnimationList.cpp | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cAnimationList.h | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cMainWindow.cpp | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cMainWindow.h | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cSpriteViewer.cpp | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cSpriteViewer.h | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cSpriteWindow.cpp | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| cSpriteWindow.h | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
| main.cpp | 2014-09-09 |
|
[cc3ab2] Some includes corrected |
| resources.qrc | 2016-03-10 |
|
[8165d5] Some fixes and improvements. |
Sprite Sheet Analizer By Dospro Sprite Sheet Analizer opens image files containing sprite sheets and let's the user create animation lists and save them in a SSD file which is compatible with DPI_Engine. Compiling To compile the software on Linux you need the Qt v4 framkework or greater. Qt uses qmake to create a Makefile. Just go to the source directory and type: qmake -project qmake <directoryName>.pro make On Windows you can use MingW32 or Visual Studio. You also need the Qt Framework. Please refer to the Qt Documentation for instructions on how to compile Qt programs on Windows. ssd file format ssd files are text based. Each value is separated by a space. The first value is the file name of the image file. It is followed by the total number of animations in the file. For each animation the file contains the number of sprites in the animation followed by the name of the animation. Copyright (c) 2014 Rubén D. Gutiérrez This software is licensed under The MIT License (MIT) which can be found in the License file included in the sources of this software. The Qt version used in this project is 4.8 which is licensed under LGPL v2.1 The icons used in this software are licensed under Creative Commons which can be found at http://creativecommons.org/licenses/by/3.0/us/ . The icons can be found at http://www.small-icons.com/stock-icons/32x32-free-design-icons.htm .