Back to Node List

Animated Image Import

animated_image_import

Imports a GIF as a one-layer Aseprite document while preserving each frame's display time.

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Output Ports

NameTypeDescription
Aseprite
ase
AsepriteFile
合成済みの全GIFフレームと元の表示時間を持つ1レイヤー文書です
先頭フレーム
preview
Image
静止画で素早く確認するための合成済み先頭フレームです
フレーム数
frame_count
Int
取り込んだGIFフレーム数です
総時間(ms)
total_duration_ms
Int
保持した各フレーム表示時間の合計です
警告コード
warnings
Text
保持できなかったメタデータを示す、言語に依存しない安定警告コードです
取り込みレポートJSON
report_json
Text
自動処理と共通取り込みアシスタントで使う構造化診断です

Parameters

NameTypeDefaultRangeDescription / Options
GIFファイル
path
FilePath

取り込むGIFです。表示時間は平均FPSへ丸めず、フレームごとに保持します

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 preview and confirm its length with frame_count and total_duration_ms.
  • Connect ase to nodes such as ase_frame_select or aseprite_export.
  • GIF_LOOP_METADATA_NOT_PRESERVED in warnings does 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 files
  • ase_frame_select — extract a particular imported frame as an image
  • aseprite_export — save the edited result as an Aseprite document
Back to Node List
Animated Image Import — PixPipeline Node Reference