Advertisement
kaQnub

POV 2022-01-11

Jan 10th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. g++ -O2 pnmtorle.cc -o pnmtorle -g -lm
  2. g++ -O2 pnmwindshieldwiper.cc -o pnmwindshieldwiper -g -lm
  3. pngtopnm *.png | ./pnmwindshieldwiper | pnmscale -height 144 | ./pnmtorle > test_FC_POV_data.h
  4. /bin/sh: 1: pngtopnm: not found
  5.  scale = 0.001078  height = 20.000000 flags = 0 /bin/sh: 1: pnmscale: not found
  6.  0 bytes
  7.  scale = 201050263905634965063595248128807002721845661138944.000000  height = 20.000000 flags = 0 g++ -O2 pgmtorle.cc -o pgmtorle -g -lm
  8. pngtopnm *.png | ./pnmwindshieldwiper | pnmscale -height 144 | ./pgmtorle > test_SC_POV_data.h
  9. /bin/sh: 1: pngtopnm: not found
  10.  scale = 0.001570  height = 20.000000 flags = 0 /bin/sh: 1: pnmscale: not found
  11.  0 bytes
  12.  scale = 201050263905634965063595248128807002721845661138944.000000  height = 20.000000 flags = 0 pngtopnm *.png | ./pnmwindshieldwiper | pnmscale -height 144 | pnmtopng > test_preview.png
  13. /bin/sh: 1: pngtopnm: not found
  14.  scale = 0.000396  height = 20.000000 flags = 0 /bin/sh: 1: pnmscale: not found
  15.  scale = 0.005488  height = 20.000000 flags = 0 pnmtopng: not found
  16.  scale = 201050263905634965063595248128807002721845661138944.000000  height = 20.000000 flags = 0 make: *** [Makefile:13: preview.png] Error 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement