You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,8 @@ image.opacity( f ); // multiply the alpha channel by each pixel by th
79
79
image.resize( w, h ); // resize the image. Jimp.AUTO can be passed as one of the values.
80
80
image.scale( f ); // scale the image by the factor f
81
81
image.rotate( deg[, resize] ); // rotate the image clockwise by a number of degrees. Unless `false` is passed as the second parameter, the image width and height will be resized appropriately.
82
-
image.blit( src, x, y ); // blit the image with another Jimp image at x, y
0 commit comments