Author Topic: Prizm image compressing algorithm  (Read 6966 times)

0 Members and 1 Guest are viewing this topic.

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Prizm image compressing algorithm
« Reply #15 on: October 08, 2011, 08:03:01 am »
Excuse, but what's that source code? I don't reconize any languages i Know...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Prizm image compressing algorithm
« Reply #16 on: October 26, 2011, 04:34:12 am »
Ruby I think, since that was Ashbad's favorite language.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline PierrotLL

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 19
  • Rating: +2/-0
    • View Profile
Re: Prizm image compressing algorithm
« Reply #17 on: November 30, 2011, 12:02:53 pm »
I use a simple compression by using a color swatch, and size of all bitmaps is divided by 2 (plus some bytes for the color swatch). It work fine :)

Offline Eiyeron

  • Urist McEiyolobster
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1430
  • Rating: +130/-10
  • (-_(//));
    • View Profile
    • Rétro-Actif : Rétro/Prog/Blog
Re: Prizm image compressing algorithm
« Reply #18 on: November 30, 2011, 02:47:46 pm »
Colored gravity Duck FTW