This commit is contained in:
Devine Lu Linvega 2016-11-14 07:34:23 -08:00
parent 783338cf5a
commit 8f6c2b6139

View File

@ -19,8 +19,8 @@ $ new_name.jpg ; Create a new file with name
##Load File ##Load File
``` ```
/ dir/file_name.jpg 10 10 100 100 ; Load image into canvas, at position 10,10, with size of 100x100 / dir/file_name.jpg 10 10 100 100 ; Load image, at 10,10 with size 100x100
/ dir/file_name.jpg 10 10 100 ; Load image into canvas, at position 10,10, with size of 100w and auto height / dir/file_name.jpg 10 10 100 ; Load image, at 10,10 with size 100w and auto height
``` ```
##Brush ##Brush