Function of JPEG Export by using OpenSlide

Okamura, Hideki hideki.okamura at philips.com
Mon Jun 26 05:44:25 EDT 2017


Hi Gilbert,

Thank you for your response and Sorry for my late response.
I really appreciate your support about where is the appropriate file/library.

Best Regards,
Hideki

-----Original Message-----
From: Benjamin Gilbert [mailto:bgilbert at cs.cmu.edu]
Sent: Wednesday, June 21, 2017 4:00 PM
To: openslide-users at lists.andrew.cmu.edu
Cc: Okamura, Hideki <hideki.okamura at philips.com>; Yuma, Kenichi <kenichi.yuma at philips.com>; Hayashi, Masayuki <masayuki.hayashi at philips.com>; Nakamura, Sayuri <sayuri.nakamura at philips.com>
Subject: Re: Function of JPEG Export by using OpenSlide

On Tue, Jun 20, 2017 at 05:54:41AM +0000, Okamura, Hideki wrote:
> We are consider to use the OpenSlide to view the tiff based WSI on
> Windows PC.  As we want to check the basic function such as Pan,
> Magnification, annotation and JPEG export, someone knows where the information is ??
> Especially, We would like to check if OpenSlide has the function of
> JPEG export of ROI.

Hi Hideki,

OpenSlide is a library, not a viewer application.  Its API documentation is
here:

    http://openslide.org/api/openslide_8h.html

The primary function of interest is openslide_read_region(), which returns an ROI as uncompressed ARGB pixel data.

Graphical applications that can read files with OpenSlide include nip2 <https://github.com/jcupitt/nip2/> and QuPath <https://qupath.github.io/>.
OpenSlide's Python bindings also include some example web-based viewers:
<https://github.com/openslide/openslide-python/tree/master/examples/deepzoom>.

--Benjamin Gilbert

________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.


More information about the openslide-users mailing list