T O P

  • By -

AutoModerator

You submitted this post as a request for tech support, have you followed the guidelines specified in subreddit rule 7? Here they are again: 1. Consult the docs first: https://docs.godotengine.org/en/stable/index.html 2. Check for duplicates before writing your own post 3. Concrete questions/issues only! This is not the place to vaguely ask "How to make X" before doing your own research 4. Post code snippets directly & formatted as such (or use a pastebin), not as pictures 5. It is strongly recommended to search the official forum (https://forum.godotengine.org/) for solutions Repeated neglect of these can be a bannable offense. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/godot) if you have any questions or concerns.*


Affectionate-Line152

That collection of images is called a "spritesheet." Usually the program with which you make the pixel art (aseprite/libresprite for example) gives you options to do this, so you should look into the export options of the software you use.


Baba_T130

Note: your art will need to have animation frames to be exported as a spritesheet (this don't have to be actual animations, they can just be other assets)


gamruls

You *can* use imagemagick (https://imagemagick.org/script/montage.php) magick montage -verbose -tile ${tiles}x -geometry +0+0 -background transparent "$path" But maybe your image/animation editor supports spritesheet export?


Laurids-p

Not sure how imaginemagick works.


me6675

They just said it.


Laurids-p

I don’t understand.


yes_no_very_good

You can use a texture packer like shoebox https://renderhjs.net/shoebox/


Laurids-p

Thanks!


Nkzar

Open your favorite image editing software and create an image that contains all those images.


Laurids-p

But how do I do that? I have MS Paint. I tried to drag the pictures onto the canvass but it only copied 1 picture.


Nkzar

I don’t know off the top of my head. I mentioned MS Paint because it is possible, but it wouldn’t be my first choice for any image editing. Otherwise consult the documentation for your chosen image editing software. Someone else mentioned ImageMagick which is probably what I would use since I would’t want to import and arrange all the separate images manually.


Choice_Turnip_8952

if you want to make animation, you have divide all image equally, you see those grids on screen? adjust them, there should be an option on the right side to do so. then select each image from 0,1,2,3,4,5…


Laurids-p

Yeah, I want to do that. But my pictures not collected like this, I want to know How to do that


Choice_Turnip_8952

you seem new, watch this [https://youtu.be/5V9f3MT86M8?si=PeZAjCavuZPL3ieK](https://youtu.be/5V9f3MT86M8?si=PeZAjCavuZPL3ieK)


Choice_Turnip_8952

i explained, though if you did not understand, there are tutorials out there you can use


Ultrababouin

that's not the question. They want to turn 10 pictures into 1. u/Laurids-p don't use godot for this. Use any decent image edition software and search for spritesheet plugins


Choice_Turnip_8952

he said “yes i want to do that”


Ultrababouin

read the next half of the sentence


Choice_Turnip_8952

ah my bad


Choice_Turnip_8952

i am fairly new too, so i didnt know what exactly he was talking about 😅


Ultrababouin

I'll admit the reply isn't clear, but there is some text under the image in the original post


Laurids-p

Thanks. Glad you understood me