jpg
gboolean a_jpg_magic_check (const gchar *filename);
const gchar *filename
filename
The file
Whether the file is a JPG. Uses Magic library if available to determine the jpgness. Otherwise uses a rudimentary extension name check.
gboolean a_jpg_load_file (VikAggregateLayer *top, const gchar *filename, VikViewport *vvp);
VikAggregateLayer *top
VikViewport *vvp