Hi! I'm having an error when I try to feed my images in to the program...
Here's the commands I used
convert testcard.png -flatten -resize 909x511 testcard.pgm
convert testcard.png -flatten -resize 909x511 testcard2.pgm
./apt-encode testcard.pgm testcard2.pgm > encode.raw
And here's the error I get:
apt-encode: apt-encode.cpp:79: void Image::load(): Assertion `buf[1] == '2'' failed.
Aborted
Hi! I'm having an error when I try to feed my images in to the program...
Here's the commands I used
And here's the error I get: