vim-guru an hour ago

Why are some of the pages upside down?

kragen 3 hours ago

This is beautiful! I am having some difficulty with the UI; is there a torrent? Images like https://codex-atlanticus.ambrosiana.it/assets/500/000R-1.jpg are too low in resolution for good archival; you can't even read the writing.

  • trvz 3 hours ago

    Manipulate the URL for a higher resolution:

      https://codex-atlanticus.ambrosiana.it/assets/2000/000R-1.jpg
    
    You don't need to depend on others to create a torrent, as bestowed upon you was the power of wget!

      wget https://codex-atlanticus.ambrosiana.it/assets/2000/000R-{1..1119}.jpg
      wget https://codex-atlanticus.ambrosiana.it/assets/2000/000V-{1..1119}.jpg
    • NoMoreNicksLeft 2 hours ago

      Any idea on how to best compile it to an ebook? Just stuffing the jpgs into a pdf rarely works well...

      • c0balt an hour ago

        I haven't that done this in some time, but templating some markdown code for pandoc and creating an ebup might be a viable avenue.