Skip to content

Commit 7961e36

Browse files
committed
Merge branch 'feature/v0.4.7' into develop
2 parents e08f5a1 + 90fcd47 commit 7961e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colour/io/image.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def write_image_Imageio(
763763
764764
Notes
765765
-----
766-
- It is possible to control how the image are saved by the *Freeimage*
766+
- It is possible to control how the images are saved by the *Freeimage*
767767
backend by using the ``flags`` keyword argument and passing a desired
768768
value. See the *Load / Save flag constants* section in
769769
https://sourceforge.net/p/freeimage/svn/HEAD/tree/FreeImage/trunk/\
@@ -865,7 +865,7 @@ def write_image(
865865
writing will be performed by *Imageio*.
866866
- If the given method is *Imageio*, ``kwargs`` is passed directly to the
867867
wrapped definition.
868-
- It is possible to control how the image are saved by the *Freeimage*
868+
- It is possible to control how the images are saved by the *Freeimage*
869869
backend by using the ``flags`` keyword argument and passing a desired
870870
value. See the *Load / Save flag constants* section in
871871
https://sourceforge.net/p/freeimage/svn/HEAD/tree/FreeImage/trunk/\

0 commit comments

Comments
 (0)