10000 fix a tiny layout error · libvips/ruby-vips@5eb3fac · GitHub
[go: up one dir, main page]

Skip to content

Commit 5eb3fac

Browse files
committed
fix a tiny layout error
1 parent 3a3086c commit 5eb3fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vips/image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def new_from_image value
549549
pixel = (Vips::Image.black(1, 1) + value).cast(format)
550550
image = pixel.embed 0, 0, width, height, extend: :copy
551551
image.copy interpretation: interpretation, xres: xres, yres: yres,
552-
xoffset: xoffset, yoffset: yoffset
552+
xoffset: xoffset, yoffset: yoffset
553553
end
554554

555555
# Write this image to a file. Save options may be encoded in the

0 commit comments

Comments
 (0)
0