small stuff
This commit is contained in:
parent
e93e27cd6e
commit
d077d7c1fc
@ -2,6 +2,7 @@
|
|||||||
- add gobject-2.0 to Requires: in vips and vips-cpp .pc files
|
- add gobject-2.0 to Requires: in vips and vips-cpp .pc files
|
||||||
- bump soname
|
- bump soname
|
||||||
- fix VipsBlob read
|
- fix VipsBlob read
|
||||||
|
- remove "future" dependency, thanks bgilbert
|
||||||
|
|
||||||
4/11/14 started 7.42.0
|
4/11/14 started 7.42.0
|
||||||
- better default resolution for png load
|
- better default resolution for png load
|
||||||
|
@ -45,7 +45,7 @@ Vips = get_introspection_module('Vips')
|
|||||||
__all__ = []
|
__all__ = []
|
||||||
|
|
||||||
# start up vips!
|
# start up vips!
|
||||||
# passing argv[0] helps vips find it's data files on some platforms
|
# passing argv[0] helps vips find its data files on some platforms
|
||||||
Vips.init(sys.argv[0])
|
Vips.init(sys.argv[0])
|
||||||
|
|
||||||
# need the gtypes for various vips types
|
# need the gtypes for various vips types
|
||||||
|
Loading…
Reference in New Issue
Block a user