Skip to content

Instantly share code, notes, and snippets.

@fredszaq
fredszaq / AndroidManifest.xml
Last active December 4, 2018 13:31
Simple aar with kotlin callbacks
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.testkotlinapilib"/>
@fredszaq
fredszaq / removeNoise.sh
Last active January 11, 2016 23:06
Imagemagick command to remove noise from an image using fftw
#!/bin/bash
#
# A nice function to remove noise in an image.
#
# Usage
# removeNoise image noiseOnlyCoordinates
#
# $image : the image file to process
# $noiseOnlyCoordinates : coordinates of a region of the image that contains only
# noise, format : widthxheigth+topleftx+toplefty