const THUMBNAIL_DIMENSIONS_THRESHOLD: u32 = 200;
Expand description
The dimension threshold in pixels before we start to generate a thumbnail.
If the original image is larger than the thumbnail dimensions + threshold, we assume it is worth it to generate a thumbnail.