John Cupitt
John Cupitt
You can use the shell commands in the dockerfile as a guide when building libvips. First though you will need to make some choices about how you plan to install...
It sounds like you are on the right track. By default, libvips will install to `/usr/local`, the standard area for locally-installed packages. You also have a libvips installed to `/usr`,...
Oh dear, I'm sorry you are having such a hard time. It's honestly straightforward and logical, but you have jumped into the deep end and it must be tricky without...
... so you should see this in the final summary table for `./configure`: ``` PDF import with PDFium no PDF import with poppler-glib: yes (requires poppler-glib 0.16.0 or later) ```...
Could you explain what you mean by "the server still hangs"? If you press a button on the page to start conversion, then unless you design your web application to...
You could ssh to the server and watch `top` while your request executes. It shouldn't be using much memory, and there should be idle httpd workers. Is this apache? You...
A quick POC hack, so a draft for now. It seems to work, though we don't actually crop edge tiles, just report a smaller size.
Test Philips DICOM: ftp://medical.nema.org/MEDICAL/Dicom/DataSets/WG26/WG26Connectathon2023_ECDP/DICOM/Philips/Case-E With this PR I see: ``` openslide.level-count: 7 openslide.level[0].downsample: 1 openslide.level[0].height: 55296 openslide.level[0].tile-height: 1024 openslide.level[0].tile-width: 1024 openslide.level[0].width: 104448 openslide.level[1].downsample: 2 openslide.level[1].height: 27648 openslide.level[1].tile-height: 1024 openslide.level[1].tile-width: 1024...
Hi @Nakilon, > Also the https://www.libvips.org/API/current/libvips-resample.html#vips-rotate doc has the ody arg twice. Oops! Thanks, I patched it. I'll make you a rotate example, I have some code somewhere.