1Gnome2::Thumbnail(3) User Contributed Perl Documentation Gnome2::Thumbnail(3)
2
3
4
6 Gnome2::Thumbnail
7
9 boolean = $pixbuf->has_uri ($uri)
10 • $uri (string)
11
12 boolean = $pixbuf->is_valid ($uri, $mtime)
13 • $uri (string)
14
15 • $mtime (a timestamp)
16
17 string = Gtk2::Gdk::Pixbuf->md5 ($uri)
18 • $uri (string)
19
20 string = Gtk2::Gdk::Pixbuf->path_for_uri ($uri, $size)
21 • $uri (string)
22
23 • $size (Gnome2::ThumbnailSize)
24
25 pixbuf = $pixbuf->scale_down_pixbuf ($dest_width, $dest_height)
26 • $dest_width (integer)
27
28 • $dest_height (integer)
29
31 enum Gnome2::ThumbnailSize
32 • 'normal' / 'GNOME_THUMBNAIL_SIZE_NORMAL'
33
34 • 'large' / 'GNOME_THUMBNAIL_SIZE_LARGE'
35
37 Gnome2
38
40 Copyright (C) 2003-2004 by the gtk2-perl team.
41
42 This software is licensed under the LGPL. See Gnome2 for a full
43 notice.
44
45
46
47perl v5.38.0 2023-07-20 Gnome2::Thumbnail(3)