Skip to content

Instantly share code, notes, and snippets.

@TypeA2
TypeA2 / pixel_hash.py
Last active June 2, 2025 16:15
Danbooru Pixel Hash
#!/usr/bin/env python3
from pyvips import Image
from tempfile import TemporaryFile
from pathlib import Path
from typing import cast
from zipfile import ZipFile
import hashlib
import sys
import json