-
Hi,
Upon trying to rebuild my Vips due to some `libpng15` vs `16` confusion, I spent some time overcoming a build error notifying me of a missing `libpng15` library.
The system was previously built …
-
Hi,
I'm using vips 8.5 C API which include latest `VIpsImage ` `xoffset`/`yoffset` fix that works perfect, where vips_mosaic is being used for joining many small tiles together to make one smooth s…
-
I have [two images from a mosaic](https://www.dropbox.com/s/6iisrxer6ttqi26/mosaic.tar.gz?dl=0) I'm trying to stitch together, somewhat automagically.
At face value the images look pretty simple to…
-
Hi,
I'm using vips 8.4 C API on Windows 64bit OS, where `vips_mosaic `is being used to output sRGB (3 bands (r,g,b) , without alpha channel) stitched images. Each stitched image represent tissue bo…
-
Hi (again)!
I ran a batch conversion of some files and as usual with libvips big file conversions, things ran flawlessly -- well, almost.
Afterwards I realized a handful of the converted files were …
-
I have a large (16GB) multi-page TIFF. When I use `Vips::Image.tiffload(filename, n: -1)` it only loads the first page. When I try to access anything other than the first page I get an error (and ther…
-
I'm using twain to read raw data from scanner but vips.Image.new_from_memory() prints:
error: 'no such operation
VipsOperation: class "new_from_memory" not found
'
```lua
local depth = twain.TWA…
stuta updated
6 years ago
-
Here is trace: https://gist.github.com/3132473
Also notice, that travis stopped running green builds. I think it is because of this issue.
Please, check it.
-
Please help. I have done like 20 things and none work. rJava will not load. Which I need for xlsx. Which I need for ImportExport. Which I need to run an mdb file in R.
I tried installling new vers…
-
In one of my projects I have a unit test, which always crashes in `Vips::Image.new_from_file` as long as a `Vips::Access` constant is access before `Vips::Image`, so it is likely related to load order…