Skip to content

Releases: breakfast-for-dinner/abg

v2.0.0

02 Jun 18:14
e74ecc1
Compare
Choose a tag to compare

changelog (inaccurate, there was a massive overhaul but it doesn't show that)

the first line does nothing. you can do whatever you want with it. from that point forward, it starts reading for pixels. here is how a pixel is transformed:

  • the first letter is the color.
    • r = red
    • y = yellow
    • g = green
    • b = blue
    • c = cyan
    • p = purple
    • w = white
    • x = transparent
  • the second letter is the brightness.
    • 1 = black
    • 2 = very dark
    • 3 = little darker
    • 4 = bright
    • x = transparent

v1.0.0

02 Jun 18:08
a6610ab
Compare
Choose a tag to compare

i accidentally deleted this release, so i made a new one for it

the first line of a .abg file contains the version of abg this file uses. this is because abg is subject to change in the future. the second line does nothing. you can do whatever you want with it. from that point forward, it starts reading for pixels. here is how a pixel is transformed:

  • the first letter is the color.
    • r = red
    • y = yellow
    • g = green
    • b = blue
    • v = cyan
    • p = purple
    • w = white
    • x = transparent
  • the second letter is the brightness.
    • 1 = black
    • 2 = very dark
    • 3 = little darker
    • 4 = bright
    • x = transparent