ctian
ctian
> Can you provide a demo? Actually it's impossible for others to know what you are inferring to. > > 1. what is the function you are using? > 2....
> @13512263278 I think there is a CreateInBatch method in gorm, you could just use that method or just copy from it Thanks a lot, I've solved the problem of...
@maweigert @uschmidt83 @ximion Sorry to bother you. Would you mind taking a look when you have a moment? Any thoughts or hints would be a great help.
this is my code .i try to two way to finish: `def tif_to_png_with_openslide2(tif_image_path, png_output_path): try: # 使用 OpenSlide 打开大文件 slide = openslide.OpenSlide(tif_image_path) for key, value in slide.properties.items(): print(key, value) slide_data...
> Your SVS file probably omits image tiles for empty portions of the slide. OpenSlide renders missing image tiles as transparent pixels, which you're seeing as black pixels because you're...