mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
fix(options): code style comment
This commit is contained in:
parent
e6b50ded02
commit
607aa69808
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const (
|
|||
ExtendCopy Extend = C.VIPS_EXTEND_COPY
|
||||
// ExtendRepeat repeat the whole image.
|
||||
ExtendRepeat Extend = C.VIPS_EXTEND_REPEAT
|
||||
// ExtendMirro mirror the whole image.
|
||||
// ExtendMirror mirror the whole image.
|
||||
ExtendMirror Extend = C.VIPS_EXTEND_MIRROR
|
||||
// ExtendWhite extend with white (all bits set) pixels.
|
||||
ExtendWhite Extend = C.VIPS_EXTEND_WHITE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue