Skip to content

Instantly share code, notes, and snippets.

View nicholasc's full-sized avatar

Nicholas Charbonneau nicholasc

View GitHub Profile
@nicholasc
nicholasc / charbsOS.sh
Last active May 20, 2022 20:40
A development-centric and minimalist Arch-linux installation script.
#!/usr/bin/env bash
echo -ne "
░█████╗░██╗░░██╗░█████╗░██████╗░██████╗░░██████╗
██╔══██╗██║░░██║██╔══██╗██╔══██╗██╔══██╗██╔════╝
██║░░╚═╝███████║███████║██████╔╝██████╦╝╚█████╗░
██║░░██╗██╔══██║██╔══██║██╔══██╗██╔══██╗░╚═══██╗
╚█████╔╝██║░░██║██║░░██║██║░░██║██████╦╝██████╔╝
░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚═════╝░╚═════╝░
v0.1.0
@nicholasc
nicholasc / Duotone.php
Last active January 4, 2022 07:05
A Duotone filter for Imagine PHP library.
<?php
use Imagine\Image\Point;
use Imagine\Image\ImageInterface;
use Imagine\Filter\FilterInterface;
use Imagine\Filter\Advanced\OnPixelBased;
use Imagine\Image\Palette\Color\RGB;
/**
* Duotone