mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Package lines for core:image.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user