Skip to content

PoC black/white image sequence to dumpy gif image sequence converter

Notifications You must be signed in to change notification settings

snailcon/QuadtreeAmogufier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example output BW: https://www.youtube.com/watch?v=UbaBI-XxGbo

do whatever you want with this

What is this

This takes an image sequence and converts it to a quadtree structured image sequence with a gif/sprite of your choice (place it in res/ and update it in code).

you can set the max and min square size in the subdivide methods (functions?)

Info

  • Reads and Writes PNG
  • Input goes into in/ with format img_#.png
  • Output comes out in out/ with format img_#.png
  • Not that slow anymore
  • Usage Instructions in Code / when running without args
  • Requires C++17 features enabled (thread-pool)

Credits

stb_image / stb_image_write

thread-pool - by recommendation of ramidzkh

About

PoC black/white image sequence to dumpy gif image sequence converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published