]> git.ipfire.org Git - thirdparty/plymouth.git/commit
[script] Migrate from image to pixel buffer
authorCharlie Brej <cbrej@cs.man.ac.uk>
Sat, 21 Nov 2009 16:30:34 +0000 (16:30 +0000)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Sat, 21 Nov 2009 16:30:34 +0000 (16:30 +0000)
commit2dbac8e9422a37efb4cb9bf0a1dfeddbe84af4e2
treeaa475bdd30d93d74c8fe5627034b22143f948e61
parentfdfdd822fae354e8b3fc422dc1f47f11f9063cb7
[script] Migrate from image to pixel buffer

The script image is now a pixel buffer. This allows some clever possibilities:
We can now implement text to image.
We can compose images by drawing on them, and record the areas which changed to
avoid refreshing the whole thing.
src/plugins/splash/script/script-lib-image.c
src/plugins/splash/script/script-lib-sprite.c
src/plugins/splash/script/script-lib-sprite.h