*Encoding every character as an HTML entity

 >>/11431/
I only saw the thumbnail and not the full image for that PNG ("7.11KB , 99x56 , herd.png"), but it isn't larger than the thumb. If imageboard software "kusaba x 0.9" is sane then in that case the thumbnail and full image would be the exact same file.

>  >above post ITT about original web paths for pony pics
This is a more complex or longer task than I originally thought. Helpful Bash commands for a different project:
> $ echo {a..z}{a..z} | perl -pE "s/ /\n/g" | wc -l # 26^2 = 676
> 676
> $ echo {1..5}
> 1 2 3 4 5
> $ echo {a..c}{a..c}
> aa ab ac ba bb bc ca cb cc
> $ # usage: for sorting, such as for pdftk