commit 94929a2fdacfe8cbb720c309b01d855d4880330e Author: josch Date: Tue Mar 11 17:12:36 2014 +0100 initial commit diff --git a/lodextract.py b/lodextract.py new file mode 100644 index 0000000..792a6ae --- /dev/null +++ b/lodextract.py @@ -0,0 +1,78 @@ +#!/usr/bin/env python + +import zlib +import struct +import os +from PIL import Image + +def is_pcx(data): + size,width,height = struct.unpack("