How to export individual sprites from sprite sheet

Hello! I’m creating some sprites, and I have them all in a sprite sheet, but to use them how I want to I need to be able to export them as separate sprites. Is there a way to do that, maybe with slices or the grid function? Thanks!

The best way is if your sprites are properly spaced from each other on the sheet. Then you can just use import sprite sheet and create an aseprite project file out of it with frames. That way you can tag specific sections of the sprite sheet and export the tags separately with the export sprite sheet function.

If not you’re probably best off importing them to frames by copy and pasting the frames from the sprite sheet.

They are properly spaced, thank you!