view PerfsDb/DbSize.py @ 539:ef41b62b456e

updated DicomWEB tests for YBR images that are not transformed into RGB anymore
author Alain Mazy <am@osimis.io>
date Tue, 06 Jun 2023 17:05:26 +0200
parents df1f9946571c
children
line wrap: on
line source

from enum import Enum

class DbSize(Enum):
    Small = 1
    Large = 2
    Tiny = 3
    Medium = 4