File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,5 @@ ocaml -I ../src magick.cma test30.ml && echo "test 30: OK!" || echo "test 30: Ar
3131ocaml -I ../src magick.cma test31.ml && echo " test 31: OK!" || echo " test 31: Arg"
3232ocaml -I ../src magick.cma test32.ml && echo " test 32: OK!" || echo " test 32: Arg"
3333ocaml -I ../src magick.cma test33.ml && echo " test 33: OK!" || echo " test 33: Arg"
34+ ocaml -I ../src magick.cma test34.ml && echo " test 34: OK!" || echo " test 34: Arg"
35+ ocaml -I ../src magick.cma test35.ml && echo " test 35: OK!" || echo " test 35: Arg"
Original file line number Diff line number Diff line change 1+
2+ let () =
3+ Magick. initialize () ;
4+ let img = Magick. read_image ~filename: " image.png" in
5+ Magick. describe img;
6+ Magick. destroy () ;
7+ ;;
8+
You can’t perform that action at this time.
0 commit comments