Skip to content

Instantly share code, notes, and snippets.

@alexbrollo
alexbrollo / jp2todjvu.py
Last active August 29, 2022 17:11
Getting high quality djvu from IA jp2 images
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os, shutil, urlparse, urllib
import zipfile
import argparse
from PIL import Image
from internetarchive import download