Hello,
This could very easily be user error on my end, but I am trying to bulk download a set of images using a txt file with urls, where each image is sequentially named pic1.png, pic2.png, and so on
Based on the documentation, this should work:
dezoomify-rs --bulk urllist.txt pic.png
However, when I run this command, it instead names each file as info.jpg, info1.jpg, and so on.
How can I get it to name the files correctly as I want, or at least to force the png format?
Hello,
This could very easily be user error on my end, but I am trying to bulk download a set of images using a txt file with urls, where each image is sequentially named pic1.png, pic2.png, and so on
Based on the documentation, this should work:
dezoomify-rs --bulk urllist.txt pic.pngHowever, when I run this command, it instead names each file as info.jpg, info1.jpg, and so on.
How can I get it to name the files correctly as I want, or at least to force the png format?