Small PNG sprite maker (If you like animations in one file) in Visual Basic
(Right)
You can with this small program from image sequence make one big sprite (Like: You have files 01.png, 02.png, 03.png any with 128x128, You can make one big sprite 384x128) I can't explain more, becouse I don't have now time, so sorry.
SpriteMaker
- LinaInverse
- Prole
- Posts: 5
- Joined: Tue Feb 03, 2009 3:54 am
- Location: SteamID: SuperOwca
SpriteMaker
- Attachments
-
- SpriteMaker.zip
- (10.8 KiB) Downloaded 346 times
Last edited by LinaInverse on Wed Feb 11, 2009 11:07 am, edited 1 time in total.
I'm Girl, I'm Blonde, I'm Programmer, MayBe Even Gamer (Who Like To Play Left4Dead?)
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: SpriteMaker
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: SpriteMaker
You mean like a sprite sheet?LinaInverse wrote:(Like: You have files 01.png, 02.png, 03.png any with 128x128, You can make one big sprite 384x128) I can't explain more, becouse I don't have now time, so sorry.
Re: SpriteMaker
Wow, this is actually an incredibly useful tool. For my robot-man sprite, the frames were rendered one at a time and output into individual files. This tool assembles them into an animatable sprite for use in LÖVE. See attached image for clarification.
Re: SpriteMaker
no offence, but I thing you can achieve something similar with the imagemagick tool (some extra options were set for a particular project, so maybe it's possible to have it simpler):
http://www.imagemagick.org/www/montage.html
Code: Select all
montage -background "transparent" -depth 8 -type TrueColorMatte image1.png image2.png image3.png ... (or by using an animated gif...) -geometry 15x15 -tile 5x3 -matte -transparent "transparent" -type TrueColorMatte -depth 8 -flip -flop image_spritesheet.png
Re: SpriteMaker
You can achieve something similar with pretty much anything.farvardin wrote:no offence, but I thing you can achieve something similar with the imagemagick tool (some extra options were set for a particular project, so maybe it's possible to have it simpler):
http://www.imagemagick.org/www/montage.htmlCode: Select all
montage -background "transparent" -depth 8 -type TrueColorMatte image1.png image2.png image3.png ... (or by using an animated gif...) -geometry 15x15 -tile 5x3 -matte -transparent "transparent" -type TrueColorMatte -depth 8 -flip -flop image_spritesheet.png
However, I guess this is a neat thing to have if you're on Windows and make a lot of sprite sheets.
Re: SpriteMaker
Really Nice Programm!
Is in Photoshop the same function? And if could he tell it to me plz?
Thanks!
*I make much GFX Stuff, that would be nice!*
Is in Photoshop the same function? And if could he tell it to me plz?
Thanks!
*I make much GFX Stuff, that would be nice!*
Intrested in making music? Theres a Virtual Drum - Software for LÖVE
http://love2d.org/forum/viewtopic.php?f ... bumm#p4193
http://love2d.org/forum/viewtopic.php?f ... bumm#p4193
Re: SpriteMaker
It may be a .exe, but this is actually a .NET application. And it works under Mono, too.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 4 guests