#include #include void main(){ g_type_init(); gint height, width; gdk_pixbuf_get_file_info(ABSOLUTE_PATH_TO_SVG, &width, &height); }