./graphics/go-imaging, Simple image processing package for Go

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q4, Version: 1.5.0nb2, Package name: go-imaging-1.5.0nb2, Maintainer: pkgsrc-users

Package imaging provides basic image processing functions (resize,
rotate, crop, brightness/contrast adjustments, etc.).

All the image processing functions provided by the package accept
any image type that implements image.Image interface as an input,
and return a new image of *image.NRGBA type (32bit RGBA colors,
not premultiplied by alpha).


Required to build:
[lang/go111] [pkgtools/cwrappers] [graphics/go-image] [textproc/go-text]

Master sites:

SHA1: ee12dc5777e1d097df037291f5cfef4a384239a2
RMD160: 3ae213e221c4d46d005f6423eb83ef1424f5b74e
Filesize: 1842.331 KB

Version history: (Expand)


CVS history: (Expand)


   2019-02-08 13:03:20 by S.P.Zeidler | Files touched by this commit (141) | Package updated
Log message:
revbump go dependents after lang/go111 and lang/go110 updates