mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
parent
f7e2b3688f
commit
bba00c2bfe
@ -10,6 +10,9 @@ Requires libvips v8.10.5
|
|||||||
[#2511](https://github.com/lovell/sharp/pull/2511)
|
[#2511](https://github.com/lovell/sharp/pull/2511)
|
||||||
[@leon](https://github.com/leon)
|
[@leon](https://github.com/leon)
|
||||||
|
|
||||||
|
* Revert: ensure all platforms use fontconfig for font rendering.
|
||||||
|
[#2515](https://github.com/lovell/sharp/issues/2515)
|
||||||
|
|
||||||
### v0.27.0 - 22nd December 2020
|
### v0.27.0 - 22nd December 2020
|
||||||
|
|
||||||
* Add support for AVIF to prebuilt binaries.
|
* Add support for AVIF to prebuilt binaries.
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
static void* sharp_vips_init(void*) {
|
static void* sharp_vips_init(void*) {
|
||||||
g_setenv("VIPS_MIN_STACK_SIZE", "2m", FALSE);
|
g_setenv("VIPS_MIN_STACK_SIZE", "2m", FALSE);
|
||||||
g_setenv("PANGOCAIRO_BACKEND", "fontconfig", FALSE);
|
|
||||||
vips_init("sharp");
|
vips_init("sharp");
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user