SBAtor
Animations editor (*.sba)
CF62
РУССКИЙ | ENGLISH

export
You can save animations by frames. Export format is: bmp 8bit for 8c animations, and bmp 24bit for 16c. The standart transparent color is exports as green(0,255,0). But for some animations:
explicon
expanim
surficon
surfanim

transparent color is non-standart, it extracts as is (255,0,255).

import
When you create new animation, its parameters are set by first frame. So when you import bmp less or equal 8bit color - there will be created 8c animation. If more than 8bit bmp - then 16c animation.
If you wish to make some places transparent - use green (0,255,0), it will pack as standart transparent color.
Limits by frames:
9 frames for fullscreen(128х128) animations: more frames will not play.
6 frames for others: instead of other frames are displays random pics, if enterpin - then enterpinok wiln't be displayed.
If you change wait then you must restart phone, because it may be bugs.

import для MC60:

Format of animations for MC60 is differs from CF62 so creating of animations is differs also.You can use no more than 256colors to all frames of animation. But this colors may be any. Simple way to limit number of colors for all frames:
-Take your drawn animations and clue all frames to one image.
-Apply optimized 256 color palette to this image.
-Cut this image back to frames.
-Create animation from this frames, using "New MC60" menu item.
When you add frame, all new finded colors adds to pallete. Number of colors in pallete displayed in Colors. If palette filled more than 256 colors then Colors: 256[cutted!] displayed and you loose all new colors. When you delete a frame - there is only frame delete, its colors are left in pallete.

sba format:

//header
01 //0x00
00
06
00
80 width
00
80 heigth
00
09 frames
00
02
00
04
00
FA(C8) only wait.sba
00
00(01) loop (1=true)
00 //0x11

//frames
09 compression format (09=16c, 04=08c)
00
85 //size of frame in bytes
5E //855E=5E85=24197bytes
     next are coming bytes of frame in its compression format.

For MC60 in first frame lies pallete in 12с format. All other frames packed as 8с, but instead of color there are number in pallete. So it's maximum 256 colors in pallete and length of pallete no more than 0x200.

| Sep. sepich@rambler.ru ICQ#6333555 |