mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 02:45:54 -07:00
feat(#95): support multiple formats
This commit is contained in:
parent
489fbc8a00
commit
21d5f4a515
2 changed files with 17 additions and 16 deletions
2
vips.go
2
vips.go
|
|
@ -25,7 +25,7 @@ var debug = d.Debug("bimg")
|
|||
const VipsVersion = string(C.VIPS_VERSION)
|
||||
|
||||
// VipsMajorVersion exposes the current libvips major version number
|
||||
const VipsMajorVersion = string(C.VIPS_MAJOR_VERSION)
|
||||
const VipsMajorVersion = int(C.VIPS_MAJOR_VERSION)
|
||||
|
||||
// VipsMinorVersion exposes the current libvips minor version number
|
||||
const VipsMinorVersion = int(C.VIPS_MINOR_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue