Skip to content

Instantly share code, notes, and snippets.

View saucecontrol's full-sized avatar

Clinton Ingram saucecontrol

View GitHub Profile
@saucecontrol
saucecontrol / Program.cs
Last active June 24, 2020 01:41
Resize with MagicScaler, Watermark with System.Drawing
using System.IO;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using PhotoSauce.MagicScaler;
class Program
{
public static void Main(string[] args)