Simple and fast tool to add a fancy blurred letterbox effect to images.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile 193B

12345678
  1. CFLAGS += -fopenmp $(shell pkg-config --cflags libjpeg) -ffast-math -O3
  2. LDFLAGS += -fopenmp $(shell pkg-config --libs libjpeg)
  3. blurrerbox: blurrerbox.c
  4. .PHONY: clean
  5. clean:
  6. rm -f blurrerbox