curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Download many image files into one file

From: Budi via curl-users <curl-users_at_cool.haxx.se>
Date: Sat, 15 Jun 2019 05:57:55 +0700

Thanks, that's the only way to be done.

On 6/15/19, Bill Mercer <bmercer_at_nccer.org> wrote:
> This isn't something curl can do. Curl doesn't understand image file formats
> and can't edit or assemble images.
> You could use curl to download multiple images to a folder, and then use
> some other software to combine them.
>
>
> -----Original Message-----
> From: curl-users <curl-users-bounces_at_cool.haxx.se> On Behalf Of Budi via
> curl-users
> Sent: Friday, June 14, 2019 7:49 AM
> To: curl-users_at_cool.haxx.se
> Cc: Budi <budikusasi_at_gmail.com>
> Subject: Download many image files into one file
>
> How do we download many image files into one file correctly.
> the below test showed DL is well done but then cannot be browsed in
> multi-page image by an image viewer such as IrfanView thouh still can be
> opened correctly and show the 1st page only
>
> E.g. I tried
>
> $ >AllPage.png; for((i=1;i<99;i++));{ curl
> https://babel.hathitrust.org/cgi/imgsrv/image?id=mdp.39015006390085\;seq=$i
>>>AllPage.png ;}
>
> Any sincere help is really appreciated.
> -----------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
> Etiquette: https://curl.haxx.se/mail/etiquette.html
>
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-06-15