bsdis

Results 9 comments of bsdis

Aha ok - that makes sense. Thanks. What about handling overlap to properly blend the stitching? Is that something that pyvips can do using arrayjoin?

ah thats very nice. I did not know the nip2 tool. I will try that to test out functionality :) Thanks.

Hi - i saw the video (nice one) and kept working with arrayjoin - and I must be misunderstanding how it works. As a very simple case I just wanted...

Oh sorry - i did not even see your followup post: "I guess these are camera images, is that right? Is this with a travelling stage? I would correct vignetting...

My problem is that I have 10 bit monochrome images stored in plain bytearrays on the disk which pyvips cannot read, so I cannot use the pyvips.Image.new_from_file function. I could...

Aha, interesting. I did like this: ```python import pyvips M = pyvips.Image.rawload('theimage.dump',1920,1200,2).copy(bands=1, format="ushort") ``` It loaded, and I am getting: ``` ``` Not sure why it says its a multiband...

ok - so if i have raw sources it will not work? I tried changing my sources to tiff - and then i dont get the error. I can then...

Ok, i managed to make it work, but for some reason the globalbalance is not doing what i expected it will do. Seems like tiles are still varying levels of...

Is there any way this can be hacked or worked around somehow? I really need to have bokeh customJS insert callback functions into window object on init. Its very problematic...