Description
The current way of choosing which target bitrates to use is perhaps fine for casual users, but for researchers it's a bit harder than it needs to be.
I would like to propose to add a radio button group in the UI with the following options:
Subjective Size - this would trigger the current behavior, where users get to select "Small", "Big", etc.
Bitrate - this would have a specific set of bitrates, say 0.15, 0.3, 0.5, 1.0, 1.5, 2.0, 3.0, 4.0bpp, and for those images that can't be coerced to get to the target bitrate for all codecs, simply drop those that don't apply.
JPEG Equivalent Bitrate where the target bitrates would be matching those of compressing the image with JPEG at various Q-levels (say Q0, Q25, Q50, Q75, Q90, Q100)
This change is of course requiring some work on the backend/preprocessing as well (i.e., the part which generates the compressed images, and exposes the bitrates).