Aiosa

Results 92 comments of Aiosa

You have two options: vector and raster. Rasterizing a line on the image can be done with `tile-loaded` event and `Canvas` API (`lineTo`). But you would have to do your...

I was just solving a similar problem, really make sure you debug all the server-related things - the image server, the 'server' server. I have already deployed over 5 image...

@dgutman OSD is developing and we cannot rule out an issue in newer versions. Though it would be wise to thoroughly inspect underlying data services before coming here, we are...

@sinamcr7 it would be nice to open a new issue for your problem. Also: what is the contents of the developer tools networking tab? what are the http errors? what...

@tofetpuzo we are happy to help, though, we are not paid coding guru nor your personal searching engine. The error clearly tells you that the object you are trying to...

Yeah, I am too busy to keep long conversations, but I hint and help here and there occasionally :) The origin of the error can be found in a developer...

Just so you know, DZI is outdated protocol and not very flexible, you can use for example IIPImage server to serve TIFF files directly (through a DZI protocol) without the...

I am actually recommending quite often the setup I use r.n.: use `vips tiffsave` to create a pyramidal tiff (if you do not have a pyramid yet) https://www.libvips.org, then IIPImage...

Maybe I should be more clear: I meant discontinued. It's no longer maintained, and I agree that it's simplicity is a good thing. However, keeping so many files in a...

You would have to remove the black colour manually using e.g. canvas API - js per pixel processing, modifying the tile in `tile-loaded` event. As long as you provide transparent...