fix(options): code style comment

master
Tomas Aparicio 9 years ago
parent e6b50ded02
commit 607aa69808

@ -123,7 +123,7 @@ const (
ExtendCopy Extend = C.VIPS_EXTEND_COPY ExtendCopy Extend = C.VIPS_EXTEND_COPY
// ExtendRepeat repeat the whole image. // ExtendRepeat repeat the whole image.
ExtendRepeat Extend = C.VIPS_EXTEND_REPEAT ExtendRepeat Extend = C.VIPS_EXTEND_REPEAT
// ExtendMirro mirror the whole image. // ExtendMirror mirror the whole image.
ExtendMirror Extend = C.VIPS_EXTEND_MIRROR ExtendMirror Extend = C.VIPS_EXTEND_MIRROR
// ExtendWhite extend with white (all bits set) pixels. // ExtendWhite extend with white (all bits set) pixels.
ExtendWhite Extend = C.VIPS_EXTEND_WHITE ExtendWhite Extend = C.VIPS_EXTEND_WHITE

Loading…
Cancel
Save