Overview
Converts an animated GIF into a document that can connect directly to the existing Aseprite processing nodes. It preserves each frame's individual duration, such as 40 ms or 120 ms, which makes it suitable for effects and UI animations with uneven timing.
Usage tips
- Select a GIF, then check the first frame through
previewand confirm its length withframe_countandtotal_duration_ms. - Connect
aseto nodes such asase_frame_selectoraseprite_export. GIF_LOOP_METADATA_NOT_PRESERVEDinwarningsdoes not mean the images or timing failed to import. It only reports that the GIF loop-count metadata is not stored in the PixPipeline document.
Common mistakes
- Very large GIFs, more than 4,096 frames, or a total duration above 24 hours are rejected for safety. Split or resize the source asset first.
- GIF delta frames are composited into complete images before storage. This node is not intended for editing the original GIF compression structure.
Related nodes
image_sequence_import— use when the animation is supplied as separate still filesase_frame_select— extract a particular imported frame as an imageaseprite_export— save the edited result as an Aseprite document