Use qdx to infer padding.
The border is unused for now. I set padding to a specific color.
This commit is contained in:
parent
43208cea90
commit
593352bc45
2 changed files with 238 additions and 95 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue