Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Boomshine</title>
<style type="text/css">
#canvas {
border: 1px solid black;
position: absolute;
}
</style>
@MaxSWR
MaxSWR / A4toA5.java
Created June 11, 2018 11:06
Main class
package a4toa5;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.util.logging.Level;
import java.util.logging.Logger;