Page 1 of 1

QoiImagePlugin

Posted: Mon Jun 06, 2022 11:12 am
by Crusiatus Black
Hi folks,

I created a pure-PureBasic implementation of the Qoi image format based on the specification and reference encoder/decoder.
It is an include-only solution and can be found in QoiImagePlugin.pbi here: https://github.com/Imagine-Programming/QoiImagePlugin

It's far from optimized yet, because I first wanted to support every PureBasic/platform combination.

Re: QoiImagePlugin

Posted: Tue Jul 05, 2022 8:32 pm
by LinXP

Re: QoiImagePlugin

Posted: Wed Jul 06, 2022 8:15 am
by Thorsten1867

Re: QoiImagePlugin

Posted: Sat Jul 09, 2022 9:51 am
by Crusiatus Black
That's nice :D I personally wanted an integrated solution so that I could use the PureBasic libraries as they are.

Ah I see you implemented that as well, cool. You could ask the creater of the format to enlist your implementation on the reference repo as well :)

P.S. Why not make your own announcement thread though? :D