File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,14 +331,14 @@ This creates a new metadata item of the specified type, name and value.
331
331
This changes the value of an existing field, but will not change its type.
332
332
333
333
You can't use ` set() ` to change core fields such as like ` width ` or
334
- ` interpretation ` . Use ` copy() ` instead.`
334
+ ` interpretation ` . Use ` copy() ` instead.
335
335
336
336
Image references will be shared by the operation cache, so modifying an image
337
337
can change an image somewhere else in your program. Before changing an image,
338
338
you must make sure you own a private copy of an image with ` copy ` .
339
339
340
340
``` lua
341
- local new_image = image :copy ()`
341
+ local new_image = image :copy ()
342
342
new_image :set (" orientation" , 7 )
343
343
```
344
344
You can’t perform that action at this time.
0 commit comments