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
+3 -4
View File
@@ -1,3 +1,6 @@
// package tga implements a TGA image reader and writer for 8-bit RGB and RGBA images.
package tga
/*
Copyright 2022 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -7,10 +10,6 @@
Benoit Jacquier: tga loader
*/
// package tga implements a TGA image writer for 8-bit RGB and RGBA images.
package tga
import "core:mem"
import "core:image"
import "core:bytes"