Configured with
./configureCompiled with
make
rungm.sh
does not work with unix tschrungm.sh
becomes
#!/bin/sh # -*- shell-script -*-
gm -display
does not work with AVI locale en_GB.UTF-8With my non-ascii locale it appears to try and read binary AVI files as two byte characters and fails with
gm display: AVI chunk (i2idatabase/i2iDatabase/AC/AC_Right.avi) [Invalid or incomplete multibyte or wide character].
clearing environment variable LC_CTYPE
takes us to the next error.
gm -display
does not work with AVIgm display: AVI chunk 357 356 W 366 not yet supported (/cs/research/crest/projects1/ucacbbl/i2idatabase/i2iDatabase/AC/AC_Right.avi).
AC_Right.avi
is included in
http://research.microsoft.com/en-us/um/people/antcrim/data_i2i/i2idatabase.zip