30 #ifndef OPENSLIDE_OPENSLIDE_H_
31 #define OPENSLIDE_OPENSLIDE_H_
33 #include <openslide-features.h>
122 int64_t *w, int64_t *h);
170 int64_t x, int64_t y,
172 int64_t w, int64_t h);
240 #define OPENSLIDE_PROPERTY_NAME_COMMENT "openslide.comment"
245 #define OPENSLIDE_PROPERTY_NAME_VENDOR "openslide.vendor"
250 #define OPENSLIDE_PROPERTY_NAME_QUICKHASH1 "openslide.quickhash-1"
258 #define OPENSLIDE_PROPERTY_NAME_BACKGROUND_COLOR "openslide.background-color"
265 #define OPENSLIDE_PROPERTY_NAME_OBJECTIVE_POWER "openslide.objective-power"
273 #define OPENSLIDE_PROPERTY_NAME_MPP_X "openslide.mpp-x"
281 #define OPENSLIDE_PROPERTY_NAME_MPP_Y "openslide.mpp-y"
364 int64_t *w, int64_t *h);
454 int64_t *w, int64_t *h);
501 int _openslide_give_prefetch_hint_UNIMPLEMENTED(
void);
502 void _openslide_cancel_prefetch_hint_UNIMPLEMENTED(
void);
503 #define openslide_give_prefetch_hint(osr, x, y, level, w, h) \
504 _openslide_give_prefetch_hint_UNIMPLEMENTED(-1);
505 #define openslide_cancel_prefetch_hint(osr, prefetch_id) \
506 _openslide_cancel_prefetch_hint_UNIMPLEMENTED(-1)