ASAP icon indicating copy to clipboard operation
ASAP copied to clipboard

Program for the analysis and visualization of whole-slide images in digital pathology

Results 45 ASAP issues
Sort by recently updated
recently updated
newest added

I want to use ASAP to annotation pathological image. But the format of my images are jpg, do some people know how to convert .jpg to .svs or .tif? Thank...

`Hello,` I am using ASAP 1.9 to generate customized annotations and save them as .xml files. Thus generated .xml file is fine, but when I use AnnotationtoMask.py to generate masks...

Few lines I needed to get things to build on my machine.

I would like to use `pyvips` to create pyramid tif mask overlays and display them in ASAP viewer. However, even though the mask can be read fine with pyvips, I...

I use ASAP 1.8.1 and ASAP 1.9 to annotate the images ( type of .mrxs), but i can't save the annotations. The OS is windows 10, and i tried to...

I'm trying to install ASAP on Ubuntu18.04 with ``` !apt-get update !apt-get install libdcmtk12 !apt-get install libgcc-s1 !apt-get install libopenslide0 !apt-get install --only-upgrade libstdc++6 !wget "https://github.com/computationalpathologygroup/ASAP/releases/download/ASAP-2.0-(Nightly)/ASAP-2.0-py37-Ubuntu1804.deb" !dpkg -i ASAP-2.0-py37-Ubuntu1804.deb !apt-get...

Hi I'm having trouble loading large XML files with approximately 194000 point annotations, ASAP is crashing (OS version). Is there an upper limit to what is supported?

hi, thanks for this excellent software! i am using `multiresolutionimageinterface` to write a tiled tiff image (for the [TIGER challenge](https://tiger.grand-challenge.org/)). i am attempting to write some tiles, but when i...

# Problem Working with the `multiresolutionimageinterface` python code is currently cumbersome, because no PyPI build of ASAP exists. This means ASAP doesn't integrate well with most python environment managers (pip/conda/venv/etc),...

When I select multi Measurement items then move these item, the program crashed! it seems the function "moveCoordinatesBy" has a bug: forget adding "prepareGeometryChange" void QtAnnotation::moveCoordinatesBy(const Point& moveBy) { **//...