Package lines for core:image.

This commit is contained in:
Jeroen van Rijn
2025-10-09 17:18:51 +02:00
parent 51cd08296f
commit 673358f8b9
7 changed files with 15 additions and 15 deletions
+5 -6
View File
@@ -1,3 +1,8 @@
// package qoi implements a QOI image reader.
//
// The QOI specification is at [[ https://qoiformat.org ]].
package qoi
/*
Copyright 2022 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -6,12 +11,6 @@
Jeroen van Rijn: Initial implementation.
*/
// package qoi implements a QOI image reader
//
// The QOI specification is at [[ https://qoiformat.org ]].
package qoi
import "core:image"
import "core:compress"
import "core:bytes"