Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /