hoothin / AnimationTool

Spritesheet tool for bitmap animation 我写的图片资源去除透明区域、记录动画偏移值、最小化裁剪、拼接并生成配置文件的工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnimationTool

When pack image with TexturePacker,if you choose trim the transparent,the info of every image's position will lose

AnimationTool is a tool for generate animation config to pack with TexturePacker.

It trim the bitmap without transparent area,and save the offset to xml for animation to location itself.

It's wirte base on Haxe 3 and OpenFL/Lime.

demo

usage

  • Modify the ParhConfig.txt and set the tpbin to texturepacker dir,output is the dir where you wish generate file.
  • Select a folder to begin
  • You will get a xml about offset under root/effect,a xml about all animation collection under root and a png pack by texturepacker under root/effect,the processPath is temp for cut single image and should ignore

attention

  • You must enable the command mode of TexturePacker

About

Spritesheet tool for bitmap animation 我写的图片资源去除透明区域、记录动画偏移值、最小化裁剪、拼接并生成配置文件的工具


Languages

Language:Haxe 100.0%