An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/drswork/image

Package image implements a basic 2-D image library. The fundamental interface is called Image. An Image contains colors, which are described in the image/color package. Values of the Image interface are created either by calling functions such as NewRGBA and NewPaletted, or by calling Decode on an io.Reader containing image data in a format such as GIF, JPEG or PNG. Decoding any particular image format requires the prior registration of a decoder function. Registration is typically automatic as a side effect of initializing that format's package so that, to decode a PNG image, it suffices to have in a program's main package. The _ means to import a package purely for its initialization side effects. See "The Go image package" for more details: https://golang.org/doc/articles/image_package.html

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/drswork/image
License: BSD-3-Clause
Latest release: over 5 years ago
First release: over 5 years ago
Namespace: github.com/drswork
Stars: 9 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...