QoiImagePlugin

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Crusiatus Black
Enthusiast
Enthusiast
Posts: 389
Joined: Mon May 12, 2008 1:25 pm
Location: The Netherlands
Contact:

QoiImagePlugin

Post 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.
Image
Bas Groothedde,
Imagine Programming

I live in a philosophical paradoxal randome filled with enigma's!
LinXP
New User
New User
Posts: 7
Joined: Mon May 07, 2018 9:58 am

Re: QoiImagePlugin

Post by LinXP »

User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: QoiImagePlugin

Post by Thorsten1867 »

Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Crusiatus Black
Enthusiast
Enthusiast
Posts: 389
Joined: Mon May 12, 2008 1:25 pm
Location: The Netherlands
Contact:

Re: QoiImagePlugin

Post 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
Image
Bas Groothedde,
Imagine Programming

I live in a philosophical paradoxal randome filled with enigma's!
Post Reply