Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Demo Making    >>    anim
   
 
 Animation Routine for .ANI Format [256x256x256]  Daniel Vollmer 08.04.1996

Программа анимации, использующая самопальный формат .ANI. Прилагаются: примеры анимации и программа конвертирования изображений в формат .ANI.
Animation routine for a selfmade animation compression format.



96k 
 

  this is a little selfmade animation compression format... it reduces resolution and the interpolates (gouraud) between those color blocks, then it is run-length encoded and you can change the resolution from frame to frame... i was going to built in delta compression (just encode the changed data from frame to frame) but i had no time and hmmm.... motivation... oh btw: it is the 256*256*256 graphic-mode... thanks to bas van gaalen (spelled right?)... crunch compressed and converts into the .ani format... but you have to have raw-files (256 color b/w) numbered in a certain way... just look in the source!