We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f05fe commit 251ff54Copy full SHA for 251ff54
Augmentor/Pipeline.py
@@ -244,10 +244,11 @@ def set_save_format(self, save_format):
244
file extension.
245
246
If :attr:`save_format` is set to, for example,
247
- :attr:`save_format="JPEG"` or :attr:`save_format=JPG`,
248
- Augmentor will attempt to save the files using a the
+ :attr:`save_format="JPEG"` or :attr:`save_format="JPG"`,
+ Augmentor will attempt to save the files using the
249
JPEG format, which may result in errors if the file cannot
250
- be saved in this format.
+ be saved in this format, such as PNG images with an alpha
251
+ channel.
252
253
:param save_format: The save format to save the images
254
when writing to disk.
0 commit comments