google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

How to specify the extension of images.

Open UtkarshBhardwaj007 opened this issue 4 years ago • 2 comments

Is there some way that I can set the format of images to be one of the items in a list? For example I want the images to be of jpeg extension.

UtkarshBhardwaj007 avatar Nov 11 '20 10:11 UtkarshBhardwaj007

use this argument: [-f {jpg,gif,png,bmp,svg,webp,ico}]

Askejm avatar Jul 07 '22 12:07 Askejm

You can specify the desired image format using the -f argument followed by a list of formats within curly braces, for example: [-f {jpg,gif,png,bmp,svg,webp,ico}]. This will restrict the input to the specified image formats.

glenn-jocher avatar Nov 09 '23 18:11 glenn-jocher