dds

package module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

README

DDS

This module implements DirectDraw Surface image support in go, using the dxt library by mauserzjeh for DXT1 decoding

Documentation

Overview

Package dds provides a decoder for the DirectDraw surface format, which is compatible with the standard image package.

It should normally be used by importing it with a blank name, which will cause it to register itself with the image package:

import _ "github.com/hugespaceship/dds"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(r io.Reader) (image.Image, error)

func DecodeConfig

func DecodeConfig(r io.Reader) (image.Config, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL