@img/sharp-libvips-dev 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/include/aom/aom_decoder.h +1 -1
- package/include/aom/aom_encoder.h +7 -1
- package/include/aom/aom_image.h +24 -12
- package/include/aom/aom_integer.h +3 -3
- package/include/aom/aomcx.h +15 -0
- package/include/aom/aomdx.h +5 -2
- package/include/archive.h +7 -5
- package/include/archive_entry.h +5 -3
- package/include/cgif.h +3 -0
- package/include/freetype2/freetype/config/ftoption.h +1 -1
- package/include/fribidi/fribidi-config.h +2 -2
- package/include/fribidi/fribidi-unicode-version.h +3 -3
- package/include/glib-2.0/gio/gappinfo.h +40 -25
- package/include/glib-2.0/gio/gasyncresult.h +1 -1
- package/include/glib-2.0/gio/gconverter.h +5 -0
- package/include/glib-2.0/gio/gdbusintrospection.h +1 -1
- package/include/glib-2.0/gio/gfile.h +16 -0
- package/include/glib-2.0/gio/gio-visibility.h +34 -0
- package/include/glib-2.0/gio/gsettings.h +8 -0
- package/include/glib-2.0/gio/gvfs.h +2 -2
- package/include/glib-2.0/girepository/gi-visibility.h +34 -0
- package/include/glib-2.0/glib/gbookmarkfile.h +1 -1
- package/include/glib-2.0/glib/giochannel.h +2 -2
- package/include/glib-2.0/glib/glib-visibility.h +34 -0
- package/include/glib-2.0/glib/gmacros.h +12 -5
- package/include/glib-2.0/glib/gmain.h +93 -7
- package/include/glib-2.0/glib/gqsort.h +8 -1
- package/include/glib-2.0/glib/gstrfuncs.h +0 -12
- package/include/glib-2.0/glib/gstrvbuilder.h +3 -0
- package/include/glib-2.0/glib/gunicode.h +1 -1
- package/include/glib-2.0/glib/gversionmacros.h +9 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
- package/include/glib-2.0/gobject/gtype.h +6 -6
- package/include/harfbuzz/hb-buffer.h +6 -0
- package/include/harfbuzz/hb-common.h +6 -9
- package/include/harfbuzz/hb-cplusplus.hh +8 -11
- package/include/harfbuzz/hb-subset.h +17 -4
- package/include/harfbuzz/hb-version.h +3 -3
- package/include/hwy/abort.h +28 -0
- package/include/hwy/aligned_allocator.h +48 -1
- package/include/hwy/base.h +235 -34
- package/include/hwy/detect_compiler_arch.h +84 -10
- package/include/hwy/detect_targets.h +95 -29
- package/include/hwy/foreach_target.h +12 -1
- package/include/hwy/highway.h +205 -50
- package/include/hwy/ops/arm_neon-inl.h +841 -99
- package/include/hwy/ops/arm_sve-inl.h +413 -141
- package/include/hwy/ops/emu128-inl.h +373 -360
- package/include/hwy/ops/generic_ops-inl.h +804 -401
- package/include/hwy/ops/inside-inl.h +691 -0
- package/include/hwy/ops/ppc_vsx-inl.h +456 -166
- package/include/hwy/ops/rvv-inl.h +537 -249
- package/include/hwy/ops/scalar-inl.h +169 -79
- package/include/hwy/ops/set_macros-inl.h +106 -18
- package/include/hwy/ops/shared-inl.h +23 -0
- package/include/hwy/ops/wasm_128-inl.h +130 -108
- package/include/hwy/ops/x86_128-inl.h +1892 -577
- package/include/hwy/ops/x86_256-inl.h +625 -184
- package/include/hwy/ops/x86_512-inl.h +733 -131
- package/include/hwy/targets.h +22 -21
- package/include/hwy/timer-inl.h +3 -3
- package/include/hwy/timer.h +5 -1
- package/include/libheif/heif.h +170 -15
- package/include/libheif/heif_items.h +237 -0
- package/include/libheif/heif_properties.h +38 -2
- package/include/libheif/heif_regions.h +1 -1
- package/include/libheif/heif_version.h +2 -2
- package/include/libpng16/pnglibconf.h +1 -1
- package/include/librsvg-2.0/librsvg/rsvg-cairo.h +1 -1
- package/include/librsvg-2.0/librsvg/rsvg-features.h +3 -4
- package/include/librsvg-2.0/librsvg/rsvg-pixbuf.h +235 -0
- package/include/librsvg-2.0/librsvg/rsvg-version.h +3 -3
- package/include/librsvg-2.0/librsvg/rsvg.h +55 -176
- package/include/libxml2/libxml/HTMLparser.h +12 -19
- package/include/libxml2/libxml/c14n.h +1 -12
- package/include/libxml2/libxml/debugXML.h +1 -1
- package/include/libxml2/libxml/encoding.h +9 -0
- package/include/libxml2/libxml/entities.h +12 -1
- package/include/libxml2/libxml/hash.h +19 -0
- package/include/libxml2/libxml/list.h +2 -2
- package/include/libxml2/libxml/nanohttp.h +17 -0
- package/include/libxml2/libxml/parser.h +61 -55
- package/include/libxml2/libxml/parserInternals.h +9 -1
- package/include/libxml2/libxml/pattern.h +6 -0
- package/include/libxml2/libxml/tree.h +32 -12
- package/include/libxml2/libxml/uri.h +11 -0
- package/include/libxml2/libxml/valid.h +29 -2
- package/include/libxml2/libxml/xinclude.h +7 -0
- package/include/libxml2/libxml/xmlIO.h +21 -4
- package/include/libxml2/libxml/xmlerror.h +14 -0
- package/include/libxml2/libxml/xmlexports.h +111 -15
- package/include/libxml2/libxml/xmlmemory.h +8 -45
- package/include/libxml2/libxml/xmlreader.h +2 -0
- package/include/libxml2/libxml/xmlsave.h +5 -0
- package/include/libxml2/libxml/xmlunicode.h +165 -1
- package/include/libxml2/libxml/xmlversion.h +15 -179
- package/include/libxml2/libxml/xmlwriter.h +1 -0
- package/include/libxml2/libxml/xpath.h +4 -0
- package/include/pango-1.0/pango/pango-features.h +3 -3
- package/include/pango-1.0/pango/pango-item.h +4 -2
- package/include/pango-1.0/pango/pango-version-macros.h +25 -0
- package/include/pango-1.0/pango/pangofc-font.h +2 -1
- package/include/pnglibconf.h +1 -1
- package/include/vips/util.h +1 -2
- package/include/vips/version.h +4 -4
- package/include/webp/decode.h +58 -56
- package/include/webp/demux.h +25 -21
- package/include/webp/encode.h +44 -39
- package/include/webp/mux.h +76 -15
- package/include/webp/mux_types.h +2 -1
- package/include/webp/sharpyuv/sharpyuv.h +77 -8
- package/include/webp/types.h +29 -8
- package/include/zconf.h +1 -1
- package/include/zlib.h +12 -12
- package/package.json +1 -1
- package/versions.json +14 -15
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
#ifndef LIBHEIF_HEIF_PROPERTIES_H
|
|
22
22
|
#define LIBHEIF_HEIF_PROPERTIES_H
|
|
23
23
|
|
|
24
|
-
#include "
|
|
24
|
+
#include "heif.h"
|
|
25
25
|
|
|
26
26
|
#ifdef __cplusplus
|
|
27
27
|
extern "C" {
|
|
@@ -37,7 +37,8 @@ enum heif_item_property_type
|
|
|
37
37
|
heif_item_property_type_transform_mirror = heif_fourcc('i', 'm', 'i', 'r'),
|
|
38
38
|
heif_item_property_type_transform_rotation = heif_fourcc('i', 'r', 'o', 't'),
|
|
39
39
|
heif_item_property_type_transform_crop = heif_fourcc('c', 'l', 'a', 'p'),
|
|
40
|
-
heif_item_property_type_image_size = heif_fourcc('i', 's', 'p', 'e')
|
|
40
|
+
heif_item_property_type_image_size = heif_fourcc('i', 's', 'p', 'e'),
|
|
41
|
+
heif_item_property_type_uuid = heif_fourcc('u', 'u', 'i', 'd')
|
|
41
42
|
};
|
|
42
43
|
|
|
43
44
|
// Get the heif_property_id for a heif_item_id.
|
|
@@ -131,6 +132,41 @@ void heif_item_get_property_transform_crop_borders(const struct heif_context* co
|
|
|
131
132
|
int image_width, int image_height,
|
|
132
133
|
int* left, int* top, int* right, int* bottom);
|
|
133
134
|
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* @param context
|
|
138
|
+
* @param itemId The image item id to which this property belongs.
|
|
139
|
+
* @param fourcc_type The short four-cc type of the property to add.
|
|
140
|
+
* @param uuid_type If fourcc_type=='uuid', this should point to a 16-byte UUID type. It is ignored otherwise and can be NULL.
|
|
141
|
+
* @param data Data to insert for this property (including a full-box header, if required for this box).
|
|
142
|
+
* @param size Length of data in bytes.
|
|
143
|
+
* @param is_essential Whether this property is essential (boolean).
|
|
144
|
+
* @param out_propertyId Outputs the id of the inserted property. Can be NULL.
|
|
145
|
+
*/
|
|
146
|
+
LIBHEIF_API
|
|
147
|
+
struct heif_error heif_item_add_raw_property(const struct heif_context* context,
|
|
148
|
+
heif_item_id itemId,
|
|
149
|
+
uint32_t fourcc_type,
|
|
150
|
+
const uint8_t* uuid_type,
|
|
151
|
+
const uint8_t* data, size_t size,
|
|
152
|
+
int is_essential,
|
|
153
|
+
heif_property_id* out_propertyId);
|
|
154
|
+
|
|
155
|
+
LIBHEIF_API
|
|
156
|
+
struct heif_error heif_item_get_property_raw_size(const struct heif_context* context,
|
|
157
|
+
heif_item_id itemId,
|
|
158
|
+
heif_property_id propertyId,
|
|
159
|
+
size_t* out_size);
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @param data_out User-supplied array to write the property data to. The required size of the output array is given by heif_item_get_property_raw_size().
|
|
163
|
+
*/
|
|
164
|
+
LIBHEIF_API
|
|
165
|
+
struct heif_error heif_item_get_property_raw_data(const struct heif_context* context,
|
|
166
|
+
heif_item_id itemId,
|
|
167
|
+
heif_property_id propertyId,
|
|
168
|
+
uint8_t* out_data);
|
|
169
|
+
|
|
134
170
|
#ifdef __cplusplus
|
|
135
171
|
}
|
|
136
172
|
#endif
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
#define LIBHEIF_HEIF_VERSION_H
|
|
29
29
|
|
|
30
30
|
/* Numeric representation of the version */
|
|
31
|
-
#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (
|
|
31
|
+
#define LIBHEIF_NUMERIC_VERSION ((1<<24) | (18<<16) | (2<<8) | 0)
|
|
32
32
|
|
|
33
33
|
/* Version string */
|
|
34
|
-
#define LIBHEIF_VERSION "1.
|
|
34
|
+
#define LIBHEIF_VERSION "1.18.2"
|
|
35
35
|
|
|
36
36
|
#define LIBHEIF_PLUGIN_DIRECTORY "/target/lib/libheif"
|
|
37
37
|
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
#define PNG_USER_HEIGHT_MAX 1000000
|
|
215
215
|
#define PNG_USER_WIDTH_MAX 1000000
|
|
216
216
|
#define PNG_ZBUF_SIZE 8192
|
|
217
|
-
#define PNG_ZLIB_VERNUM
|
|
217
|
+
#define PNG_ZLIB_VERNUM 0x131f
|
|
218
218
|
#define PNG_Z_DEFAULT_COMPRESSION (-1)
|
|
219
219
|
#define PNG_Z_DEFAULT_NOFILTER_STRATEGY 0
|
|
220
220
|
#define PNG_Z_DEFAULT_STRATEGY 1
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
2
2
|
/* vim: set sw=4 sts=4 expandtab: */
|
|
3
3
|
/*
|
|
4
|
-
rsvg-cairo.h: SAX-based renderer for SVG files using
|
|
4
|
+
rsvg-cairo.h: SAX-based renderer for SVG files using Cairo
|
|
5
5
|
|
|
6
6
|
Copyright (C) 2005 Red Hat, Inc.
|
|
7
7
|
|
|
@@ -120,12 +120,11 @@
|
|
|
120
120
|
(LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION > (minor)) || \
|
|
121
121
|
(LIBRSVG_MAJOR_VERSION == (major) && LIBRSVG_MINOR_VERSION == (minor) && LIBRSVG_MICRO_VERSION >= (micro)))
|
|
122
122
|
|
|
123
|
-
#
|
|
124
|
-
#define
|
|
125
|
-
#define
|
|
123
|
+
#define LIBRSVG_HAVE_SVGZ (TRUE)
|
|
124
|
+
#define LIBRSVG_HAVE_CSS (TRUE)
|
|
125
|
+
#define LIBRSVG_HAVE_PIXBUF (0)
|
|
126
126
|
|
|
127
127
|
#define LIBRSVG_CHECK_FEATURE(FEATURE) (defined(LIBRSVG_HAVE_##FEATURE) && LIBRSVG_HAVE_##FEATURE)
|
|
128
|
-
#endif
|
|
129
128
|
|
|
130
129
|
#ifndef __GTK_DOC_IGNORE__
|
|
131
130
|
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
2
|
+
/* vim: set sw=4 sts=4 expandtab: */
|
|
3
|
+
/*
|
|
4
|
+
rsvg-pixbuf.h: SAX-based renderer for SVG files using GDK-Pixbuf.
|
|
5
|
+
|
|
6
|
+
Copyright (C) 2000 Eazel, Inc.
|
|
7
|
+
|
|
8
|
+
This library is free software; you can redistribute it and/or
|
|
9
|
+
modify it under the terms of the GNU Lesser General Public
|
|
10
|
+
License as published by the Free Software Foundation; either
|
|
11
|
+
version 2.1 of the License, or (at your option) any later version.
|
|
12
|
+
|
|
13
|
+
This library is distributed in the hope that it will be useful,
|
|
14
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
16
|
+
Lesser General Public License for more details.
|
|
17
|
+
|
|
18
|
+
You should have received a copy of the GNU Lesser General Public
|
|
19
|
+
License along with this library; if not, write to the Free Software
|
|
20
|
+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
21
|
+
|
|
22
|
+
Author: Raph Levien <raph@artofcode.com>
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
#if !defined (__RSVG_RSVG_H_INSIDE__) && !defined (RSVG_COMPILATION)
|
|
26
|
+
#warning "Including <librsvg/rsvg-pixbuf.h> directly is deprecated."
|
|
27
|
+
#endif
|
|
28
|
+
|
|
29
|
+
#ifndef RSVG_PIXBUF_H
|
|
30
|
+
#define RSVG_PIXBUF_H
|
|
31
|
+
|
|
32
|
+
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
33
|
+
|
|
34
|
+
G_BEGIN_DECLS
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* rsvg_handle_get_pixbuf:
|
|
38
|
+
* @handle: An [class@Rsvg.Handle]
|
|
39
|
+
*
|
|
40
|
+
* Returns the pixbuf loaded by @handle. The pixbuf returned will be reffed, so
|
|
41
|
+
* the caller of this function must assume that ref.
|
|
42
|
+
*
|
|
43
|
+
* API ordering: This function must be called on a fully-loaded @handle. See
|
|
44
|
+
* the section "[API ordering](class.Handle.html#api-ordering)" for details.
|
|
45
|
+
*
|
|
46
|
+
* This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the
|
|
47
|
+
* "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi]
|
|
48
|
+
* beforehand.
|
|
49
|
+
*
|
|
50
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error
|
|
51
|
+
* during rendering.
|
|
52
|
+
* Deprecated: 2.58. Use [method@Rsvg.Handle.get_pixbuf_and_error].
|
|
53
|
+
**/
|
|
54
|
+
RSVG_DEPRECATED_FOR(rsvg_handle_get_pixbuf_and_error)
|
|
55
|
+
GdkPixbuf *rsvg_handle_get_pixbuf (RsvgHandle *handle);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* rsvg_handle_get_pixbuf_and_error:
|
|
59
|
+
* @handle: An [class@Rsvg.Handle]
|
|
60
|
+
* @error: return location for a `GError`
|
|
61
|
+
*
|
|
62
|
+
* Returns the pixbuf loaded by @handle. The pixbuf returned will be reffed, so
|
|
63
|
+
* the caller of this function must assume that ref.
|
|
64
|
+
*
|
|
65
|
+
* API ordering: This function must be called on a fully-loaded @handle. See
|
|
66
|
+
* the section "[API ordering](class.Handle.html#api-ordering)" for details.
|
|
67
|
+
*
|
|
68
|
+
* This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the
|
|
69
|
+
* "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi]
|
|
70
|
+
* beforehand.
|
|
71
|
+
*
|
|
72
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error
|
|
73
|
+
* during rendering.
|
|
74
|
+
*
|
|
75
|
+
* Since: 2.58
|
|
76
|
+
**/
|
|
77
|
+
RSVG_API
|
|
78
|
+
GdkPixbuf *rsvg_handle_get_pixbuf_and_error (RsvgHandle *handle, GError **error);
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* rsvg_handle_get_pixbuf_sub:
|
|
82
|
+
* @handle: An #RsvgHandle
|
|
83
|
+
* @id: (nullable): An element's id within the SVG, starting with "#" (a single
|
|
84
|
+
* hash character), for example, `#layer1`. This notation corresponds to a
|
|
85
|
+
* URL's fragment ID. Alternatively, pass `NULL` to use the whole SVG.
|
|
86
|
+
*
|
|
87
|
+
* Creates a `GdkPixbuf` the same size as the entire SVG loaded into @handle, but
|
|
88
|
+
* only renders the sub-element that has the specified @id (and all its
|
|
89
|
+
* sub-sub-elements recursively). If @id is `NULL`, this function renders the
|
|
90
|
+
* whole SVG.
|
|
91
|
+
*
|
|
92
|
+
* This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the
|
|
93
|
+
* "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi]
|
|
94
|
+
* beforehand.
|
|
95
|
+
*
|
|
96
|
+
* If you need to render an image which is only big enough to fit a particular
|
|
97
|
+
* sub-element of the SVG, consider using [method@Rsvg.Handle.render_element].
|
|
98
|
+
*
|
|
99
|
+
* Element IDs should look like an URL fragment identifier; for example, pass
|
|
100
|
+
* `#foo` (hash `foo`) to get the geometry of the element that
|
|
101
|
+
* has an `id="foo"` attribute.
|
|
102
|
+
*
|
|
103
|
+
* API ordering: This function must be called on a fully-loaded @handle. See
|
|
104
|
+
* the section "[API ordering](class.Handle.html#api-ordering)" for details.
|
|
105
|
+
*
|
|
106
|
+
* Returns: (transfer full) (nullable): a pixbuf, or `NULL` if an error occurs
|
|
107
|
+
* during rendering.
|
|
108
|
+
*
|
|
109
|
+
* Since: 2.14
|
|
110
|
+
**/
|
|
111
|
+
RSVG_API
|
|
112
|
+
GdkPixbuf *rsvg_handle_get_pixbuf_sub (RsvgHandle *handle, const char *id);
|
|
113
|
+
|
|
114
|
+
/* BEGIN deprecated APIs. Do not use! */
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* rsvg-pixbuf:
|
|
118
|
+
*
|
|
119
|
+
* Years ago, GNOME and GTK used the gdk-pixbuf library as a general mechanism to load
|
|
120
|
+
* raster images into memory (PNG, JPEG, etc.) and pass them around. The general idiom
|
|
121
|
+
* was, "load this image file and give me a `GdkPixbuf` object", which is basically a pixel
|
|
122
|
+
* buffer. Librsvg supports this kind of interface to load and render SVG documents, but
|
|
123
|
+
* it is deprecated in favor of rendering to Cairo contexts.
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* rsvg_pixbuf_from_file:
|
|
128
|
+
* @filename: A file name
|
|
129
|
+
* @error: return location for a `GError`
|
|
130
|
+
*
|
|
131
|
+
* Loads a new `GdkPixbuf` from @filename and returns it. The caller must
|
|
132
|
+
* assume the reference to the reurned pixbuf. If an error occurred, @error is
|
|
133
|
+
* set and `NULL` is returned.
|
|
134
|
+
*
|
|
135
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
136
|
+
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
137
|
+
**/
|
|
138
|
+
RSVG_DEPRECATED
|
|
139
|
+
GdkPixbuf *rsvg_pixbuf_from_file (const gchar *filename,
|
|
140
|
+
GError **error);
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* rsvg_pixbuf_from_file_at_zoom:
|
|
144
|
+
* @filename: A file name
|
|
145
|
+
* @x_zoom: The horizontal zoom factor
|
|
146
|
+
* @y_zoom: The vertical zoom factor
|
|
147
|
+
* @error: return location for a `GError`
|
|
148
|
+
*
|
|
149
|
+
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
150
|
+
* from the size indicated by the file by a factor of @x_zoom and @y_zoom. The
|
|
151
|
+
* caller must assume the reference to the returned pixbuf. If an error
|
|
152
|
+
* occurred, @error is set and `NULL` is returned.
|
|
153
|
+
*
|
|
154
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
155
|
+
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
156
|
+
**/
|
|
157
|
+
RSVG_DEPRECATED
|
|
158
|
+
GdkPixbuf *rsvg_pixbuf_from_file_at_zoom (const gchar *filename,
|
|
159
|
+
double x_zoom,
|
|
160
|
+
double y_zoom,
|
|
161
|
+
GError **error);
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* rsvg_pixbuf_from_file_at_size:
|
|
165
|
+
* @filename: A file name
|
|
166
|
+
* @width: The new width, or -1
|
|
167
|
+
* @height: The new height, or -1
|
|
168
|
+
* @error: return location for a `GError`
|
|
169
|
+
*
|
|
170
|
+
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
171
|
+
* from the size indicated to the new size indicated by @width and @height. If
|
|
172
|
+
* both of these are -1, then the default size of the image being loaded is
|
|
173
|
+
* used. The caller must assume the reference to the returned pixbuf. If an
|
|
174
|
+
* error occurred, @error is set and `NULL` is returned.
|
|
175
|
+
*
|
|
176
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
177
|
+
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
178
|
+
**/
|
|
179
|
+
RSVG_DEPRECATED
|
|
180
|
+
GdkPixbuf *rsvg_pixbuf_from_file_at_size (const gchar *filename,
|
|
181
|
+
gint width,
|
|
182
|
+
gint height,
|
|
183
|
+
GError **error);
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* rsvg_pixbuf_from_file_at_max_size:
|
|
187
|
+
* @filename: A file name
|
|
188
|
+
* @max_width: The requested max width
|
|
189
|
+
* @max_height: The requested max height
|
|
190
|
+
* @error: return location for a `GError`
|
|
191
|
+
*
|
|
192
|
+
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is uniformly
|
|
193
|
+
* scaled so that the it fits into a rectangle of size `max_width * max_height`. The
|
|
194
|
+
* caller must assume the reference to the returned pixbuf. If an error occurred,
|
|
195
|
+
* @error is set and `NULL` is returned.
|
|
196
|
+
*
|
|
197
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
198
|
+
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
199
|
+
**/
|
|
200
|
+
RSVG_DEPRECATED
|
|
201
|
+
GdkPixbuf *rsvg_pixbuf_from_file_at_max_size (const gchar *filename,
|
|
202
|
+
gint max_width,
|
|
203
|
+
gint max_height,
|
|
204
|
+
GError **error);
|
|
205
|
+
/**
|
|
206
|
+
* rsvg_pixbuf_from_file_at_zoom_with_max:
|
|
207
|
+
* @filename: A file name
|
|
208
|
+
* @x_zoom: The horizontal zoom factor
|
|
209
|
+
* @y_zoom: The vertical zoom factor
|
|
210
|
+
* @max_width: The requested max width
|
|
211
|
+
* @max_height: The requested max height
|
|
212
|
+
* @error: return location for a `GError`
|
|
213
|
+
*
|
|
214
|
+
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
215
|
+
* from the size indicated by the file by a factor of @x_zoom and @y_zoom. If the
|
|
216
|
+
* resulting pixbuf would be larger than max_width/max_heigh it is uniformly scaled
|
|
217
|
+
* down to fit in that rectangle. The caller must assume the reference to the
|
|
218
|
+
* returned pixbuf. If an error occurred, @error is set and `NULL` is returned.
|
|
219
|
+
*
|
|
220
|
+
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
221
|
+
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
222
|
+
**/
|
|
223
|
+
RSVG_DEPRECATED
|
|
224
|
+
GdkPixbuf *rsvg_pixbuf_from_file_at_zoom_with_max (const gchar *filename,
|
|
225
|
+
double x_zoom,
|
|
226
|
+
double y_zoom,
|
|
227
|
+
gint max_width,
|
|
228
|
+
gint max_height,
|
|
229
|
+
GError **error);
|
|
230
|
+
|
|
231
|
+
/* END deprecated APIs. */
|
|
232
|
+
|
|
233
|
+
G_END_DECLS
|
|
234
|
+
|
|
235
|
+
#endif
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
#define RSVG_VERSION_H
|
|
7
7
|
|
|
8
8
|
#define LIBRSVG_MAJOR_VERSION (2)
|
|
9
|
-
#define LIBRSVG_MINOR_VERSION (
|
|
10
|
-
#define LIBRSVG_MICRO_VERSION (
|
|
11
|
-
#define LIBRSVG_VERSION "2.
|
|
9
|
+
#define LIBRSVG_MINOR_VERSION (58)
|
|
10
|
+
#define LIBRSVG_MICRO_VERSION (93)
|
|
11
|
+
#define LIBRSVG_VERSION "2.58.93"
|
|
12
12
|
|
|
13
13
|
#endif
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
2
2
|
/* vim: set sw=4 sts=4 expandtab: */
|
|
3
3
|
/*
|
|
4
|
-
rsvg.h: SAX-based renderer for SVG files
|
|
4
|
+
rsvg.h: SAX-based renderer for SVG files using Cairo or GDK-Pixbuf.
|
|
5
5
|
|
|
6
6
|
Copyright (C) 2000 Eazel, Inc.
|
|
7
7
|
|
|
@@ -30,9 +30,6 @@
|
|
|
30
30
|
#include <glib-object.h>
|
|
31
31
|
#include <gio/gio.h>
|
|
32
32
|
|
|
33
|
-
#include <cairo.h>
|
|
34
|
-
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
35
|
-
|
|
36
33
|
G_BEGIN_DECLS
|
|
37
34
|
|
|
38
35
|
#ifndef __GTK_DOC_IGNORE__
|
|
@@ -207,6 +204,10 @@ GType rsvg_error_get_type (void);
|
|
|
207
204
|
* [method@Rsvg.Handle.set_dpi_x_y] on an [class@Rsvg.Handle] to set the DPI before rendering
|
|
208
205
|
* it.
|
|
209
206
|
*
|
|
207
|
+
* For historical reasons, the default DPI is 90. Current CSS assumes a default DPI of 96, so
|
|
208
|
+
* you may want to set the DPI of a [class@Rsvg.Handle] immediately after creating it with
|
|
209
|
+
* [method@Rsvg.Handle.set_dpi].
|
|
210
|
+
*
|
|
210
211
|
* # Rendering
|
|
211
212
|
*
|
|
212
213
|
* The preferred way to render a whole SVG document is to use
|
|
@@ -255,12 +256,18 @@ GType rsvg_error_get_type (void);
|
|
|
255
256
|
* RsvgHandle:dpi-x:
|
|
256
257
|
*
|
|
257
258
|
* Horizontal resolution in dots per inch.
|
|
259
|
+
*
|
|
260
|
+
* The default is 90. Note that current CSS assumes a default of 96,
|
|
261
|
+
* so you may want to set it to `96.0` before rendering the handle.
|
|
258
262
|
*/
|
|
259
263
|
|
|
260
264
|
/**
|
|
261
265
|
* RsvgHandle:dpi-y:
|
|
262
266
|
*
|
|
263
267
|
* Horizontal resolution in dots per inch.
|
|
268
|
+
*
|
|
269
|
+
* The default is 90. Note that current CSS assumes a default of 96,
|
|
270
|
+
* so you may want to set it to `96.0` before rendering the handle.
|
|
264
271
|
*/
|
|
265
272
|
|
|
266
273
|
/**
|
|
@@ -606,60 +613,6 @@ gboolean rsvg_handle_write (RsvgHandle *handle,
|
|
|
606
613
|
RSVG_DEPRECATED_FOR(rsvg_handle_read_stream_sync)
|
|
607
614
|
gboolean rsvg_handle_close (RsvgHandle *handle, GError **error);
|
|
608
615
|
|
|
609
|
-
/**
|
|
610
|
-
* rsvg_handle_get_pixbuf:
|
|
611
|
-
* @handle: An [class@Rsvg.Handle]
|
|
612
|
-
*
|
|
613
|
-
* Returns the pixbuf loaded by @handle. The pixbuf returned will be reffed, so
|
|
614
|
-
* the caller of this function must assume that ref.
|
|
615
|
-
*
|
|
616
|
-
* API ordering: This function must be called on a fully-loaded @handle. See
|
|
617
|
-
* the section "[API ordering](class.Handle.html#api-ordering)" for details.
|
|
618
|
-
*
|
|
619
|
-
* This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the
|
|
620
|
-
* "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi]
|
|
621
|
-
* beforehand.
|
|
622
|
-
*
|
|
623
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
624
|
-
* during rendering.
|
|
625
|
-
**/
|
|
626
|
-
RSVG_API
|
|
627
|
-
GdkPixbuf *rsvg_handle_get_pixbuf (RsvgHandle *handle);
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* rsvg_handle_get_pixbuf_sub:
|
|
631
|
-
* @handle: An #RsvgHandle
|
|
632
|
-
* @id: (nullable): An element's id within the SVG, starting with "#" (a single
|
|
633
|
-
* hash character), for example, `#layer1`. This notation corresponds to a
|
|
634
|
-
* URL's fragment ID. Alternatively, pass `NULL` to use the whole SVG.
|
|
635
|
-
*
|
|
636
|
-
* Creates a `GdkPixbuf` the same size as the entire SVG loaded into @handle, but
|
|
637
|
-
* only renders the sub-element that has the specified @id (and all its
|
|
638
|
-
* sub-sub-elements recursively). If @id is `NULL`, this function renders the
|
|
639
|
-
* whole SVG.
|
|
640
|
-
*
|
|
641
|
-
* This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the
|
|
642
|
-
* "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi]
|
|
643
|
-
* beforehand.
|
|
644
|
-
*
|
|
645
|
-
* If you need to render an image which is only big enough to fit a particular
|
|
646
|
-
* sub-element of the SVG, consider using [method@Rsvg.Handle.render_element].
|
|
647
|
-
*
|
|
648
|
-
* Element IDs should look like an URL fragment identifier; for example, pass
|
|
649
|
-
* `#foo` (hash `foo`) to get the geometry of the element that
|
|
650
|
-
* has an `id="foo"` attribute.
|
|
651
|
-
*
|
|
652
|
-
* API ordering: This function must be called on a fully-loaded @handle. See
|
|
653
|
-
* the section "[API ordering](class.Handle.html#api-ordering)" for details.
|
|
654
|
-
*
|
|
655
|
-
* Returns: (transfer full) (nullable): a pixbuf, or `NULL` if an error occurs
|
|
656
|
-
* during rendering.
|
|
657
|
-
*
|
|
658
|
-
* Since: 2.14
|
|
659
|
-
**/
|
|
660
|
-
RSVG_API
|
|
661
|
-
GdkPixbuf *rsvg_handle_get_pixbuf_sub (RsvgHandle *handle, const char *id);
|
|
662
|
-
|
|
663
616
|
/**
|
|
664
617
|
* rsvg_handle_get_base_uri: (attributes org.gtk.Method.get_property=base-uri)
|
|
665
618
|
* @handle: A [class@Rsvg.Handle]
|
|
@@ -798,9 +751,22 @@ gboolean rsvg_handle_has_sub (RsvgHandle *handle, const char *id);
|
|
|
798
751
|
* @RSVG_UNIT_MM: millimeters
|
|
799
752
|
* @RSVG_UNIT_PT: points, or 1/72 inch
|
|
800
753
|
* @RSVG_UNIT_PC: picas, or 1/6 inch (12 points)
|
|
754
|
+
* @RSVG_UNIT_CH:
|
|
801
755
|
*
|
|
802
756
|
* Units for the `RsvgLength` struct. These have the same meaning as [CSS length
|
|
803
757
|
* units](https://www.w3.org/TR/CSS21/syndata.html#length-units).
|
|
758
|
+
*
|
|
759
|
+
* If you test for the values of this enum, please note that librsvg may add other units in the future
|
|
760
|
+
* as its support for CSS improves. Please make your code handle unknown units gracefully (e.g. with
|
|
761
|
+
* a `default` case in a `switch()` statement).
|
|
762
|
+
*
|
|
763
|
+
*/
|
|
764
|
+
/**
|
|
765
|
+
* RSVG_UNIT_CH:
|
|
766
|
+
*
|
|
767
|
+
* advance measure of a '0' character (depends on the text orientation)
|
|
768
|
+
*
|
|
769
|
+
* Since: 2.58
|
|
804
770
|
*/
|
|
805
771
|
typedef enum {
|
|
806
772
|
RSVG_UNIT_PERCENT,
|
|
@@ -811,7 +777,8 @@ typedef enum {
|
|
|
811
777
|
RSVG_UNIT_CM,
|
|
812
778
|
RSVG_UNIT_MM,
|
|
813
779
|
RSVG_UNIT_PT,
|
|
814
|
-
RSVG_UNIT_PC
|
|
780
|
+
RSVG_UNIT_PC,
|
|
781
|
+
RSVG_UNIT_CH,
|
|
815
782
|
} RsvgUnit;
|
|
816
783
|
|
|
817
784
|
/**
|
|
@@ -919,6 +886,10 @@ void rsvg_handle_get_intrinsic_dimensions (RsvgHandle *handle,
|
|
|
919
886
|
* uses the computed value of the `font-size` property for the toplevel
|
|
920
887
|
* `<svg>` element. In those cases, this function returns `TRUE`.
|
|
921
888
|
*
|
|
889
|
+
* For historical reasons, the default DPI is 90. Current CSS assumes a default DPI of 96, so
|
|
890
|
+
* you may want to set the DPI of a [class@Rsvg.Handle] immediately after creating it with
|
|
891
|
+
* [method@Rsvg.Handle.set_dpi].
|
|
892
|
+
*
|
|
922
893
|
* This function is not able to extract the size in pixels directly from the intrinsic
|
|
923
894
|
* dimensions of the SVG document if the `width` or
|
|
924
895
|
* `height` are in percentage units (or if they do not exist, in which
|
|
@@ -1186,6 +1157,27 @@ gboolean rsvg_handle_set_stylesheet (RsvgHandle *handle,
|
|
|
1186
1157
|
gsize css_len,
|
|
1187
1158
|
GError **error);
|
|
1188
1159
|
|
|
1160
|
+
/**
|
|
1161
|
+
* rsvg_handle_set_cancellable_for_rendering:
|
|
1162
|
+
* @handle: A [class@Rsvg.Handle].
|
|
1163
|
+
* @cancellable: A [class@Gio.Cancellable] or `NULL`.
|
|
1164
|
+
*
|
|
1165
|
+
* Sets a cancellable object that can be used to interrupt rendering
|
|
1166
|
+
* while the handle is being rendered in another thread. For example,
|
|
1167
|
+
* you can set a cancellable from your main thread, spawn a thread to
|
|
1168
|
+
* do the rendering, and interrupt the rendering from the main thread
|
|
1169
|
+
* by calling g_cancellable_cancel().
|
|
1170
|
+
*
|
|
1171
|
+
* If rendering is interrupted, the corresponding call to
|
|
1172
|
+
* rsvg_handle_render_document() (or any of the other rendering
|
|
1173
|
+
* functions) will return an error with domain `G_IO_ERROR`, and code
|
|
1174
|
+
* `G_IO_ERROR_CANCELLED`.
|
|
1175
|
+
*/
|
|
1176
|
+
RSVG_API
|
|
1177
|
+
void rsvg_handle_set_cancellable_for_rendering (RsvgHandle *handle,
|
|
1178
|
+
GCancellable *cancellable);
|
|
1179
|
+
|
|
1180
|
+
|
|
1189
1181
|
#ifndef __GTK_DOC_IGNORE__
|
|
1190
1182
|
/**
|
|
1191
1183
|
* rsvg_handle_internal_set_testing:
|
|
@@ -1284,123 +1276,6 @@ void rsvg_handle_set_size_callback (RsvgHandle *handle,
|
|
|
1284
1276
|
gpointer user_data,
|
|
1285
1277
|
GDestroyNotify user_data_destroy);
|
|
1286
1278
|
|
|
1287
|
-
/* GdkPixbuf convenience API */
|
|
1288
|
-
|
|
1289
|
-
/**
|
|
1290
|
-
* rsvg-pixbuf:
|
|
1291
|
-
*
|
|
1292
|
-
* Years ago, GNOME and GTK used the gdk-pixbuf library as a general mechanism to load
|
|
1293
|
-
* raster images into memory (PNG, JPEG, etc.) and pass them around. The general idiom
|
|
1294
|
-
* was, "load this image file and give me a `GdkPixbuf` object", which is basically a pixel
|
|
1295
|
-
* buffer. Librsvg supports this kind of interface to load and render SVG documents, but
|
|
1296
|
-
* it is deprecated in favor of rendering to Cairo contexts.
|
|
1297
|
-
*/
|
|
1298
|
-
|
|
1299
|
-
/**
|
|
1300
|
-
* rsvg_pixbuf_from_file:
|
|
1301
|
-
* @filename: A file name
|
|
1302
|
-
* @error: return location for a `GError`
|
|
1303
|
-
*
|
|
1304
|
-
* Loads a new `GdkPixbuf` from @filename and returns it. The caller must
|
|
1305
|
-
* assume the reference to the reurned pixbuf. If an error occurred, @error is
|
|
1306
|
-
* set and `NULL` is returned.
|
|
1307
|
-
*
|
|
1308
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
1309
|
-
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
1310
|
-
**/
|
|
1311
|
-
RSVG_DEPRECATED
|
|
1312
|
-
GdkPixbuf *rsvg_pixbuf_from_file (const gchar *filename,
|
|
1313
|
-
GError **error);
|
|
1314
|
-
|
|
1315
|
-
/**
|
|
1316
|
-
* rsvg_pixbuf_from_file_at_zoom:
|
|
1317
|
-
* @filename: A file name
|
|
1318
|
-
* @x_zoom: The horizontal zoom factor
|
|
1319
|
-
* @y_zoom: The vertical zoom factor
|
|
1320
|
-
* @error: return location for a `GError`
|
|
1321
|
-
*
|
|
1322
|
-
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
1323
|
-
* from the size indicated by the file by a factor of @x_zoom and @y_zoom. The
|
|
1324
|
-
* caller must assume the reference to the returned pixbuf. If an error
|
|
1325
|
-
* occurred, @error is set and `NULL` is returned.
|
|
1326
|
-
*
|
|
1327
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
1328
|
-
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
1329
|
-
**/
|
|
1330
|
-
RSVG_DEPRECATED
|
|
1331
|
-
GdkPixbuf *rsvg_pixbuf_from_file_at_zoom (const gchar *filename,
|
|
1332
|
-
double x_zoom,
|
|
1333
|
-
double y_zoom,
|
|
1334
|
-
GError **error);
|
|
1335
|
-
|
|
1336
|
-
/**
|
|
1337
|
-
* rsvg_pixbuf_from_file_at_size:
|
|
1338
|
-
* @filename: A file name
|
|
1339
|
-
* @width: The new width, or -1
|
|
1340
|
-
* @height: The new height, or -1
|
|
1341
|
-
* @error: return location for a `GError`
|
|
1342
|
-
*
|
|
1343
|
-
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
1344
|
-
* from the size indicated to the new size indicated by @width and @height. If
|
|
1345
|
-
* both of these are -1, then the default size of the image being loaded is
|
|
1346
|
-
* used. The caller must assume the reference to the returned pixbuf. If an
|
|
1347
|
-
* error occurred, @error is set and `NULL` is returned.
|
|
1348
|
-
*
|
|
1349
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
1350
|
-
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
1351
|
-
**/
|
|
1352
|
-
RSVG_DEPRECATED
|
|
1353
|
-
GdkPixbuf *rsvg_pixbuf_from_file_at_size (const gchar *filename,
|
|
1354
|
-
gint width,
|
|
1355
|
-
gint height,
|
|
1356
|
-
GError **error);
|
|
1357
|
-
|
|
1358
|
-
/**
|
|
1359
|
-
* rsvg_pixbuf_from_file_at_max_size:
|
|
1360
|
-
* @filename: A file name
|
|
1361
|
-
* @max_width: The requested max width
|
|
1362
|
-
* @max_height: The requested max height
|
|
1363
|
-
* @error: return location for a `GError`
|
|
1364
|
-
*
|
|
1365
|
-
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is uniformly
|
|
1366
|
-
* scaled so that the it fits into a rectangle of size `max_width * max_height`. The
|
|
1367
|
-
* caller must assume the reference to the returned pixbuf. If an error occurred,
|
|
1368
|
-
* @error is set and `NULL` is returned.
|
|
1369
|
-
*
|
|
1370
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
1371
|
-
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
1372
|
-
**/
|
|
1373
|
-
RSVG_DEPRECATED
|
|
1374
|
-
GdkPixbuf *rsvg_pixbuf_from_file_at_max_size (const gchar *filename,
|
|
1375
|
-
gint max_width,
|
|
1376
|
-
gint max_height,
|
|
1377
|
-
GError **error);
|
|
1378
|
-
/**
|
|
1379
|
-
* rsvg_pixbuf_from_file_at_zoom_with_max:
|
|
1380
|
-
* @filename: A file name
|
|
1381
|
-
* @x_zoom: The horizontal zoom factor
|
|
1382
|
-
* @y_zoom: The vertical zoom factor
|
|
1383
|
-
* @max_width: The requested max width
|
|
1384
|
-
* @max_height: The requested max height
|
|
1385
|
-
* @error: return location for a `GError`
|
|
1386
|
-
*
|
|
1387
|
-
* Loads a new `GdkPixbuf` from @filename and returns it. This pixbuf is scaled
|
|
1388
|
-
* from the size indicated by the file by a factor of @x_zoom and @y_zoom. If the
|
|
1389
|
-
* resulting pixbuf would be larger than max_width/max_heigh it is uniformly scaled
|
|
1390
|
-
* down to fit in that rectangle. The caller must assume the reference to the
|
|
1391
|
-
* returned pixbuf. If an error occurred, @error is set and `NULL` is returned.
|
|
1392
|
-
*
|
|
1393
|
-
* Returns: (transfer full) (nullable): A pixbuf, or %NULL on error.
|
|
1394
|
-
* Deprecated: Use [ctor@Rsvg.Handle.new_from_file] and [method@Rsvg.Handle.render_document] instead.
|
|
1395
|
-
**/
|
|
1396
|
-
RSVG_DEPRECATED
|
|
1397
|
-
GdkPixbuf *rsvg_pixbuf_from_file_at_zoom_with_max (const gchar *filename,
|
|
1398
|
-
double x_zoom,
|
|
1399
|
-
double y_zoom,
|
|
1400
|
-
gint max_width,
|
|
1401
|
-
gint max_height,
|
|
1402
|
-
GError **error);
|
|
1403
|
-
|
|
1404
1279
|
/**
|
|
1405
1280
|
* rsvg_handle_get_title:
|
|
1406
1281
|
* @handle: An [class@Rsvg.Handle]
|
|
@@ -1451,6 +1326,10 @@ G_END_DECLS
|
|
|
1451
1326
|
#include <librsvg/rsvg-version.h>
|
|
1452
1327
|
#include <librsvg/rsvg-cairo.h>
|
|
1453
1328
|
|
|
1329
|
+
#if LIBRSVG_CHECK_FEATURE(PIXBUF)
|
|
1330
|
+
#include <librsvg/rsvg-pixbuf.h>
|
|
1331
|
+
#endif
|
|
1332
|
+
|
|
1454
1333
|
#undef __RSVG_RSVG_H_INSIDE__
|
|
1455
1334
|
|
|
1456
1335
|
#endif /* RSVG_H */
|