Kappa⁴ Archive

spam

seal.mp4<:vinny:631324820386349077><:vinny:631324820386349077><:vinny:631324820386349077>

Jump to date
Pins
legorhin spam
loss = [[1,0,1,1],
        [1,0,1,1],
        [1,1,1,0],
        [1,1,1,1]]
import numpy as np
from scipy.misc import imsave
im = np.array(loss).astype(float)
gap_width = 4
while im.shape[0] < 1024*4:
  new_im = np.zeros([gap_width*4,gap_width*4])
  new_im[:gap_width,:gap_width] = im
  new_im[:gap_width,2*gap_width:3*gap_width] = im
  new_im[:gap_width,3*gap_width:] = im
  
  new_im[gap_width:2*gap_width,:] = new_im[:gap_width,:]

  new_im[2*gap_width:,:2*gap_width] = new_im[:2*gap_width,2*gap_width:]

  new_im[2*gap_width:,2*gap_width:] = new_im[:2*gap_width,2*gap_width:]
  new_im[2*gap_width:3*gap_width,3*gap_width:] = 0
  im = new_im
  gap_width *= 4
imsave("test.png",im*255)
Rusp spam
My friend, who as far as I know does not watch anime, just sent me this out of nowhere, and I don’t know what to make of it

This archive is read-only — captured July 2020

Channels:
Density:

Jump to date