{"id":2548,"date":"2022-09-03T04:03:18","date_gmt":"2022-09-02T20:03:18","guid":{"rendered":"https:\/\/guerilla.ddns.net\/wp\/?p=2548"},"modified":"2025-08-22T22:29:48","modified_gmt":"2025-08-22T14:29:48","slug":"get-gtkpicture-gtkimage-size","status":"publish","type":"post","link":"https:\/\/guerilla.ddns.net\/wp\/?p=2548","title":{"rendered":"Get GtkPicture \/ GtkImage size"},"content":{"rendered":"<h2>GtkPicture<\/h2>\n<pre><code class=\"language-c\" data-line=\"\">void ShowPictureSize()\n{\n    GtkWidget *picture;\n    GdkPaintable *paintable;\n    picture = gtk_picture_new_for_filename(&quot;.\/sample.jpg&quot;);\n    paintable = gtk_picture_get_paintable(GTK_PICTURE(picture));\n    if (paintable)\n        g_print(&quot;The picture size is %ux%u pixels.\\n&quot;, gdk_paintable_get_intrinsic_width(paintable), gdk_paintable_get_intrinsic_height(paintable));\n}<\/code><\/pre>\n<p>&nbsp;<\/p>\n<h2>GtkImage<\/h2>\n<pre><code class=\"language-c\" data-line=\"\">void ShowImageSize()\n{\n    GtkWidget *image;\n    GdkPaintable *paintable;\n    image = gtk_image_new_from_file(&quot;.\/sample.jpg&quot;);\n    paintable = gtk_image_get_paintable(GTK_IMAGE(image));\n    if (paintable)\n        g_print(&quot;The image size is %ux%u pixels.\\n&quot;, gdk_paintable_get_intrinsic_width(paintable), gdk_paintable_get_intrinsic_height(paintable));\n}<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>#c #gtk4 #gdk4 #gdkpixbuf2<br \/>\n#fedora36 #ubuntu22.04 #gnome42.4<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GtkPicture void ShowPictureSize() { GtkWidget *picture; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[212],"tags":[27,192],"class_list":["post-2548","post","type-post","status-publish","format-standard","hentry","category-coding","tag-coding","tag-gtk"],"_links":{"self":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2548"}],"version-history":[{"count":10,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2548\/revisions"}],"predecessor-version":[{"id":3382,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2548\/revisions\/3382"}],"wp:attachment":[{"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2548"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2548"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/guerilla.ddns.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}