Sihan Zhu

Results 11 comments of Sihan Zhu

hello, is there any updates about the ome tiff support in itk 5.3.0

> I don't think there has been any progress on this front. hi sir dzenanz, when is the ZarrNGFF will be ready, is it better than the ome tiff?

hello, is this bug fixed? i tried python-barcode 0.14.0 on windows 10 py 3.9.0, the last digit/checksum can not be disabled ``` >>> import barcode >>> barcode.get('ean13')('1234567891234', no_checksum=True) >>> >>>...

large_image.cache_util.cachesClear() didn't work, i guess its the second reason as i open multi tiff images, the memory is growing. the gdal libraries are loaded only once i think.

thanks for the reply sir. i can't figure out what DOM element i can update to achieve that after reading the [sliderWidget](https://github.com/OpenGeoscience/geojs/blob/e8afd9cdaf9224cedf7367501bb6e9fe5112c337/src/ui/sliderWidget.js#L22) so i modified the geo.js, add a d3...

@tbirdso hi sir my dataset is group of jpg files, you can download it [here](https://drive.google.com/drive/folders/1vW-sApVVMss7K9BlDabgbswCJOMEpe9l?usp=sharing) if need i build itk by myself, and i set ITK_BUILD_DEFAULT_MODULES ON, you can see...

it works fine on linux ![image](https://user-images.githubusercontent.com/23504604/223315802-304ef107-db74-4905-b937-376cf5ce0f7b.png) get expected output files ![image](https://user-images.githubusercontent.com/23504604/223316005-e6c1fe77-40ec-46cb-912d-fe25133597d3.png) my linux version ![image](https://user-images.githubusercontent.com/23504604/223315898-51af7d53-1978-4ef1-9a67-e2804d5cafc1.png) i think it didn't work on windows and WSL by my test

> Hi @zhusihan-python , thank you for the detailed description. The Windows error you described in `SimpleMontage.py` was fixed yesterday in #215, your issue should be resolved by either downloading...

I would love to, but im not familiar with cpp and makefiles, i guess its like this, right? ``` if (NOT ITK_WRAP_rgb_unsigned_short) message(STATUS "Enabling 16-bit RGB support in ITKMontage, despite...

> @zhusihan-python I have compiled itk itk-5.2.1.dev20210904 python packages in ubuntu 22(from python 3.6 to 3.9)with ITK_WRAP_rgb_unsigned_short :BOOL=ON that can use itk.RGBPixel[itk.US] method, but I want the support in itk-montage...