Users browsing this thread: 1 Guest(s)
Poll: for?
You do not have permission to vote in this poll.
My picture
0%
0 0%
My arts
0%
0 0%
Games I sell
0%
0 0%
Nothing
0%
0 0%
Not sure
0%
0 0%
Other/Others/Mix/Mixes
25.00%
2 25.00%
Never have
0%
0 0%
blankets I make
62.50%
5 62.50%
for my own use
12.50%
1 12.50%
to make games
0%
0 0%
Total 8 vote(s) 100%
* You voted for this item. [Show Results]

Can I make .png files with programming also what do you use tsr sprites
#1
This is a two subjects in one topic
topic.

Basically this thread is about
can I program to make my own .png files
and
also what do you or anyone else or both
use spriters resource sprites for?

I known about a user on http://sandbox.yoyogames.com/
who accepted donations in Super Mario Bros. Infinity and I assume the sprites he used was from spriters resource.
An awesomest (best) maze game V at least in my opinion.

http://s000.tinyupload.com/?file_id=00821057748349019634




Thanked by:
#2
(09-21-2012, 06:51 PM)ZeldaClassicEXPERT Wrote: can I program to make my own .png files

yes, in C# for instance you can create an empty bitmap variable and fill it with programmatically-generated pixel data. this can be saved to a file
Thanked by:
#3
Thank you so super very very much I appreciate your help Smile : ) ; ) Wink
An awesomest (best) maze game V at least in my opinion.

http://s000.tinyupload.com/?file_id=00821057748349019634




Thanked by:
#4
Yea, sure. Generally, every programming language that can write files should be suitable. However, the PNG format is hilariously complicated, so you'd better use one that has finished libraries available. C# has what you need, I bet Java would have them too, C++ has anything somewhere on the internet, there's libraries for Flash AS3. For Delphi Pascal, I use pngdelphi, also found on the internet.
Theoretically, you could also write your own code, but that is far from easy, so just search the internet for available libraries, classes or source code to load/save PNG from whatever programming language you want to use.
Thanked by:
#5
Cool and thank you all.

Also I use spriters resource sprites in games for my own use sometimes (rarely though).
An awesomest (best) maze game V at least in my opinion.

http://s000.tinyupload.com/?file_id=00821057748349019634




Thanked by:


Forum Jump: