Skip to content

Instantly share code, notes, and snippets.

View int-y1's full-sized avatar

Jason Yuen int-y1

View GitHub Profile
@int-y1
int-y1 / fix10_maple.txt
Last active March 7, 2026 21:42
Unmatched brackets in Maple code
We couldn’t find that file to show.
@int-y1
int-y1 / make_transparent.py
Created March 28, 2022 20:09
Change white background to transparent background
from PIL import Image
import numpy as np
arr=np.array(Image.open('wmd-buttons.png'))
_,ib,_=arr.shape # rows, columns, RGBA
'''
255, 255, 255
153, 192, 250
solve for (r,g,b,a)