Closed bangank36 closed 1 year ago
To fix the vips PATH issue, we created 2 new classes to extend the default Zoomify and ZoomifyVips class https://github.com/bangank36/zoomify-generator/blob/76b55bf4ae2be101719b8895d1e362a77f1a2f4d/extend/extendZoomify.php#L9 https://github.com/bangank36/zoomify-generator/blob/76b55bf4ae2be101719b8895d1e362a77f1a2f4d/extend/extendZoomifyVips.php#L7
Also update the vips class to accept new tileLayout
config
https://github.com/bangank36/zoomify-generator/blob/76b55bf4ae2be101719b8895d1e362a77f1a2f4d/extend/extendZoomifyVips.php#L44
Now to try new layout, just update the config on run.php
Closed as addressed, though there are still improvement needed, check comment in the PR
Summary
Try switch to libvips command to create larger tiles
brew install vips
but it still produce the error ofVips path not found
when runningrun.php
Todos