# Packages
No description provided by the author
# Functions
Convert uses the registered Converters to convert the image formed from data, width and height from srcFmt to dstFmt.
Difference returns the normalized square error between the two images.
No description provided by the author
NewATC_RGB_AMD returns a format representing the ATC_RGB_AMD block texture compression format.
NewATC_RGBA_EXPLICIT_ALPHA_AMD returns a format representing the ATC_RGBA_EXPLICIT_ALPHA_AMD block texture compression format.
NewATC_RGBA_INTERPOLATED_ALPHA_AMD returns a format representing the ATC_RGBA_INTERPOLATED_ALPHA_AMD block compression format.
NewETC1_RGB_U8_NORM returns a format representing the ETC1_RGB8 block texture compression format.
NewETC2_R_S11_NORM returns a format representing the COMPRESSED_SIGNED_R11_EAC block texture compression format.
NewETC2_R_U11_NORM returns a format representing the COMPRESSED_R11_EAC block texture compression format.
NewETC2_RG_S11_NORM returns a format representing the COMPRESSED_RG11_EAC block texture compression format.
NewETC2_RG_U11_NORM returns a format representing the COMPRESSED_RG11_EAC block texture compression format.
NewETC2_RGB_U8_NORM returns a format representing the COMPRESSED_RGB8_ETC2 block texture compression format.
NewETC2_RGBA_U8_NORM returns a format representing the COMPRESSED_RGBA8_ETC2_EAC block texture compression format.
NewETC2_RGBA_U8U8U8U1_NORM returns a format representing the COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 block texture compression format.
NewETC2_SRGB_U8_NORM returns a format representing the COMPRESSED_SRGB8_ETC2 block texture compression format.
NewETC2_SRGBA_U8_NORM returns a format representing the COMPRESSED_SRGBA8_ETC2_EAC block texture compression format.
NewETC2_SRGBA_U8U8U8U1_NORM returns a format representing the COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 block texture compression format.
NewID returns a new ID from an id.ID.
NewPNG returns a format representing the the texture compression format with the same name.
NewRGTC1_BC4_R_S8_NORM returns a format representing the RGTC1_BC4_R_S8_NORM block texture compression.
NewRGTC1_BC4_R_U8_NORM returns a format representing the RGTC1_BC4_R_U8_NORM block texture compression.
NewRGTC2_BC5_RG_S8_NORM returns a format representing the RGTC2_BC5_RG_S8_NORM block texture compression.
NewRGTC2_BC5_RG_U8_NORM returns a format representing the RGTC2_BC5_RG_U8_NORM block texture compression.
NewS3_DXT1_RGB returns a format representing the S3_DXT1_RGB block texture compression.
NewS3_DXT1_RGBA returns a format representing the S3_DXT1_RGBA block texture compression.
NewS3_DXT3_RGBA returns a format representing the S3_DXT3_RGBA block texture compression format.
NewS3_DXT5_RGBA returns a format representing the texture compression format with the same name.
NewUncompressed returns a new uncompressed format wrapping f.
PNGFrom returns a new Data with the PNG format.
RegisterConverter registers the Converter for converting from src to dst formats.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrResizeUnsupported is returned by Format.Resize() when the format does not support resizing.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Convertable is the interface implemented by types that can be converted to a new image format.
Thumbnailer is the interface implemented by types that can be visualized as a thumbnail image.
# Type aliases
Converter is used to convert the the image formed from the parameters data, width, height and depth into another format.