He/Him | Chicago | jctecklenburg.com
@jctecklenburg on IG/TW
A second particular comp uses that as a sprite and scatters them around to fill space.
A third comp animates from white to black over time. Echo combines to a png.
A second particular comp uses that as a sprite and scatters them around to fill space.
A third comp animates from white to black over time. Echo combines to a png.
As long as you have a flat color and the wipe always grows, you can stack them. This saves space over a unique image file every frame (with slight overhead) and is very flexible!
As long as you have a flat color and the wipe always grows, you can stack them. This saves space over a unique image file every frame (with slight overhead) and is very flexible!
Because 8 Bit images contain 256 colors per channel, you can save an 8.5second animation within a single png! (at 30fps) Honestly that's really long.
Because 8 Bit images contain 256 colors per channel, you can save an 8.5second animation within a single png! (at 30fps) Honestly that's really long.