mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Ensure OpenSlide+FITS input works with custom libvips #3226
This commit is contained in:
parent
cbf741cac7
commit
8ff33763ce
@ -17,6 +17,9 @@ Requires libvips v8.13.0
|
|||||||
* Add support for WebP and PackBits `compression` options with TIFF output.
|
* Add support for WebP and PackBits `compression` options with TIFF output.
|
||||||
[#3198](https://github.com/lovell/sharp/issues/3198)
|
[#3198](https://github.com/lovell/sharp/issues/3198)
|
||||||
|
|
||||||
|
* Ensure OpenSlide and FITS input works with custom libvips.
|
||||||
|
[#3226](https://github.com/lovell/sharp/issues/3226)
|
||||||
|
|
||||||
* Ensure `trim` operation is a no-op when it would reduce an image to nothing.
|
* Ensure `trim` operation is a no-op when it would reduce an image to nothing.
|
||||||
[#3223](https://github.com/lovell/sharp/issues/3223)
|
[#3223](https://github.com/lovell/sharp/issues/3223)
|
||||||
|
|
||||||
|
@ -250,9 +250,9 @@ namespace sharp {
|
|||||||
{ "VipsForeignLoadMagickBuffer", ImageType::MAGICK },
|
{ "VipsForeignLoadMagickBuffer", ImageType::MAGICK },
|
||||||
{ "VipsForeignLoadMagick7File", ImageType::MAGICK },
|
{ "VipsForeignLoadMagick7File", ImageType::MAGICK },
|
||||||
{ "VipsForeignLoadMagick7Buffer", ImageType::MAGICK },
|
{ "VipsForeignLoadMagick7Buffer", ImageType::MAGICK },
|
||||||
{ "VipsForeignLoadOpenslide", ImageType::OPENSLIDE },
|
{ "VipsForeignLoadOpenslideFile", ImageType::OPENSLIDE },
|
||||||
{ "VipsForeignLoadPpmFile", ImageType::PPM },
|
{ "VipsForeignLoadPpmFile", ImageType::PPM },
|
||||||
{ "VipsForeignLoadFits", ImageType::FITS },
|
{ "VipsForeignLoadFitsFile", ImageType::FITS },
|
||||||
{ "VipsForeignLoadOpenexr", ImageType::EXR },
|
{ "VipsForeignLoadOpenexr", ImageType::EXR },
|
||||||
{ "VipsForeignLoadVips", ImageType::VIPS },
|
{ "VipsForeignLoadVips", ImageType::VIPS },
|
||||||
{ "VipsForeignLoadVipsFile", ImageType::VIPS },
|
{ "VipsForeignLoadVipsFile", ImageType::VIPS },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user