The VG Resource
SPIN Sprite Sheet Maker - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Archive (https://www.vg-resource.com/forum-65.html)
+--- Forum: July 2014 Archive (https://www.vg-resource.com/forum-139.html)
+---- Forum: Creative Zone (https://www.vg-resource.com/forum-86.html)
+----- Forum: Games Development (https://www.vg-resource.com/forum-22.html)
+----- Thread: SPIN Sprite Sheet Maker (/thread-21239.html)

Pages: 1 2 3 4 5


SPIN Sprite Sheet Maker - Hoeloe - 08-20-2012

Hey there! I made this app because I needed to compile simple animations quickly and easily for my game. This app is very simple, so don't expect anything marvellous from it. All it does is compile a bunch of separate images into one, and it starts a new line each time you reach the user-defined maximum number of columns. It's not difficult to use, you just select the files you want, click open, select the number of columns you want (with an estimate given as default) and then click "Make Sheet". You can then save it as a .png, .jpg or .bmp file.

Accepted filetypes are .png, .jpg, .jpeg, .jpe, .bmp (Sorry, no gif. Unsupported due to animations).

The app was written in C# with the XNA framework. I built it for myself, but I thought I might as well share it.

You can download the old app here (v.1.4.0.6)

The newer version can be found here (v.2.0.0.1)

To install it, just unzip it and run the setup.exe.

That's pretty much it. I might add more stuff later on, but for now that's all you get.


RE: [APP] Simple Sprite Sheet Maker - UnHolyDarkth - 08-20-2012

Nice program. I think it'll help organize spritesheets nicely

Although, small question: Can you change the background color or will it be completely black?


RE: [APP] Simple Sprite Sheet Maker - Previous - 08-21-2012

I think it's neat, I like such tiny tools.
However, of course, I already have my own similar app, haha.


Personally, I prefer it when you can select a folder. I never use the Win standard folders in the user directory (I didn't even keep any shortcuts) and I think it'd be more convenient if you could choose one where you like (for example, directly in the project directory where you want to have them). Well, your call.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-21-2012

(08-20-2012, 11:52 PM)UnHolyDarkth Wrote: Nice program. I think it'll help organize spritesheets nicely

Although, small question: Can you change the background color or will it be completely black?

The background colour will be transparent. The black is just there as a preview.

(08-21-2012, 02:45 AM)Previous Wrote: I think it's neat, I like such tiny tools.
However, of course, I already have my own similar app, haha.


Personally, I prefer it when you can select a folder. I never use the Win standard folders in the user directory (I didn't even keep any shortcuts) and I think it'd be more convenient if you could choose one where you like (for example, directly in the project directory where you want to have them). Well, your call.

That's easily arranged. I'll probably do that when I update it again. I'll also try and add the ability to copy and paste into the file path. Thanks for the suggestion.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-21-2012

Here are a few screenshots of the next updates new features! (Not actually released yet)

I have a few more things I want to add before I release the update, namely the ability to add "new line" frames in the previewer, which will be used to separate animations and expand the uses of the program.

EDIT: Okay, new features!

ALSO UPDATE RELEASED.

EDIT: New revision. You now have the ability to duplicate frames, and I've fixed a few bugs with the system, so deleting and adding frames now works correctly.

EDIT: Another update because the maximum number of columns didn't update when you changed the number of frames, so it made things awkward in that way.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-21-2012

The link is back up now. Sorry for the inconvenience, I found a load of bugs one after the other and had to fix them. If you find any more, be sure to let me know.


RE: [APP] Simple Sprite Sheet Maker - Previous - 08-21-2012

Heh, I know that just too well! You think you're done, wrap it up and then notice a bug. And another one. Aaand the next.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-21-2012

Yep. Fixing one bug just causes 3 more to pop up.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-21-2012

Another small update. Found that copy and paste ability was broken, and that attempting to open files purely by typing them into the path didn't work unless something was selected. Both fixed now, I hope.


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-23-2012

Got another major update. I'm having a surprising about of fun making this better.

That's all for now. I haven't updated the download link yet, but look out for v1.2.

EDIT: Link updated! I also fixed a couple of bugs along with this update, so it should all run fairly smoothly. Let me know if anything breaks.

EDIT AGAIN: Found a bug that stopped you being able to type. Fixed now.

AND AGAIN: Found a bug with the scroll bars, and also added the ability to scroll them while dragging a frame by moving the mouse to one side or the other.


RE: [APP] Simple Sprite Sheet Maker - puggsoy - 08-24-2012

(08-23-2012, 02:05 PM)Hoeloe Wrote: I'm having a surprising about of fun making this better.

I know right? It's amazing how fun updating a program is. Guess it's just the satisfaction of improving your work Wink


RE: [APP] Simple Sprite Sheet Maker - Hoeloe - 08-24-2012

(08-24-2012, 03:56 PM)puggsoy Wrote: Guess it's just the satisfaction of improving your work Wink

Well, that and the fact that I'm building a lot of standard objects (Buttons, text boxes, file browsers, etc.) from scratch, and it's quite a challenge to get them all working correctly.


RE: Simple Sprite Sheet Maker - Hoeloe - 08-26-2012

Thought I was done with this? So did I. Until my girlfriend gave me an idea for a feature.

So here's the obligatory screenshot post for v1.3




RE: Simple Sprite Sheet Maker - Hoeloe - 08-27-2012

Yet another update (download coming shortly).




RE: Simple Sprite Sheet Maker - gensym - 08-27-2012

Hoeloe, have you heard of http://www.imagemagick.org/Usage/montage/ ?