Use qdx to infer padding.

The border is unused for now.

I set padding to a specific color.
This commit is contained in:
Fabien Freling 2014-08-06 21:49:40 +02:00
parent 43208cea90
commit 593352bc45
2 changed files with 238 additions and 95 deletions

View file

@ -9,7 +9,7 @@ SRC = rotation.cpp \
HEADERS = image.h \
pnm.h
OBJS = $(patsubst %.cpp,%.o,$(SRC))
IMG = img/lena_3000.pgm
IMG = img/lena_64.pgm
all: $(OBJS)
$(CXX) $(CXXFLAGS) $(LFLAGS) $(OBJS) -o $(BUILD_DIR)/rotation